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.6.tar.gz (427.0 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.6-py3-none-win_amd64.whl (2.9 MB view details)

Uploaded Python 3Windows x86-64

mars_agents-0.4.6-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.6-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.6-py3-none-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

mars_agents-0.4.6-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.6.tar.gz.

File metadata

  • Download URL: mars_agents-0.4.6.tar.gz
  • Upload date:
  • Size: 427.0 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.6.tar.gz
Algorithm Hash digest
SHA256 2438116aa151479020976061831f75abed8c4c82c0aa5ca87719477841048d14
MD5 64ce80fb5b843359729e51a470bffa58
BLAKE2b-256 618945b62800e5c579f003f8748d20a191eb7beba2f8d93d3d30dc5e209fe23b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.6.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.6-py3-none-win_amd64.whl.

File metadata

  • Download URL: mars_agents-0.4.6-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.6-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f96e9927be5aae8683fabe289d1b79816022668218f70a624f78065c0aa66007
MD5 1ab68c79be5538e6ed4a85b570904f07
BLAKE2b-256 05fadebd00ef7e44ec861cc43518a0f6a15a0535d1b983d7f3fd7e836f27aaa0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.6-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.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66f4be937e18d29dc17ab4cc0ab5eec2d08ff0a526179d4db62a44a09ca3b92b
MD5 0eb5cb17a9cb51f78356b53a89f36f35
BLAKE2b-256 8bae6d682a0bb17754b350d286dd7bad88d544aed7672df92ffb9e2744cf09c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.6-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.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb6829bd82f86fa7ec6c1b17a0480f7841530ea035d0ca9374772cd4ec002aed
MD5 a9e59e1b533f3a86f45f9bdc5f83b991
BLAKE2b-256 bb2f2e75ef716b2dc1082e99af6b70f3de0da081380ef97cda699597d216a08b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.6-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.6-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.6-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3aafc3a30d9060c6f9fa5c9eb62c401d8013adb5e186f34f01aadf72d776ecd0
MD5 aca4c2f57a85bbec5d23e526e3c6d193
BLAKE2b-256 ee01715d56d5a967073c1b01cb0bedba35ee4125aa6b366e8f7431e11c2b8fa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.6-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.6-py3-none-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.6-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e6e5acd7babafc1c89488f3ed15d7b4e5507484ee623a110a792d674b13bc402
MD5 3f7086fc2d7aa6f82b50a3d528302f5a
BLAKE2b-256 c22f2cf468965755bd2fffc9ab2563a0cd9799d54e8eabcd23a4cf8a7d73fd26

See more details on using hashes here.

Provenance

The following attestation bundles were made for mars_agents-0.4.6-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