A AIPM

AIPM — AI Package Manager

npm-style packages for AI skills, tools, and MCP

AIPM aims to solve AI package distribution problems. Registry + CLI to Install, Update, Deploy, Remove, and bind packages into your repo for Cursor, Claude, Codex, and more — no copying files by hand.

Get started

Install AIPM and bind skills to a project

Full guide
1

Install the CLI

Install the AIPM command on your machine.

npm install -g @aipm-registry/cli
2

Initialize your project

Create the AIPM project config file.

aipm init
3

Add a skill

Install one package into the selected AI tool target.

aipm add @scope/name@1.0.0 --target cursor --ci

Live registry

Find a skill

Open full registry

Loading registry entries

Use skills

Initialize a project, install a skill, and see what files AIPM writes.

Publish skills

Create a manifest, target one or more AI tools, and version updates cleanly.

Troubleshoot

Fix registry, package, target, version, and install problems quickly.