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

This version

0.3.0

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

Uploaded Python 3Windows x86-64

mars_agents-0.3.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.3.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

mars_agents-0.3.0-py3-none-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

mars_agents-0.3.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.3.0.tar.gz.

File metadata

  • Download URL: mars_agents-0.3.0.tar.gz
  • Upload date:
  • Size: 399.4 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.3.0.tar.gz
Algorithm Hash digest
SHA256 55ff6e6889e8d7a2f4d10853d609d006c9615e40e96601ba97d25826585414fb
MD5 ce3834d464a70ec452daf7dde9ad9539
BLAKE2b-256 671dd21d6e50aa9338772906db7826d8c890ed28cf3d8ac6f483ded0aae2f677

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mars_agents-0.3.0-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.3.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 72b73c959ecffdf97ca0f60d3d6122d3b37bf965af2c96bf2f39042c69ea0176
MD5 21872fd67ae849b1ef8c7800834565ab
BLAKE2b-256 8f5efa20ee87365057e29e016c39a31f72271bf67597036d0ad6615ad586ec4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e050ae4c7029731a8edefdf734ce03458bc74121e8f05b552eec4b480b31761
MD5 ed5dea51c1f7b4c017ac38d837224b27
BLAKE2b-256 39ce638a77a20edd2053d9c7bcac7ac99511f34ff889d49cf02eb16dcbeadaf2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26b41c30dd4798acd1acfb3c12fb51f0df6946aa428a83b2836653764f07cd9c
MD5 02a086b9f87b3b7df629e0fbb3f596cf
BLAKE2b-256 674e7a2350a3f1f956afd52732f0d3870412c362835f156952c571bd290c1f6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42cdce8605641ea0e74ec3e5d23c64968c8c8706be3ff80df38a73ac09746c8e
MD5 628e721eed819834eaa4028553acd06a
BLAKE2b-256 92228554c4fcd5b0e2f1c09c6bb26a38098e7946a1ecc01a27f266ae80f761ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.0-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 68135c5af3b1e5a7eabae2adf6a17fa152e3e5c7691c9d16346ed4340d25d98d
MD5 c3a2ba440fdc109bb25cba56cd22f669
BLAKE2b-256 f573d44dd6a6dadd3c6673bded53518c635a9faa7774f2ac71657968e3bc8a10

See more details on using hashes here.

Provenance

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