A AIPM

Install the CLI

Install the bundled AIPM command once on your machine.

npm install -g @aipm-registry/cli

Initialize a project

This writes an aipm.package.json file with the public registry URL.

aipm init

Install a skill

Choose a package from the registry and install it for the target tool.

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

List installed skills

aipm list

Where files go

AIPM writes tool-specific files into project locations that adapters understand. For Cursor, installed skill files are placed under the project Cursor skill area.

Updating a skill

Install the newer package version with the same add command. Versions are explicit, so project changes stay reviewable.