AIPM package
A public package with a version number, a manifest, and the files needed to install an AI skill.
Glossary
AIPM uses words from package managers, AI tools, and publishing accounts. This page keeps those words short and easy to scan.
A public package with a version number, a manifest, and the files needed to install an AI skill.
A reusable set of instructions or files that helps an AI assistant do one job.
The aipm.manifest.json file. It tells AIPM the package name, version, entry file, supported tools, description, and license.
The AI tool you want to install into. Current targets are cursor and claude.
Code that writes skill files into the right folder for a target tool.
The scope that owns package names, such as @team in @team/review-helper.
A package name reserved in the dashboard so an org can publish versions for it.
A short-lived token from the dashboard. The CLI uses it when you publish a package version.
Starter SKILL.md content for common tasks like code review, issue summaries, and release notes.
The main file in a package. AIPM reads and installs this as the skill content.
A file that tells AIPM what not to publish, such as secrets, logs, and private notes.
A check that confirms the registry can reach its database and package storage.