Registry
Plugins
Slash command
21Adds slash commands to a member's session — a prompt or a shell command you can run by name instead of retyping.
Design tokens
Slash commandFinds the hardcoded colours and one-off font sizes that quietly break your dark theme, and maps each one back to a token.
Test writer
Slash commandWrites the tests that would have caught the bug, in the style the project already uses.
Test runner
Slash commandFinds the project's real test command and runs it, then reads the failures for you.
Standup
Slash commandTurns yesterday's real git activity into a standup you can read out - no invented progress.
Release check
Slash commandThe pre-flight pass before you tag: clean tree, green tests, honest version, real notes.
PR writer
Slash commandDrafts a pull request description from the branch diff, written for the person who has to review it.
Performance probe
Slash commandMeasures before it optimises, so the change you ship is the one that mattered.
Migration review
Slash commandReads a database migration before it runs and tells you which statement is the one that loses data.
Media tools
Slash commandReal ffmpeg commands for the jobs you actually hit: a screen recording that is too big to send, a clip that needs to be a GIF, audio pulled out of a video.
Log triage
Slash commandTakes a stack trace or a wall of logs and works back to the line that caused it, instead of the line that reported it.
Image tools
Slash commandConverts, compresses and resizes the images in a folder with real ImageMagick commands - never overwriting an original without leaving a copy.
Flaky test hunter
Slash commandFinds the tests that fail on a bad day, works out which kind of flake each one is, and fixes the cause instead of adding a retry.
Environment doctor
Slash commandReconciles the environment variables the code reads with the ones your example file, CI and deploy config actually set.
Docs writer
Slash commandWrites the README and setup docs from what the code actually does, and finds the instructions that stopped being true.
Dependency audit
Slash commandShows what is outdated and what is vulnerable, and tells you which of those actually matters here.
Dead code
Slash commandFinds the exports, files and flags nothing uses any more, and separates the genuinely dead from the merely quiet.
Commit writer
Slash commandWrites a Conventional Commit message from what is actually staged - and refuses to invent a scope it cannot see.
Code review
Slash commandReviews the working diff for defects that actually bite - not style opinions your formatter already settled.
Changelog
Slash commandWrites release notes from the commits since the last tag, aimed at users rather than committers.
API contract
Slash commandFinds the changes in a diff that break somebody else's code, including the ones that still compile.
MCP server
9Connects a member to something outside the repo — a database, an API, a browser — through a Model Context Protocol server.
Time and timezone MCP
MCP serverGives a member the real current time and timezone conversion, so it stops guessing at dates.
SQLite MCP
MCP serverLets a member query a SQLite database directly instead of guessing at the schema.
Postgres MCP
MCP serverRead-only Postgres access, so a member can check the schema and the real rows instead of guessing at them.
Playwright MCP
MCP serverDrives a real browser so a member can verify the page it just changed instead of assuming.
Knowledge graph MCP
MCP serverA persistent knowledge graph a member can write facts into and read back in a later session.
GitHub MCP
MCP serverReads issues, pull requests and reviews from GitHub without leaving the member's session.
Git MCP
MCP serverStructured access to history, diffs and blame, so a member can find out when something changed and why.
Skill
8Written guidance a member reads before it works. No commands, no servers: just the way your team wants something done.
Interface writing
SkillHow to write the small text that carries an interface: empty states that teach, errors that name the way out, buttons that say what they do.
Repo brief
SkillOrients a new team member in an unfamiliar codebase before it touches anything.
Refactor safely
SkillKeeps a refactor a refactor - behaviour identical, diff reviewable, no opportunistic rewrites.
Memory curator
SkillKeeps a member's long-term memory short, true and worth loading - the discipline agents lack by default.
Incident review
SkillHow to write up an outage so the next one is less likely, without turning it into a search for who to blame.
Handoff notes
SkillWrites the note that lets tomorrow's session - or the next member - pick the work up cold.
Debugging method
SkillHow to find a bug by narrowing it down instead of guessing at it, and how to know when you have actually found it.
Theme
2Terminal palettes. Installed themes show up in Settings → Appearance.
Terminal themes
ThemeFour terminal palettes tuned for long sessions and for telling members apart at a glance.