Skip to main content

npm for your coding agent. Install packs of skills, subagents, and hooks into any repo, for every major agent.

Project description

agentbundle

PyPI Python License

The installer for agent-ready-repo. Think npm, but for the skills, subagents, and hooks your coding agent runs on.

agentbundle installs packs of agent primitives into your repo or your home directory. It projects each primitive into the layout every agent expects. One pack. One command. Every major agent.

pip install agentbundle
agentbundle install --pack core git+https://github.com/eugenelim/agent-ready-repo

That lands core, the flagship pack and the loop itself, in your repo. Claude Code, Codex, Cursor, Copilot, Gemini, and Kiro — both the CLI and the IDE — all read it, subagents and skills included.

Common commands

# See what's in a catalogue
agentbundle list-packs git+https://github.com/eugenelim/agent-ready-repo

# See the catalogue's curated install profiles
agentbundle list-profiles git+https://github.com/eugenelim/agent-ready-repo

# Install a whole curated profile — a single-scope set of packs — in one command
agentbundle install --profile inception git+https://github.com/eugenelim/agent-ready-repo

# Install the flagship loop into this repo
agentbundle install --pack core git+https://github.com/eugenelim/agent-ready-repo

# Install a pack at user scope, so it follows you across every project
agentbundle install --pack research git+https://github.com/eugenelim/agent-ready-repo --scope user

# Preview an install without writing a file
agentbundle install --pack core git+https://github.com/eugenelim/agent-ready-repo --dry-run

# Upgrade a pack; it reports the .upstream files you need to reconcile
agentbundle upgrade --pack core --to 0.4.0 git+https://github.com/eugenelim/agent-ready-repo

A catalogue is a git URL or a local path. Installs auto-detect your agent; pass --adapter to override. A profile is a catalogue-curated, single-scope set of packs you install in one command — it declares its own scope, so --scope doesn't apply.

Build your own catalogue

agentbundle isn't tied to the agent-ready-repo catalogue. Any repo that lays its packs out the same way can use it. A pack is a directory:

my-pack/
  pack.toml                  # name, version, adapter-contract, install scope,
                             # plus rich metadata (license, maintainers, links,
                             # categories, keywords) and a README pointer
  .claude-plugin/
    plugin.json              # Claude Code plugin manifest (hand-authored)
  README.md                  # the pack's portable doc — projected with the pack
  .apm/                      # primitives — projected by the build pipeline
    skills/<name>/
      SKILL.md               # the skill body; one folder per skill
      references/            # progressive-disclosure docs, loaded on demand
      assets/                # templates the skill copies into the repo
    agents/<name>.md         # subagents
    hooks/<name>.py          # lifecycle hooks
  seeds/                     # files scaffolded into the adopter repo

pack.toml is the single source of truth for a pack's metadata. Declare license, [[pack.maintainers]], [pack.links], categories, and keywords once; the build projects the cleanly-mappable subset — plus the pack's README.md — into each distribution route's manifest (the plugin.json / marketplace.json entry), so the catalogue describes each pack richly rather than with a single sentence. Extra fields stay in pack.toml; the projection is deliberately lossy per tool.

Point a catalogue URI (a git URL or a local path) at the repo that holds your packs. Then validate a pack against the adapter contract, render it to preview the projection, and install it into a target repo. scaffold drops a pack's seeds into a fresh directory to start from. The build pipeline (agentbundle.build) is the same engine make build runs.

See the pack layout reference and authoring a skill.

Credentials

agentbundle doesn't resolve secrets. Credentialed skills use credbroker, a standalone resolver that keeps cleartext out of the model's reach.

Learn more

The full story — the loop, the reviewers, the pack catalogue — is in the agent-ready-repo README.

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

agentbundle-0.6.0.tar.gz (353.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentbundle-0.6.0-py3-none-any.whl (433.2 kB view details)

Uploaded Python 3

File details

Details for the file agentbundle-0.6.0.tar.gz.

File metadata

  • Download URL: agentbundle-0.6.0.tar.gz
  • Upload date:
  • Size: 353.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentbundle-0.6.0.tar.gz
Algorithm Hash digest
SHA256 c32ab86ce6c9e7fb50be2250a687ad6a812a2fc2319abaad9a37402e83cbe18a
MD5 2176a048c800660f55c5dd0353bd6948
BLAKE2b-256 cb3d4a2075905baaac23bd0e8a2ce10492e4fc46be5247208d1abfa57237a1f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentbundle-0.6.0.tar.gz:

Publisher: release-agentbundle.yml on eugenelim/agent-ready-repo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentbundle-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: agentbundle-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 433.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentbundle-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e9eed63e7855fc30eb863259abf81e855f8bfea91d9e4c8a68e32dcfaef2008b
MD5 425f5f262bfac9a0df0a0d3dd8fb3623
BLAKE2b-256 82ae0ff35116f9c32917a044d9e00feb102f431b66430c61f89038d07917cc53

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentbundle-0.6.0-py3-none-any.whl:

Publisher: release-agentbundle.yml on eugenelim/agent-ready-repo

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