Skip to content

Plugins and presets

Shape the workspace around the way you work.

Plugins add useful capabilities. Presets package a role, runtime, instructions, and plugins into one starting point. Both now live together here.

Plugins

12 plugins

Add only what makes your work meaningfully better.

Skillv1.0.0

Interface writing

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.

Install in ReplicaMD
Slash commandv1.0.0

Test writer

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

Install in ReplicaMD
Slash commandv1.0.0

Test runner

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

Install in ReplicaMD
Themev1.0.0

Terminal themes

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

Install in ReplicaMD
Slash commandv1.0.0

Standup

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

Install in ReplicaMD
Skillv1.0.0

Repo brief

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

Install in ReplicaMD
Slash commandv1.0.0

Release check

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

Install in ReplicaMD
Skillv1.0.0

Refactor safely

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

Install in ReplicaMD
Slash commandv1.0.0

PR writer

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

Install in ReplicaMD
Slash commandv1.0.0

Performance probe

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

Install in ReplicaMD
Slash commandv1.0.0

Migration review

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

Install in ReplicaMD
Skillv1.0.0

Memory curator

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

Install in ReplicaMD

Presets

Presets

Choose a preset when you add a member. It arrives ready for the job, and you can still edit every choice.

claude

Janitor

Removes what nothing uses and fixes the tests that fail on a bad day.

Cleans up the codebaseInstall in ReplicaMD
claude

Database

Reads the schema and the migration before either one meets production data.

Reviews schema and data changesInstall in ReplicaMD
claude

Designer

Makes the interface look like one product and stay usable without a mouse.

Keeps the interface consistent and accessibleInstall in ReplicaMD
claude

Scribe

Holds the team's memory: standups, handoffs, and notes that stay true.

Keeps the team's written recordInstall in ReplicaMD
claude

Maintainer

Keeps the repo healthy: dependencies, performance, and refactors that stay refactors.

Keeps the codebase healthyInstall in ReplicaMD
claude

Frontend

Changes the interface and then actually opens the browser to check.

Builds and verifies user-facing changesInstall in ReplicaMD
claude

Explorer

Lands in an unfamiliar repo and comes back with a map instead of a guess.

Investigates unfamiliar codeInstall in ReplicaMD
claude

Shipper

Takes work from green tests to a tagged release without skipping the boring parts.

Prepares and ships releasesInstall in ReplicaMD