From kdoc
Create an operational guide by reading the guide template and schema, then writing a guide under Knowledge/Guides. Use when the user asks to create a guide, create an operational guide, or write a how-to.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kdoc:create-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to create project or pack-specific guides with file tools only.
Use this skill to create project or pack-specific guides with file tools only.
core/templates/guide.md.core/schema/frontmatter-schemas.json and use the runbook or nearest matching guide/reference contract to verify required frontmatter shape used by this repository..kdoc.yaml only if you need scope or pack context.Knowledge/Guides/{slug}.mdKnowledge/Guides/{pack}/{slug}.mdkdoc_validate. The skill must still work without MCP.kdoc:governance-checkkdoc:create-threat-modelAfter creating the guide:
~/.ai-sessions/spool/ exists.kdoc.artifact_created event to ~/.ai-sessions/spool/events.jsonl.event_data.path and guide in event_data.type.Example:
echo '{"event_type":"kdoc.artifact_created","event_data":{"type":"guide","path":"Knowledge/Guides/onboarding.md"},"source":"skill:kdoc","created_at":"2026-03-24T12:00:00.000Z"}' >> ~/.ai-sessions/spool/events.jsonl
npx claudepluginhub mariogusmao/mg-plugins --plugin kdocProvides templates, structure, and principles for writing task-oriented How-To guides in documentation: actionable steps for users with specific goals like configuration or deployment.
Creates new documentation pages using standard templates and STYLE.md conventions. Supports skill, hook, config, guide, concept, and index types with smart type detection.
Guides creation of structured how-to documentation for reusable procedures, with templates for context, steps, troubleshooting, and CLI commands for managing guides.