Skip to content

Registry

Plugins

Install these from the desktop app under Settings → Plugins, or publish your own.
Plugin registry compositionTool0Slash command21MCP server9Skill8Theme2Agent preset0
The chart reads the same live registry data as the catalog below it.

Slash command

21

Adds slash commands to a member's session, a prompt or a shell command you can run by name instead of retyping.

Test writer

Slash command

Writes the tests that would have caught the bug, in the style the project already uses.

Ardjun Debi - Tewarie · v1.0.00

Test runner

Slash command

Finds the project's real test command and runs it, then reads the failures for you.

Ardjun Debi - Tewarie · v1.0.00

Standup

Slash command

Turns yesterday's real git activity into a standup you can read out - no invented progress.

Ardjun Debi - Tewarie · v1.0.00

Release check

Slash command

The pre-flight pass before you tag: clean tree, green tests, honest version, real notes.

Ardjun Debi - Tewarie · v1.0.00

PR writer

Slash command

Drafts a pull request description from the branch diff, written for the person who has to review it.

Ardjun Debi - Tewarie · v1.0.00

Performance probe

Slash command

Measures before it optimises, so the change you ship is the one that mattered.

Ardjun Debi - Tewarie · v1.0.00

Migration review

Slash command

Reads a database migration before it runs and tells you which statement is the one that loses data.

Ardjun Debi - Tewarie · v1.0.00

Media tools

Slash command

Real 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.

Ardjun Debi - Tewarie · v1.0.00

Log triage

Slash command

Takes a stack trace or a wall of logs and works back to the line that caused it, instead of the line that reported it.

Ardjun Debi - Tewarie · v1.0.00

Image tools

Slash command

Converts, compresses and resizes the images in a folder with real ImageMagick commands - never overwriting an original without leaving a copy.

Ardjun Debi - Tewarie · v1.0.00

Flaky test hunter

Slash command

Finds 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.

Ardjun Debi - Tewarie · v1.0.00

Environment doctor

Slash command

Reconciles the environment variables the code reads with the ones your example file, CI and deploy config actually set.

Ardjun Debi - Tewarie · v1.0.00

Docs writer

Slash command

Writes the README and setup docs from what the code actually does, and finds the instructions that stopped being true.

Ardjun Debi - Tewarie · v1.0.00

Design tokens

Slash command

Finds the hardcoded colours and one-off font sizes that quietly break your dark theme, and maps each one back to a token.

Ardjun Debi - Tewarie · v1.0.00

Dependency audit

Slash command

Shows what is outdated and what is vulnerable, and tells you which of those actually matters here.

Ardjun Debi - Tewarie · v1.0.00

Dead code

Slash command

Finds the exports, files and flags nothing uses any more, and separates the genuinely dead from the merely quiet.

Ardjun Debi - Tewarie · v1.0.00

Commit writer

Slash command

Writes a Conventional Commit message from what is actually staged - and refuses to invent a scope it cannot see.

Ardjun Debi - Tewarie · v1.0.00

Code review

Slash command

Reviews the working diff for defects that actually bite - not style opinions your formatter already settled.

Ardjun Debi - Tewarie · v1.0.00

Changelog

Slash command

Writes release notes from the commits since the last tag, aimed at users rather than committers.

Ardjun Debi - Tewarie · v1.0.00

API contract

Slash command

Finds the changes in a diff that break somebody else's code, including the ones that still compile.

Ardjun Debi - Tewarie · v1.0.00

Accessibility audit

Slash command

Checks interface changes for the accessibility failures that actually lock people out - not the ones a linter already caught.

Ardjun Debi - Tewarie · v1.0.00

MCP server

9

Connects a member to something outside the repo, such as a database, an API, or a browser, through a Model Context Protocol server.

Time and timezone MCP

MCP server

Gives a member the real current time and timezone conversion, so it stops guessing at dates.

Ardjun Debi - Tewarie · v1.0.00

SQLite MCP

MCP server

Lets a member query a SQLite database directly instead of guessing at the schema.

Ardjun Debi - Tewarie · v1.0.00

Postgres MCP

MCP server

Read-only Postgres access, so a member can check the schema and the real rows instead of guessing at them.

Ardjun Debi - Tewarie · v1.0.00

Playwright MCP

MCP server

Drives a real browser so a member can verify the page it just changed instead of assuming.

Ardjun Debi - Tewarie · v1.0.00

Knowledge graph MCP

MCP server

A persistent knowledge graph a member can write facts into and read back in a later session.

Ardjun Debi - Tewarie · v1.0.00

GitHub MCP

MCP server

Reads issues, pull requests and reviews from GitHub without leaving the member's session.

Ardjun Debi - Tewarie · v1.0.00

Git MCP

MCP server

Structured access to history, diffs and blame, so a member can find out when something changed and why.

Ardjun Debi - Tewarie · v1.0.00

Filesystem MCP

MCP server

Gives a member structured read/write access to one folder through the Model Context Protocol.

Ardjun Debi - Tewarie · v1.0.00

Web fetch MCP

MCP server

Fetches a URL and hands back readable text, so a member can check the docs instead of recalling them.

Ardjun Debi - Tewarie · v1.0.00

Skill

8

Written guidance a member reads before it works. No commands, no servers: just the way your team wants something done.

Interface writing

Skill

How 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.

Ardjun Debi - Tewarie · v1.0.00

Repo brief

Skill

Orients a new team member in an unfamiliar codebase before it touches anything.

Ardjun Debi - Tewarie · v1.0.00

Refactor safely

Skill

Keeps a refactor a refactor - behaviour identical, diff reviewable, no opportunistic rewrites.

Ardjun Debi - Tewarie · v1.0.00

Memory curator

Skill

Keeps a member's long-term memory short, true and worth loading - the discipline agents lack by default.

Ardjun Debi - Tewarie · v1.0.00

Incident review

Skill

How to write up an outage so the next one is less likely, without turning it into a search for who to blame.

Ardjun Debi - Tewarie · v1.0.00

Handoff notes

Skill

Writes the note that lets tomorrow's session - or the next member - pick the work up cold.

Ardjun Debi - Tewarie · v1.0.00

Debugging method

Skill

How to find a bug by narrowing it down instead of guessing at it, and how to know when you have actually found it.

Ardjun Debi - Tewarie · v1.0.00

Decision records

Skill

Captures why a decision was made, while the reasons are still in someone's head.

Ardjun Debi - Tewarie · v1.0.00

Theme

2

Terminal palettes. Installed themes show up in Settings → Appearance.

Terminal themes

Theme

Four terminal palettes tuned for long sessions and for telling members apart at a glance.

Ardjun Debi - Tewarie · v1.0.00

Editor themes

Theme

Four more palettes: two low-contrast ones for long days, one high-contrast for bright rooms, and a warm light theme that is not white.

Ardjun Debi - Tewarie · v1.0.00