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.3.tar.gz (434.9 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.3-py3-none-win_amd64.whl (3.0 MB view details)

Uploaded Python 3Windows x86-64

mars_agents-0.4.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

mars_agents-0.4.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

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

Uploaded Python 3macOS 11.0+ ARM64

mars_agents-0.4.3-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.3.tar.gz.

File metadata

  • Download URL: mars_agents-0.4.3.tar.gz
  • Upload date:
  • Size: 434.9 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.3.tar.gz
Algorithm Hash digest
SHA256 7a9bf2c5cffc7726936b40fe26485ccfa44117bacd10f76ed0f27dc3b30eab73
MD5 cd7750a9b6626cbe7c0022ccb0f0b294
BLAKE2b-256 89c6f22b2608be2db885b3b9bdaaffb36a6bfa981b60153aac95b3131c00ea53

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mars_agents-0.4.3-py3-none-win_amd64.whl
  • Upload date:
  • Size: 3.0 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.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 1000f5d320418332ba64261f7928aee27a6eca1c3732fa8d3a73b99b85eb7c4a
MD5 4c728e6ee6418dc19243b89ab23f5181
BLAKE2b-256 15a5d0da15bc249e2871d0ea4b0c6ec9ab1c2ff72e1fcd6d2f6739fc1b0bb9a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.4.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cb7b3ec94bf5e1e1f36c51dc0be51e5a9bd23074f11c922872ebe5a4567b85b
MD5 1f39aafb8c65e08c20c32fbe02ca7869
BLAKE2b-256 9db4ab92070e09f39104a7768c7d17e1bdd558e7021f26390e369a6b618ae85b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.4.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ecb4c5ae0d3a0b1b2b68ba6849dc7be06ef28b3dad848dee1869fbe23e383b0
MD5 134d70a1e7099b43ca91532b01efce85
BLAKE2b-256 34d32dec8f215445e8bd372748ffcad5ada27773118eede93e25f46d976b48aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.4.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a10e69f6635b361a11927e3a7e627cbefaea1f56efb4941396d1be785eb41bb
MD5 6101897ba9c6e39c8ee4dd3dee9c818d
BLAKE2b-256 c64f0ead26bba0d9d88dc1d3f29652945aa144c6a05b81482281b533f8fcf822

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.4.3-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 827a7d722a32c3be3acc5814541ed49f7ab6f563ee9807f035dd5687f2d366b2
MD5 c77728f925c87c792be2461ec14b0210
BLAKE2b-256 71b4144425a2c46e010a596a0a06ebec8f8182feba6e1559d9942a8c7e76c110

See more details on using hashes here.

Provenance

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