Mars
Description
Workspace layer for coding agents across polyrepos. Coordinated branches, tag-based filtering, zero dependencies.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Mars
[](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/@dean0x/mars) [](https://github.com/dean0x/mars/actions/workflows/ci.yml) [](https://dean0x.github.io/x/mars/)
Manage multiple Git repositories as one workspace.
Tag-based filtering, parallel operations, zero dependencies.
Why Mars?
Coding agents can take features end-to-end in one repo — but most real engineering spans many. Mars creates a workspace where all repos live under one tree, so agents inherit shared config and developers get coordinated operations across the stack.
- Workspace-level agent config — config at the workspace root is inherited by every repo automatically
- Coordinated branches —
mars branch feature-x --tag backendacross all relevant repos - Tag-based filtering — target subsets of repos (
--tag frontend,--tag backend) - Zero dependencies — pure bash 3.2+, works on macOS out of the box
Quick Install
npm install -g @dean0x/mars
See [all installation methods](#installation) for Homebrew, curl, and manual options.
Quick Start
mkdir my-project && cd my-project
mars init
mars add https://github.com/dean0x/mars-example-frontend.git --tags frontend,web
mars add https://github.com/dean0x/mars-example-backend.git --tags backend,api
mars add https://github.com/dean0x/mars-example-shared.git --tags shared
mars clone
mars status
Commands
| Command | Description |
|---|---|
mars init |
Initialize a new workspace |
mars add [--tags t1,t2] |
Add a repository to config |
mars clone [--tag TAG] |
Clone configured rep |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11