canon

Solid

Orchestrator for the Chronos Pantheon — runs agent presets (minimal/standard/full), aggregates reports, validates cross-references between L1-L3 (contracts → product → engineering). Use when: "run full audit", "chronos full", "cross-reference validation", "canon".

AI & Automation 5 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Canon — Orchestrator Runs Chronos agent presets, aggregates reports, validates cross-references between L1-L3. ## Presets | Preset | Agents | Description | |--------|--------|-------------| | `minimal` | Censor | Duplicates + broken links only | | `standard` | Censor + Dewey + Canon | Check + classify + cross-ref | | `full` | All 5 agents | Complete Pantheon | ## What it does 1. Receives preset (minimal/standard/full) 2. Determines required agents 3. Executes agents in sequence 4. Aggregates findings into unified report 5. Validates L1→L2→L3 cross-references (contracts match docs) ## Usage ```bash # Via Chronos orchestrator chronos --path . --preset full # Direct invocation python -m chronos.agents.canon --path . --preset full ``` ## Cross-Reference Validation Canon checks consistency between levels: - **L1→L2**: OpenAPI endpoints documented in PRD/FEATURES - **L2→L3**: Architecture decisions trace to PRD requirements - **L3→L1**: ADRs reference contract versions ## Output Format ``` [info] preset: full [info] agents_run: censor, dewey, veles, canon [warning] cross_ref: GET /users in openapi.yaml (v2.1) but PRD.md shows v2.0 [critical] cross_ref: ADR-005 references deprecated endpoint removed in v2.1 ``` ## Triggers - `run full audit` / `full audit` - `chronos full` / `chronos --preset full` - `cross-reference validation` / `cross ref check` - `canon` ## Integration Loaded by Chronos as part of `standard` and `full` presets. Canon is both an agent and the p...

Details

Author
bestdeejay-design
Repository
bestdeejay-design/agent-skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

chronos

Documentation Timekeeper — 5 AI agents (Chronos, Censor, Dewey, Veles, Canon) for documentation integrity. Checks: duplicates, broken links, missing required docs, orphans, classification (L1-L6), stale dates. Use when: "check documentation", "docs audit", "audit docs", "docs integrity", "find duplicates in docs", "broken links", "stale documentation", "classify docs", "documentation health", "orphan docs", "validate docs", "doc quality", "docs lint", "chronos".

5 Updated today
bestdeejay-design
AI & Automation Listed

canon-operator

Front door to the toolkit in a target project. Orients on the toolkit's own docs and live `canon` catalogs, then runs or routes any toolkit operation from a plain-language intent. Use when you want one entry point instead of picking a specific setup or sync skill, or when asked to "use the toolkit", "what can the toolkit do", "sync my standards", "install rules", or "help me set up this project". User-invoked only. Defers first-time scaffold to setup-init and seed drift to seed-sync.

2 Updated 2 days ago
erclx
Code & Development Listed

canon-cli

Reference for what a canon verb does before you run it. Run `canon docs agents` for the full command catalog, `canon docs` for any other reference doc, and read this skill's own table for what a sync or install command overwrites, merges, or leaves untouched in a target project. Use when asked "which canon command do I run", "is there a doc for X", "will this overwrite my changes", or before running `canon tooling`, `canon standards`, `canon claude sync`, or `canon init`. Do NOT use to execute a sync, an install, or a docs lookup, only to know which command answers the question.

2 Updated 2 days ago
erclx