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

Uploaded Python 3Windows x86-64

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

Uploaded Python 3macOS 11.0+ ARM64

mars_agents-0.4.0-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.0.tar.gz.

File metadata

  • Download URL: mars_agents-0.4.0.tar.gz
  • Upload date:
  • Size: 433.8 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.0.tar.gz
Algorithm Hash digest
SHA256 c3b5062314804dedfa7afecd03f86606d6d3a3bc67faf0f323c1dfdb9514a87b
MD5 8ca0fc43344030910dfbb1836bea4b7e
BLAKE2b-256 b27630aa5f2898bc7d6399d73d9da40a6efd83c0e8a133c74dd445aa8feb7a05

See more details on using hashes here.

Provenance

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

Publisher: release.yml on meridian-flow/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.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: mars_agents-0.4.0-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.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 defe2832b84d7dcdaf195fb73df85f49e20502b6c0178fc5ba2ae4917dbc735a
MD5 2d8adf8044d1de1c09360d751262a986
BLAKE2b-256 b0df7933a303221c6a60d90c1b796b1179c0e3a5c7b7f268932dfae96c42b39a

See more details on using hashes here.

Provenance

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

Publisher: release.yml on meridian-flow/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.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e844b51cb058cc93d9b36c0a7ce165d163bbbfb4b2173496963fc628f53cc89e
MD5 5bb174557539ed27ca726f510b3816f6
BLAKE2b-256 c767271de6030c24d215072902ca5c8373629dbaeeca924781fb4d758e60c734

See more details on using hashes here.

Provenance

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

Publisher: release.yml on meridian-flow/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.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 257a86190e56f837e4b5a332bead13188a794db3e3bfe6b056434cf06c7e9d09
MD5 f7645ccd3be5197bf6713e9a1c267a43
BLAKE2b-256 9322a9d45e6a7a662af4a8b45f45d61b900e6c89273e4cba9422b2e82f7fe3c2

See more details on using hashes here.

Provenance

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

Publisher: release.yml on meridian-flow/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.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dff2e0491502d902353d26af38fe7ceac08eaee7e1df0b4b22265c535e132fe3
MD5 35dfbf2ab0b672f4f098eec15800c74b
BLAKE2b-256 c7f8d5179d1c8032cafd055ec65abcf20ffe03456a2d5a42a0d3a7c1bb052c4b

See more details on using hashes here.

Provenance

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

Publisher: release.yml on meridian-flow/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.0-py3-none-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mars_agents-0.4.0-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f77c9bbe2e0a29848ae0ebf914e2718fa8bf73ef4eca75df8110aa27b10ddb9
MD5 1e0a91b1c65136b216a86846f16e2d8d
BLAKE2b-256 a910344ccddc5cf8edf4041b142ffe0d8264a8b5dcf421bf8d5de5ff9ac31101

See more details on using hashes here.

Provenance

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

Publisher: release.yml on meridian-flow/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