Every build starts as one part.
One cartridge module, suspended and waiting to dock. Every build starts here.
One cartridge module, suspended and waiting to dock. Every build starts here.
Agents, commands, MCPs, hooks, skills and settings. Each one a part that docks in, not a file you paste and hope works.
Search the catalog, toggle what your build needs, and watch the rack fill in. Nothing installs until you say so.
One command, generated from your own stack. Copy it, run it, ship it.
Parts on hand
Agents
Scans a diff for injection, auth and secret-handling issues before merge.
MCPs
Query, migrate and inspect a Postgres database from the editor.
Commands
Writes unit tests for the current file's uncovered branches.
Hooks
Blocks a commit when linting, types or tests fail locally.
Skills
Pulls tables and text out of PDF reports into structured data.
Settings
Runs shell commands inside a restricted, disposable sandbox.
Search or filter the catalog by category, runtime or keyword until you find the part your build needs.
Toggle any agent, command, MCP, hook, skill or setting into your stack. Nothing installs yet.
Copy the single install command generated from your stack and run it in your project.
Full catalog
Security Auditor
Scans a diff for injection, auth and secret-handling issues before merge.
Performance Profiler
Profiles hot paths and proposes targeted fixes with before/after benchmarks.
API Doc Writer
Reads exported symbols and keeps API reference docs in sync with the code.
Migration Planner
Plans a step-by-step path across a framework or schema version bump.
/generate-tests
Writes unit tests for the current file's uncovered branches.
/check-security
Runs a static security pass over staged changes only.
/refactor-module
Extracts a module into its own package with updated imports.
/release-notes
Builds release notes from merged pull requests since the last tag.
Postgres Connector
Query, migrate and inspect a Postgres database from the editor.
GitHub Connector
Open issues, review diffs and manage pull requests without leaving the session.
Stripe Connector
Look up charges, refunds and customer records against a Stripe account.
AWS Connector
Manage S3 buckets, Lambda functions and IAM roles from a chat session.
Pre-commit Guard
Blocks a commit when linting, types or tests fail locally.
Format on Save
Runs the project formatter on every file write, silently.
Test on Push
Runs the affected test suite before a push reaches the remote.
Changelog Writer
Appends a changelog entry whenever a version file changes.
PDF Extractor
Pulls tables and text out of PDF reports into structured data.
Spreadsheet Builder
Builds formatted spreadsheets with formulas from tabular input.
Image Optimizer
Compresses and resizes image assets to a target budget on save.
Diagram Renderer
Turns a written process description into a labeled flow diagram.
Sandboxed Shell
Runs shell commands inside a restricted, disposable sandbox.
Extended Timeout
Raises the default request timeout for long-running build steps.
Verbose Logging
Logs every tool call and argument to a local file for review.
Compact Output Style
Switches responses to a dense, low-narration output style.
Ready when you are