Agents & Commands

Drop it in. It just runs.

A library of subagents, slash commands and hooks — each tested in a real workflow and ready to paste into your setup.

Agent

pr-reviewer

Reviews a diff and leaves ranked, actionable notes — verifies before it claims.

/agent add pr-reviewer
Agent

researcher

Parallel search and synthesis with citations, returns a clean brief.

/agent add researcher
Agent

refactor-surgeon

Plans and applies a large refactor safely, in reviewable steps.

/agent add refactor-surgeon
Command

/commit

Stage, message and commit in your team's exact convention.

/command add commit
Command

/ship

Run checks, bump version, tag and open a release PR in one go.

/command add ship
Command

/explain

Walk any file or function with a clear, layered explanation.

/command add explain
Hook

on-save · format

Run formatting and lint on every write, silently, before you notice.

/hook add on-save-format
Hook

pre-commit · guard

Block secrets and giant files from ever reaching a commit.

/hook add pre-commit-guard
Hook

post-test · notify

Ping you only when a run finishes — pass or fail, with a summary.

/hook add post-test-notify

You're seeing all 40 live agents, commands and hooks — refreshed on a schedule.