wiki-skill-createlisted
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