Universal Package Manager for AI Coding Tools

Manage skills, commands, and hooks across Claude, OpenCode, Codex, and more. Version-controlled artifacts with reproducible installations.

Install AGPM
$ pnpm add -g @agpm/cli

Everything you need to manage AI artifacts

AGPM provides a unified way to discover, install, and update skills, commands, and hooks from any git repository.

Multi-Target Support
Install artifacts to Claude, OpenCode, Codex, and other AI tools simultaneously. One config, multiple destinations.
Git-Backed Sources
Version-controlled artifacts with SHA pinning. Reproducible installations with integrity verification.
Collections
Group related artifacts together. Install entire collections with a single command for organized workflows.
Auto-Discovery
Automatically discovers artifacts in repositories. Supports marketplace, plugin, and simple formats.

How it works

A simple workflow for managing AI coding tool artifacts

1. Add Sources

Point AGPM to git repositories containing skills, commands, or hooks. Supports GitHub shorthand or full URLs.

2. Select Artifacts

Browse and select individual artifacts or entire collections. AGPM auto-discovers available items in any supported format.

3. Install & Use

Install artifacts to your project. They're copied to the right directories for Claude, OpenCode, and other tools.

Get started in seconds

Four simple commands to discover, add, and install artifacts from any repository.

Terminal
# Add a source repository
$ agpm source add anthropics/skills
# Discover available artifacts
$ agpm source discover anthropics/skills
# Add an artifact to your project
$ agpm add anthropics/skills pdf
# Install to target directories
$ agpm install

Ready to get started?

Install AGPM and start managing your AI coding tool artifacts today. Join the community on GitHub.