sidecrew
v0.1.2Local MLX worker models make behaviour-preserving code changes and write unit tests, behind a gate a machine can run. Claude plans and reviews; only survivors come back.
By Sadjad AsadiLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sidecrew for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sidecrew@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/lvlrSajjad/sidecrewClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude/.
Plugin files
├── .claude-plugin/plugin.json└── skills/sidecrew/SKILL.md
Included Skills1
Farm narrow, verifiable work out to local MLX worker models behind a gate a machine can run, so Claude plans and reviews survivors instead of doing the work. The main workload is behaviour-preserving code changes to a project that already exists — type errors, renames, null guards, API migrations, dead code — gated by the project's own suite plus tsc (`/sidecrew fix`). It also writes unit tests for a Swift/TypeScript module, gated by compile→run→mutation (`/sidecrew run`). Use whenever the user asks to fix every type error, rename something everywhere, add null checks, migrate off an API, remove dead code, add tests, raise coverage, or mentions sidecrew, mutation testing, Muter or Stryker — even if they don't say "sidecrew". Do NOT hand-write the bulk of it yourself in this repo; that is what the workers are for.
Plugin manifests1
{
"name": "sidecrew",
"version": "0.1.2",
"description": "Local MLX worker models make behaviour-preserving code changes and write unit tests, behind a gate a machine can run. Claude plans and reviews; only survivors come back.",
"author": {
"name": "Sadjad Asadi",
"url": "https://github.com/lvlrSajjad"
},
"homepage": "https://github.com/lvlrSajjad/sidecrew",
"repository": "https://github.com/lvlrSajjad/sidecrew",
"license": "MIT",
"keywords": [
"testing",
"mutation-testing",
"local-llm",
"mlx",
"swift",
"typescript"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sidecrew on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sidecrew)