← ClaudeAtlas

wiki-skill-createlisted

Generate a project-local skill that bridges kata's documentation loop (search/query/ingest) with the actual work pipeline of THIS project (code edit / test / build / human verify). Picks a pattern (issue-fix / feature-build / bug-debug / custom), captures project context (tech stack, build commands, kata wiki binding), renders a SKILL.md that encodes the 7-step work loop, runs static verification. v1.15 MVP. Closes the gap between 'what was figured out' and 'what kata's wiki knows.'
litianyi-007/kata · ★ 0 · Data & Documents · score 73
Install: claude install-skill litianyi-007/kata
# wiki-skill-create Generates a **project-local skill** in the current project that wraps kata's query/ingest with the project's actual work pipeline into one closed loop. The generated skill is checked into the project repo and becomes the default entry point for that kind of work in that project. > Karpathy's lineage: the wiki compiles project memory once and keeps > it current. This skill extends the loop into the work execution > itself — making "consult kata before, file back after" the structural > default in your project, not a discipline you have to remember. ## When to use - A project recurringly does the same shape of work (bugfixes, feature ships, debugging) and you want kata's compounding effect to reach into that work - The team adopts kata and asks "how do we wire kata into our actual daily workflow?" — generating a project-local skill is the answer - An existing kata-aware loop in this project has drifted from how the team actually works — regenerate it against the current shape ## When NOT to use - The work is a one-off with no recurring shape → don't bother with a skill, just use kata directly - The project has no kata wiki bound and you don't intend to bind one → the generated skill's wiki-ingest step won't work; either run `wiki-init` first or skip - You want a generic SKILL.md without kata loop integration → use Anthropic's standard skill-creator pattern instead; kata's version bakes the loop in ## Pre-flight (orientation guard) B