Skills

Installable capabilities for agentic coding tools. Drop a SKILL.md into Claude Code, append to Codex CLI's AGENTS.md, or add to Cursor's rules — one source for every interface.

Skill

Adversarial review of the current diff: bugs, edge cases, and reuse opportunities flagged with one-line reasoning.

code reviewclaude codeagentic
Skill

Generate a conventional commit message from the staged diff — type, scope, subject, and an optional body.

gitcommitsconventional commits
Skill

Review recent changes for reuse, redundant abstractions, and dead code — then propose targeted cleanups.

refactorsimplificationcode quality
Skill

Scan the codebase and generate a clean CLAUDE.md / AGENTS.md / .cursorrules with conventions and gotchas.

onboardingdocumentationclaude.md
Skill

Walk through unfamiliar code: TL;DR, flow, key concepts, and gotchas — calibrated to the reader's level.

onboardinglearningcode explanation
Skill

Write focused unit tests for a function or recent change. Covers the golden path and the edges that actually break.

testingunit testsagentic