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

mars.toml + mars.lock (committed)
.mars-src/              ← your own agents/skills (committed, editable)
    ↓ mars sync
  .mars/                ← canonical store, gitignored (rebuilt from sources)
    ↓ copy to each target
  .agents/, .claude/, .cursor/ (your tools read from here)

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.

Use mars adopt to bring an existing unmanaged file into .mars-src/ in one step.

Docs

License

MIT

Project details


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.1.8.tar.gz (258.2 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.1.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

mars_agents-0.1.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

mars_agents-0.1.8-py3-none-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

mars_agents-0.1.8-py3-none-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded Python 3macOS 10.12+ x86-64

File details

Details for the file mars_agents-0.1.8.tar.gz.

File metadata

  • Download URL: mars_agents-0.1.8.tar.gz
  • Upload date:
  • Size: 258.2 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.1.8.tar.gz
Algorithm Hash digest
SHA256 683465fbaeafa02d787f008f0b38555180172045d869426c55a16528ea0e2b64
MD5 5efb61f0bf2fde3e7ff6d305fde722fa
BLAKE2b-256 1f2060f664fdcc6e553a6a9741b32ab0038676627b079a508224cc38c836e336

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.1.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9aaee77b09a6b24e0d1b276fda92a4314c481d7ddd73eea3f1e2727ca9d2d23
MD5 2132a548333b0c1571321e65eaaf2e7b
BLAKE2b-256 06697d428f670817f0b75c002c5016ad1032125c1ca489a6e6477ca0a09aae6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.1.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac677c2cf883d23b22bb2d1cd5d4641cca1038806d837cce72b1ae65405448d8
MD5 760407886d9385e754209d8cd47049a8
BLAKE2b-256 ae66a8a1fbdf35f416a71c0b44d0b74a24e6ab7c259bfe0bc1505ff6fc644370

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.1.8-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f6611b6f2c12ba6a852510140703aa9bb2eff9976071ae10f6bd3abd0cebed3
MD5 d26952118319673ac1e5b7375a8b1657
BLAKE2b-256 f93e4a0d5b7e63a23eee4a7e1bbea991d60bd949597fbc7824cdfc464b89b011

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mars_agents-0.1.8-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a9d8474e734451de38136530627f5c4d3f7fb85303e4bab98b37c4f52a3ece8d
MD5 1350a2bc5c8a1479b89eff67eeb85692
BLAKE2b-256 67d59a2a099873e0a68c56b013ac8996a36a55dfe562b716732fdb2e60380b7d

See more details on using hashes here.

Provenance

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