From genie
Audits, generates, and validates documentation against actual code. Fills gaps, fixes stale references, and verifies every claim matches the codebase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/genie:docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Runtime syntax:** in Codex, invoke the plugin copy with the owner-qualified `$genie:<skill>` selector; use bare `$<skill>` only when intentionally selecting a user-tier copy (a separately installed personal copy; Genie no longer seeds this tier). Claude Code and Hermes use `/<skill>`. Cross-skill prose below uses bare names as portable semantic routes; the orchestrator resolves the selector f...
Runtime syntax: in Codex, invoke the plugin copy with the owner-qualified $genie:<skill> selector; use bare $<skill> only when intentionally selecting a user-tier copy (a separately installed personal copy; Genie no longer seeds this tier). Claude Code and Hermes use /<skill>. Cross-skill prose below uses bare names as portable semantic routes; the orchestrator resolves the selector for the active tier.
Audit existing documentation, fill gaps, and validate every claim against actual code. Standalone or as part of work.
work completes)| Type | Location | Purpose |
|---|---|---|
| README | README.md, */README.md | Overview, setup, usage |
| AGENTS.md | AGENTS.md, */AGENTS.md | Codex conventions, constraints, commands, verification |
| CLAUDE.md | CLAUDE.md, */CLAUDE.md | Conventions, commands, gotchas for agents |
| API docs | docs/api/, inline JSDoc/TSDoc | Contracts, request/response schemas |
| Architecture | docs/architecture.md, ARCHITECTURE.md | System design, data flow |
| Inline | JSDoc, TSDoc, docstrings | Function/class/module docs |
AGENTS.md is the governing Codex instruction surface. CLAUDE.md remains evidence of repository intent when present; keep both current when the project supports both clients.
AGENTS.md accuracy first.Runs as a subagent (native runtime): the dispatching agent issues an native delegation surface call with a curated brief — scope (which docs, which change triggered the audit), the code areas to validate against, and the expected report shape.
Example brief: "Audit README.md, CLAUDE.md, and skills/work/SKILL.md after PR #746 — verify dispatch examples match current code, fix stale references, report per-file verdicts with evidence."
npx claudepluginhub automagik-dev/genie --plugin genieAudits codebase documentation for accuracy, completeness, and freshness by comparing against code structure. Auto-fixes small discrepancies in fix mode, reports structural changes. Works with any language/framework.
Create or update human-facing docs, agent-facing instructions, architecture docs, API docs, README content, and useful code comments from implementation facts. Use when docs are stale, missing, or must reflect code changes. NOT for code-quality review, prompt scoring, speculative docs, or ADRs unless explicitly requested.
Generates docs from code, detects drift between docs and implementation, validates quality, and applies templates for READMEs, APIs, components, models, and guides.