From docflow
Adds docflow infrastructure to a repository with existing documentation, adding missing config, folders, helpers, agent guidance, and an adoption review without rewriting existing docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docflow:adoptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: preserve existing docs, add missing docflow infrastructure.
Goal: preserve existing docs, add missing docflow infrastructure.
Run doctor:
bash scripts/docflow-doctor.sh --target <REPO ROOT>
Choose docs root:
docs.Choose project name:
Run adopt:
bash scripts/docflow-adopt.sh --target <REPO ROOT> --docs-root <DOCS_ROOT> --project "<PROJECT NAME>"
Report created/skipped files and point at the adoption review doc.
/docflow:repair after manual cleanup.npx claudepluginhub medadembha/docflow --plugin docflowGuides project documentation structure, content requirements, and best practices. Includes templates for README, ARCHITECTURE, API docs, and change history.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.