A AIPM

The registry is not reachable.

Check the registry URL and run curl <registry-url>/health. If it fails, the server or network route is down.

Package not found.

Confirm the exact scoped name and version. AIPM package names use the format @scope/name.

Version already published.

Published versions are immutable. Increase the manifest version and publish again.

The skill installed but does not appear in my tool.

Check that you installed with the right --target, then restart or reload the AI tool if it caches project files.

Can I publish private skills?

Not yet. Public publishing is approval-only while account, organization, and short-lived publish-token flows are designed.

How do I install the CLI?

Run npm install -g @aipm-registry/cli, then run aipm init inside your project.

Where are package files stored?

Metadata is stored by the registry backend. Package tarballs are stored in the configured blob storage backend.