From spark
Implement one planned GitHub issue on a feature branch, scoped tightly to that issue's acceptance criteria. Use when the user wants to start coding an issue, implement a feature, or generate the code for planned work. Not for reviewing/hardening the result (`fix-issue`) or committing and opening the PR (`ship`).
How this skill is triggered — by the user, by Claude, or both
Slash command
/spark:codifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`Ideate → Plan → Generate → Solve → Ship`
Ideate → Plan → Generate → Solve → Ship
The codify skill implements exactly one issue. Its job is to turn acceptance
criteria into working code on a branch — nothing wider. It owns the coding
lane (Generate, stage 3).
plan — don't guess.master/main. Create a focused branch:
git checkout -b feat/<short-slug> # or fix/, refactor/, docs/
CLAUDE.md standards (types, docstrings, formatter,
linter) — run them before handing off.docit (outward) or knowledge (internal).
codify writes code.Send the change to fix-issue to review and harden,
then to ship to commit and open a PR.
Provides 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.
npx claudepluginhub jwogrady/spark --plugin spark