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 and the current environment permits shell commands and writes to that path.kdoc.artifact_created event to ~/.ai-sessions/spool/events.jsonl with a shell command.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 ataraksea/mg-plugins --plugin kdocCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.