Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Auto-generate and maintain project documentation. Creates README, API docs, architecture docs, changelogs, and keeps them in sync with code changes. The \"docs are never outdated\" skill.
Documentation lifecycle manager. Generates initial project documentation, keeps docs in sync with code changes, produces API references, and auto-generates changelogs. Solves the #1 documentation problem: docs that exist but are outdated.
<HARD-GATE> Docs MUST be generated from actual code, not invented. Every statement in generated docs must be traceable to a specific file, function, or configuration in the codebase. If code doesn't exist yet, docs describe the PLAN, not the implementation. </HARD-GATE>scaffold Phase 7 for initial documentation generationcook post-Phase 7 to update docs after feature implementationlaunch pre-deploy to ensure docs are current/rune docs init — first-time documentation generation/rune docs update — sync docs with recent code changes/rune docs api — generate API documentation/rune docs changelog — auto-generate changelog from git historyscout (L2): scan codebase for documentation targets (routes, exports, components, configs)doc-processor (L3): generate PDF/DOCX exports if requestednpx skills add Rune-kit/rune --skill docsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.