AIPM
Theme

Glossary

Simple definitions for AIPM terms.

AIPM uses words from package managers, AI tools, and publishing accounts. This page keeps those words short and easy to scan.

AIPM package

A public package with a version number, a manifest, and the files needed to install an AI skill.

Skill

A reusable set of instructions or files that helps an AI assistant do one job.

Manifest

The aipm.manifest.json file. It tells AIPM the package name, version, entry file, supported tools, description, and license.

Target

The AI tool you want to install into. Current targets are cursor and claude.

Adapter

Code that writes skill files into the right folder for a target tool.

Org namespace

The scope that owns package names, such as @team in @team/review-helper.

Package reservation

A package name reserved in the dashboard so an org can publish versions for it.

Publish token

A short-lived token from the dashboard. The CLI uses it when you publish a package version.

Template

Starter SKILL.md content for common tasks like code review, issue summaries, and release notes.

Entry file

The main file in a package. AIPM reads and installs this as the skill content.

.aipmignore

A file that tells AIPM what not to publish, such as secrets, logs, and private notes.

Readiness

A check that confirms the registry can reach its database and package storage.