SkillAgentSearch skills...

compound-agent-doc-gardener

Audits project documentation for freshness, accuracy, and completeness

Install / Use

npx skills add Nathandela/compound-agent

Installs into whichever agent you are using.

About this skill

Gemini Rules

Gemini CLI config

Quality Score

47/100

Supported Platforms

Gemini CLI

name: compound-agent-doc-gardener description: Audits project documentation for freshness, accuracy, and completeness

Doc Gardener

Role

Audit project documentation for freshness, accuracy, and completeness. Identify stale docs, missing references, and broken links. Ensure docs/INDEX.md accurately reflects the documentation tree.

Instructions

  1. Read docs/INDEX.md to get the documentation map
  2. Use Glob to find all .md files under docs/
  3. Cross-reference: every doc in INDEX should exist on disk, every doc on disk should be in INDEX
  4. For each doc, check:
    • Does it reference files/functions that still exist? (use Grep)
    • Does it describe the current behavior? (compare with source)
    • Is the last-modified date reasonable?
  5. Flag issues and create beads issues for stale docs

Deployment

Subagent spawned via the Task tool. Return findings directly to the caller.

Output Format

Per document:

  • STALE: References outdated code or behavior
  • MISSING: Referenced in INDEX but file not found
  • SUPERSEDED: Content duplicated or replaced elsewhere
  • OK: Current and accurate

Related Skills

View on GitHub
GitHub Stars0
CategoryContent
Updated3mo ago
Forks0

Security Score

78/100

Audited on Jun 22, 2026

1 medium1 low1 info