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.
Adversarial review of the current diff: bugs, edge cases, and reuse opportunities flagged with one-line reasoning.
Generate a conventional commit message from the staged diff — type, scope, subject, and an optional body.
Review recent changes for reuse, redundant abstractions, and dead code — then propose targeted cleanups.
Scan the codebase and generate a clean CLAUDE.md / AGENTS.md / .cursorrules with conventions and gotchas.
Walk through unfamiliar code: TL;DR, flow, key concepts, and gotchas — calibrated to the reader's level.
Write focused unit tests for a function or recent change. Covers the golden path and the edges that actually break.