mit einem Klick
doc-agent
doc-agent enthält 2 gesammelte Skills von linrswa, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Orchestrate multi-agent documentation workflow — coordinates doc-writer and doc-reviewer agents to produce structured technical documentation in the docs/ directory with verified code citations. Use this skill for: /doc-manage, 'document the codebase', 'write technical docs', 'update documentation', 'review docs for accuracy', 'my docs are outdated', 'add documentation for this module', 'document this feature', or any request to create, update, review, or maintain structured project documentation. Even casual requests like 'help me with docs' or 'I need documentation' should trigger this skill. Do NOT use for: README edits, CLAUDE.md, inline code comments, JSDoc/docstrings, changelogs, or general text editing — those are standard tasks that don't need this workflow. If .doc-agents/dispatch.json exists, this skill manages the full pipeline; if not, it invokes gen-dispatch first.
Analyze project structure and generate .doc-agents/dispatch.json — the configuration that drives the doc-agent documentation workflow. Use this skill to initialize or regenerate the dispatch config. Triggers: /gen-dispatch, 'generate dispatch', 'initialize docs config', 'set up documentation system', 'create dispatch config', 'analyze project for docs', 'project structure changed and dispatch is outdated', 'regenerate dispatch templates'. Also triggers when doc-manage detects dispatch.json is missing. Do NOT use for: writing actual documentation (use doc-manage), editing README/CLAUDE.md, or any task that doesn't involve the .doc-agents/dispatch.json config file.