Install the CLI
npm install -g @aipm-registry/cliOther install methods -> Full install guide
AIPM — AI Package Manager
AIPM gives you a registry and CLI for AI skills. Install prompts, rules, MCP setup, and tool files into a repo for Cursor, Claude, Codex, and more. Start with one command, then keep reusable AI setup with your project.
aipm init, then add a package with aipm add @scope/name@version.Get started
npm install -g @aipm-registry/cliOther install methods -> Full install guide
Create an AIPM config file in the current project.
aipm init --target cursorInstall one package version into the selected AI tool target.
aipm add @scope/name@1.0.0 --target cursor --ciLive registry
Loading skills
Create project config, install a skill, and see which files AIPM writes.
Create an account, reserve a package name, generate a token, and publish new versions.
Read practical guides for creating safe, useful AI skills.
Start with high-value skills for code review, tests, docs, security, MCP setup, and more.
Write names, descriptions, and examples that help users find the right AI skill.
Create package folders for review, issue summary, release notes, or blank skills.
Fix registry, package, target, version, and install problems quickly.