chronos

Solid

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".

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

# Chronos — Documentation Timekeeper 5 AI agents for documentation integrity. Each agent is a focused skill invoked by the Chronos orchestrator. ## What it does Chronos audits project documentation for: - **Duplicates** — documents with high similarity (Censor) - **Broken links** — references to non-existent files (Censor) - **Missing required docs** — mandatory files per classification level (Dewey) - **Orphans** — documents with no inbound references (Dewey) - **Classification** — document type: L1 Contracts → L6 Auxiliary (Dewey + Canon) - **Stale data** — dates older than threshold (Veles) ## Agents | Agent | Role | Trigger | |-------|------|---------| | **Chronos** | Orchestrator — runs the full Pantheon | `chronos --preset full` | | **Censor** | Fact-checker — duplicates + broken links | `chronos --preset minimal` | | **Dewey** | Classifier — L1-L6 taxonomy + missing/orphans | `chronos --preset standard` | | **Veles** | Statistician — staleness, metrics, trends | `chronos --preset full` | | **Canon** | Truth-keeper — cross-ref validation against contracts | `chronos --preset standard` | ## Usage ```bash # Basic audit (duplicates + links only) chronos --path . # Standard: check + classify (Censor + Dewey + Canon) chronos --path . --preset standard # Full Pantheon: all 5 agents chronos --path . --preset full # JSON output for CI chronos --path . --output json --output-file report.json # Fail on critical findings chronos --path . --fail-on critical # Single ag...

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