Skip to content

feat(agm): add Agent Package Manager CLI tool#29

Merged
claude-code-best merged 1 commit into
mainfrom
feat/agm
Jun 12, 2026
Merged

feat(agm): add Agent Package Manager CLI tool#29
claude-code-best merged 1 commit into
mainfrom
feat/agm

Conversation

@claude-code-best

Copy link
Copy Markdown
Collaborator

agm is a pnpm-style package manager for AI agent dependencies. Key features:

  • agm.json + agm.lock.json manifest format
  • Two-tier dependency model (git commit hash + registry semver)
  • Tool-agnostic adapter pattern (Claude, Codex, Copilot)
  • Content-addressable store (~/.agm/store/) with atomic install
  • Recursive auto-detection of skills/agents from repos
  • CLI: init, install (--git/--tool), uninstall, list, update, gc, self-update
  • Install scripts for Unix (curl|bash) and Windows (irm|iex)
  • CI/CD: GitHub Actions multi-platform build on agm-v* tags

feat(agm): add Agent Package Manager CLI tool

agm is a pnpm-style package manager for AI agent dependencies. Key features:

  • agm.json + agm.lock.json manifest format
  • Two-tier dependency model (git commit hash + registry semver)
  • Tool-agnostic adapter pattern (Claude, Codex, Copilot)
  • Content-addressable store (~/.agm/store/) with atomic install
  • Recursive auto-detection of skills/agents from repos
  • CLI: init, install (--git/--tool), uninstall, list, update, gc, self-update
  • Install scripts for Unix (curl|bash) and Windows (irm|iex)
  • CI/CD: GitHub Actions multi-platform build on agm-v* tags

agm is a pnpm-style package manager for AI agent dependencies.
Key features:
- agm.json + agm.lock.json manifest format
- Two-tier dependency model (git commit hash + registry semver)
- Tool-agnostic adapter pattern (Claude, Codex, Copilot)
- Content-addressable store (~/.agm/store/) with atomic install
- Recursive auto-detection of skills/agents from repos
- CLI: init, install (--git/--tool), uninstall, list, update, gc, self-update
- Install scripts for Unix (curl|bash) and Windows (irm|iex)
- CI/CD: GitHub Actions multi-platform build on agm-v* tags

feat(agm): add Agent Package Manager CLI tool

agm is a pnpm-style package manager for AI agent dependencies.
Key features:
- agm.json + agm.lock.json manifest format
- Two-tier dependency model (git commit hash + registry semver)
- Tool-agnostic adapter pattern (Claude, Codex, Copilot)
- Content-addressable store (~/.agm/store/) with atomic install
- Recursive auto-detection of skills/agents from repos
- CLI: init, install (--git/--tool), uninstall, list, update, gc, self-update
- Install scripts for Unix (curl|bash) and Windows (irm|iex)
- CI/CD: GitHub Actions multi-platform build on agm-v* tags
@claude-code-best claude-code-best merged commit dbc111e into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants