Cook
Skill ndisisnd/cook
Keyword-driven orchestrator for this repository's coding standards. Receives a code-task summary from the invoking agent, extracts keywords, matches them against the global concern index and the relevant domain indexes, loads only the matched rules, and returns a single compiled standards payload.From its SKILL.md
npx -y skills add ndisisnd/cookAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 179 tokens by cl100k_base, as published. Nobody here has run it
Cook Orchestrator
Cook is the single entry point for standards. It does not hold rules of its own — it detects what a task touches and composes a payload from the rule libraries under standards/. There are no mode flags (--frontend / --backend / --full-stack); layer concerns are matched by keyword, so a task that touches both UI and server simply matches concerns and domains from both sides.
Before doing anything, read refs/protocol-cook.md and follow it exactly. It holds the mode branch table and the default (auto) protocol; when the invocation carries flags or prose it will direct you to refs/protocol-explicit.md. Do not act on this skill without it; the protocol is mandatory, not a reference aside.
What ships with it: 22 files
297.2 KB alongside SKILL.md, 6 of them executable
.claude/
- kermit/pref.json139 B
archive/
- PROVENANCE.md14.0 KB
asset/
- readme.jpeg71.5 KB
refs/
- protocol-cook.md7.3 KB
- protocol-explicit.md4.1 KB
- telemetry.md4.2 KB
scripts/
- check_index_routes.pyruns4.8 KB
- cook_cache.pyruns27.2 KB
- cook_compile.pyruns7.9 KB
- cook_telemetry.pyruns10.9 KB
- gen_install_files.pyruns1.6 KB
vocab/
- intent-vocabulary.json1.3 KB
- tag-vocabulary.json12.0 KB
- ARCHITECTURE.md23.2 KB
- CHANGELOG.md68.9 KB
- FLAG-LIST.md8.7 KB
- .gitignore538 B
- install.shruns8.6 KB
- LICENSE.md1.0 KB
- llms.txt2.4 KB
- README.md15.3 KB
- SECURITY.md1.6 KB