Skip to main content

Agent package manager for .agents/ directories

Project description

mars

A package manager for AI agent profiles and skills. Install agents and skills from git sources into Claude Code, Cursor, Codex, OpenCode — any tool that reads from a config directory.

Install

Method Command
Cargo cargo install mars-agents
pip / uv uv tool install mars-agents or pip install mars-agents
npm npm install -g @meridian-flow/mars-agents
Prebuilt binaries GitHub Releases

Quick Start

mars init
mars add meridian-flow/meridian-dev-workflow
mars link .claude
mars link .codex

Your agents and skills are now installed and available in both Claude Code and Codex. Update them with mars upgrade, check for drift with mars doctor.

Adding Sources

# From GitHub
mars add meridian-flow/meridian-base
mars add acme/security-agents --only-agents

# From a local directory
mars add ../my-team-agents

# Pin a version
mars add meridian-flow/meridian-base@^1.0

Model Aliases

Packages can distribute model routing — short names that resolve to concrete models across harnesses:

mars models list
mars models resolve opus
# In mars.toml — override any alias
[models.opus]
harness = "claude"
provider = "Anthropic"
match = ["*opus*"]

How It Works

flowchart TD
    sources["mars.toml + mars.lock<br/><i>committed</i>"]
    local[".mars-src/<br/><i>your own agents, skills, MCP, hooks</i>"]
    git["git sources<br/><i>resolved from mars.toml</i>"]

    canonical[".mars/<br/><i>canonical store, gitignored</i>"]
    agents["agents/ + skills/"]
    mcp["mcp servers"]
    hooks["lifecycle hooks"]

    claude[".claude/"]
    codex[".codex/"]
    cursor[".cursor/"]
    opencode[".opencode/"]

    sources --> |mars sync| canonical
    local --> canonical
    git --> canonical

    canonical --- agents
    canonical --- mcp
    canonical --- hooks

    canonical --> |mars link| claude
    canonical --> |mars link| codex
    canonical --> |mars link| cursor
    canonical --> |mars link| opencode

Mars resolves the full dependency graph before touching any files. Writes are atomic. The lock file tracks what mars manages so it never touches your files. Each linked target gets harness-native artifacts — agents, skills, MCP servers, and hooks compiled to match what that tool expects.

Use mars adopt to bring an existing unmanaged file into .mars-src/ in one step.

Docs

  • Configmars.toml, agent profiles, compilation, MCP/hooks
  • CLI — every command with flags and examples
  • Internals — sync pipeline, lock file, conflicts
  • Dev — local development, troubleshooting, smoke testing

License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mars_agents-0.4.5.tar.gz (424.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mars_agents-0.4.5-py3-none-win_amd64.whl (2.9 MB view details)

Uploaded Python 3Windows x86-64

mars_agents-0.4.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

mars_agents-0.4.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

mars_agents-0.4.5-py3-none-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

mars_agents-0.4.5-py3-none-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded Python 3macOS 10.12+ x86-64

File details

Details for the file mars_agents-0.4.5.tar.gz.

File metadata

  • Download URL: mars_agents-0.4.5.tar.gz
  • Upload date:
  • Size: 424.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mars_agents-0.4.5.tar.gz
Algorithm Hash digest
SHA256 db47f6eae5536068699d714ccc312d8b06bb6d7a4092a4a86635dd5babac1005
MD5 23995b9378a59401f8f7f5e9ae41a6e5
BLAKE2b-256 859f9a1319eeb1668dfc47eb70a9652ddc5817a4d43744dd4b3609e3b2bf4226

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.5.tar.gz:

Publisher: release.yml on haowjy/mars-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mars_agents-0.4.5-py3-none-win_amd64.whl.

File metadata

  • Download URL: mars_agents-0.4.5-py3-none-win_amd64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mars_agents-0.4.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 2de0dd132465fb7c63ae38568b5b71b54368ab8e7edb033c02430cec8e74803c
MD5 dc193687e0b311e6c512888a5f651b1d
BLAKE2b-256 d41486e99c4169906fcf8d71f47ed1a46a56b02f4bc08a006c7cba0683b7c059

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.5-py3-none-win_amd64.whl:

Publisher: release.yml on haowjy/mars-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mars_agents-0.4.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26f3c989bc71b118d3734cfa36dbb670c5baaa2f517176604ff64d133502988d
MD5 e488398bde0e90b826d5cb908a975323
BLAKE2b-256 43f0d7fa30a45afb23ad6e73d5b7db3902afdd15a5b3cd0245c606369c7b3f2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on haowjy/mars-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mars_agents-0.4.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79b4bc745283e2ca46aa30c39d6564867454580e9bcf2823c47ae9867894caef
MD5 3f7a05090c75e850a74978397893ee90
BLAKE2b-256 859e829e228cb12f310d8330cfe3e4eeeb7beb69d4e8e05a2928942b0bca0eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on haowjy/mars-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mars_agents-0.4.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fccec6a3e0a679d7b5a9fe5ee9dbb0da20d95ecf9ee138d217775c616c97dac
MD5 4f5976cc1723a5e315ab6caf6c3d45f6
BLAKE2b-256 acf2fe1101fb1fd0b300fc60864fae3f3645dcbfdeee057e317fb35d66cd711f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.5-py3-none-macosx_11_0_arm64.whl:

Publisher: release.yml on haowjy/mars-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mars_agents-0.4.5-py3-none-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.5-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d4ec3585d4553d275bd69add2260b6aa5c64080142f275bc3417f23b0156d59b
MD5 93c2792bf88097e97bf8b1b66f63e364
BLAKE2b-256 0cb33793df897ee3248c58073d7200678ab154fbce5845264fc5cc9366b6cfe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.5-py3-none-macosx_10_12_x86_64.whl:

Publisher: release.yml on haowjy/mars-agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page