From kitty
Full autonomous engineering workflow — plan, work, review with Cartographing Kittens-first agent swarms
How this skill is triggered — by the user, by Claude, or both
Slash command
/kitty:kitty-lfgThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cartographing Kittens LFG — autonomous pipeline. Run all steps in order. Do not stop between steps.
Cartographing Kittens LFG — autonomous pipeline. Run all steps in order. Do not stop between steps.
/kitty:plan $ARGUMENTS — Record the plan file path for steps 3 and 5./kitty:work — Execute the plan. Use swarm mode: create task list and dispatch parallel worker agents.After work completes, launch steps 3 and 4 as parallel background agents:
/kitty:review mode:report-only plan:<plan-path-from-step-1> — Review in report-only modeuv run pytest (or project's test command)Wait for both to complete.
/kitty:review mode:autofix plan:<plan-path-from-step-1> — Apply safe fixes from review findings<promise>DONE</promise> when PR is creatednpx claudepluginhub kakise/cartographing-kitties-plugin --plugin kittyProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.