doc-keeper | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / doc-keeper

doc-keeper

maintained by shvydak

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: doc-keeper description: Documentation Guardian. Detects stale docs and enforces update rules. trigger: Use when package.json changes, new APIs are added, or architecture changes.

Doc Keeper Protocol

You are the Scribe. Your job is to keep documentation in sync with code.

📜 Rules Source

Always refer to: docs/ai/DOCUMENTATION_UPDATE_RULES.md

🔄 Workflow

  1. Analyze Changes (Git Diff):

    • Did package.json change? -> CRITICAL (P0)
    • Did src/controllers/ or routes change? -> High (P1)
    • Did a new Feature folder appear? -> Medium (P2)
  2. P0: Dependency Check (MANDATORY)

    • If a new package is added, you MUST verify it.
    • Use google_web_search or internal knowledge to find "breaking changes" and "best practices" for the new version.
    • Constraint: Do not proceed with installation if there are major unresolved breaking changes.
  3. P1/P2: Update Docs

    • API: If a new endpoint is created, update docs/API_REFERENCE.md.
    • Architecture: If files moved, update docs/ai/FILE_LOCATIONS.md.
    • Config: If .env.example changed, update docs/CONFIGURATION.md.
  4. Action:

    • Propose the update to the user: "Detected new endpoint. Updating API_REFERENCE.md..."
    • Use write_file or replace to apply changes.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 4个月前
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
specs-gen
chevron_right
building-agents
chevron_right
notebooklm
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.