Use when the user wants to save knowledge as a file so others don't have to rediscover it — \"turn this into a doc\", \"write this up\", \"document how X works\", \"we figured this out and want to capture it\", \"nobody should have to figure this out again\". Covers any request to create or update durable written artifacts: onboarding guides, runbooks, ADRs, API docs, architecture notes, postmortems, changelogs, setup guides. The trigger: user wants knowledge captured in a file for future reference, not just a conversation. Do NOT use when still making decisions (→ give-plan), just asking for explanation without a file (→ ask), or writing code (→ cook).
$npx -y skills add avibebuilder/claude-prime --skill create-docInstalls into the current project.
Run `npx skills use "https://github.com/avibebuilder/claude-prime" --skill "avibebuilder/claude-prime/create-doc"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/avibebuilder/claude-prime" that are relevant to the current task. Run `npx skills add "https://github.com/avibebuilder/claude-prime"` and select the relevant skills, then follow their instructions.