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

Uploaded Python 3Windows x86-64

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

Uploaded Python 3macOS 11.0+ ARM64

mars_agents-0.3.2-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.2.tar.gz.

File metadata

  • Download URL: mars_agents-0.3.2.tar.gz
  • Upload date:
  • Size: 421.1 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.2.tar.gz
Algorithm Hash digest
SHA256 d024b4dede40b8cd34b647290948dfcdf82ebb2f910acb1ab2c8187c0c75be9e
MD5 a6e1fdcfba09dd1529bc6b1a4f982990
BLAKE2b-256 a79953cbc55afe2316383879e5f09ee4f4c7939c75de29081d5bcd33b60a2e76

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mars_agents-0.3.2-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.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 6be66c75a710b6d1e43d42f841db634d2bcdb09d7dd7714290b49c0bcaa6f788
MD5 6863950d8c1bda6a6c4fc6343d77ceb7
BLAKE2b-256 4e38ed27da6990c0ad46c4dddc84f8f1c6cb0f5ed93d330b0be9b3940ce27c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38a0fbbed6e5f5735fb4df587898172a19fd9a352cb323d4191aca6356b19e66
MD5 f5e2b4e428cfe6b2796aa472e8f48da7
BLAKE2b-256 da38a52e15628ba7d4b450438f730f036c909ed92e69ae7f5e774c85a4ede2cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae6e810ab84bfbb213e3f3d9c7503ae9952bb81c2716bdbcc366e17c2783f390
MD5 210d3b9da125645707fec9a52d0198c2
BLAKE2b-256 b9d278991faff33f2d2f85dbbb3993aa406db7dee468ece69c37ca6cbd0a350a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 624a6718c00eac27a9fbfbc3e0ec39544fa73225542fcc6dce5d006ed4a05b06
MD5 9398be85994efe0ff97aeee1005397d7
BLAKE2b-256 860b9000364a5dbf0f7a841cf29a39fce1380b69016a5ae2d5e4d543b0d4e8fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.3.2-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a3269e90b0185cd6b9a17808560458e9fa94e38af75bb1fd583eb5332c45f713
MD5 1626404ee4d64acf15e863d5dad863b1
BLAKE2b-256 20cf75444933dd656a573f43e68b10808d95150bd9ea869717c79c68ab32d007

See more details on using hashes here.

Provenance

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