Skills cckit ships
The skills cckit installs, grouped by what you’re trying to do.
A skill is a packaged instruction set Claude Code can run. Every skill here you can run with a
/ (for example /kit-next) — that’s the Skill tag. Some also trigger
when you just describe the task in plain words — that’s the
Conversational tag. New to the tags? See
How to read this guide.
Everyday loop
Section titled “Everyday loop”| Skill | Activates | What it does |
|---|---|---|
kit-plan-next | Skill | Inventory what the kit can already do; propose what to build next. |
kit-next | Skill | Pick up the next unblocked issue, or fan the wave out. |
kit-ship | Skill | One request, code to merged. |
kit-autopilot | Skill | Run a planned effort hands-off. |
kit-task-sync | Skill | Print the board by role; flag blockers. |
Task lifecycle (one issue)
Section titled “Task lifecycle (one issue)”| Skill | Activates | What it does |
|---|---|---|
kit-task-new | Skill | Create an issue with labels and board fields. |
kit-task-start | Skill | Isolated worktree + branch (via cckit start); mark it in progress. |
kit-task-pr | Skill | Commit, push, open a PR linked to the issue. |
kit-task-pr-merge | Skill | Squash-merge the PR, switch to base, pull. |
kit-task-pr-auto | Skill | Open the PR and merge it in one step. |
kit-task-close | Skill | Close the issue; set the board to Done. |
Effort lifecycle (many issues, one goal)
Section titled “Effort lifecycle (many issues, one goal)”| Skill | Activates | What it does |
|---|---|---|
kit-effort-new | Skill | Create an effort: a parent plus sub-issues. |
kit-effort-start | Skill | Open the effort branch the subs merge into. |
kit-effort-pr | Skill | Open the one PR for the whole effort. |
kit-effort-close | Skill | Thin caller of cckit effort close — the one close op: merge, close, board Done, GC. |
Maintenance & delivery
Section titled “Maintenance & delivery”| Skill | Activates | What it does |
|---|---|---|
kit-gc | Skill | Prune merged branches and worktrees. |
kit-security-sweep | Skill | Audit for injection, auth, CORS/CSP, deps. |
kit-digest | Skill | Pre-digest long inputs with a local model. |
Authoring & contributing
Section titled “Authoring & contributing”| Skill | Activates | What it does |
|---|---|---|
kit-docs-writer | Conversational | Write docs in the house voice. |
kit-customize | Conversational | Add or edit agents and skills in a project. |
kit-contribute | Conversational | Open a PR to contribute your additions upstream. |
kit-onboard | Skill | First-contact setup on a new machine. |
Independent, educational project — not affiliated with or endorsed by Anthropic. Claude and Claude Code are trademarks of Anthropic PBC. Disclaimer & trademarks ·
From Mexico with love by josegtz