Skills
A light engineering-workflow kit of agent skills, from idea to PR.
@commonkit/skills
@commonkit/skills is a small, opinionated bundle of agent skills covering the loop from a fuzzy idea to a merged PR.
Five skills, one loop:
brainstorm → implement → ship
│
└─ review (runs at the end)
architect ── reach for it when a subsystem is hard to change or testTypical path: brainstorm → implement (which calls review at the end) → ship. Run review standalone on any PR or branch; reach for architect when a module fights you.
The skills
brainstorm— turn a vague idea into a right-sized, approved spec, before any code.implement— build a spec end-to-end with TDD, then one review pass over the whole change.review— a single confidence-gated review pass over a diff, PR, commit, or branch.ship— commit, push, and open a PR/MR in one shot.architect— find architectural friction and propose refactors as an RFC.
Install
npx skills add Denis-Ibraliu/commonkit-skillsAdd --list to preview, --skill review ship to pick a subset, or -a claude-code to target an agent.
/plugin marketplace add Denis-Ibraliu/commonkit-skills
/plugin install commonkitThen invoke any skill as /commonkit:<skill> — or let the agent trigger it automatically.
Point the agent at the SKILL.md files, or paste their contents into your rules/config. Each file's frontmatter description tells the agent when to use it.
Source
The skills live in the commonkit-skills repo under skills/ — one folder per skill, each a SKILL.md. Everything scopes to the commonkit plugin namespace, so installs pull in just these five skills.