AIPM
Theme

AIPM — AI Package Manager

Install AI skills like packages.

  • Software got npm.
  • Infrastructure got Terraform.
  • Containers got Docker.
  • AI has nothing.
  • That's the problem AIPM solves.

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.

What is AIPM?
AIPM is an AI package manager: a public registry plus CLI for reusable AI skills, prompts, rules, MCP setup, and tool files.
Who is it for?
Tech and non-tech people who use AI tools for day-to-day tasks and want to organize and scale AI use across their teams.
How do you start?
Install the CLI, run aipm init, then add a package with aipm add @scope/name@version.
SkillsRulesPromptsMCP serversHooksContext packsPoliciesWorkflowsMemory configTool configsEnvironment bundlesAgent instructions

Get started

Install AIPM and add a skill

Full guide
1

Install the CLI

npm install -g @aipm-registry/cli

Other install methods -> Full install guide

2

Initialize your project

Create an AIPM config file in the current project.

aipm init --target cursor
3

Add a skill

Install one package version into the selected AI tool target.

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

Live registry

Find a skill

Open full registry

Loading skills

No public skills are listed yet. Demo packages are hidden while starter skills are prepared.

Use skills

Create project config, install a skill, and see which files AIPM writes.

Publish skills

Create an account, reserve a package name, generate a token, and publish new versions.

Learn the basics

Read practical guides for creating safe, useful AI skills.

What is an AI package manager?

Understand AIPM, AI skills, prompt packages, and reusable assistant setup.

Agent package manager guide

Learn how packages help AI agents reuse project workflows safely.

Version AI prompts

Keep prompts, rules, and instructions in Git instead of losing them in chat.

Agent config files

Understand AGENTS.md, CLAUDE.md, Cursor rules, MCP config, and skills.

AGENTS.md vs CLAUDE.md

Choose the right instruction file for Claude Code, Cursor, and other agents.

mcp.json guide

Manage MCP server setup safely across Cursor, Claude Code, and team repos.

AI agent file support

Compare AGENTS.md, CLAUDE.md, Cursor rules, skills, and MCP in one verified table.

Components of an AI agent

Understand the model, instructions, memory, tools, actions, and safety controls.

Cursor rules vs AGENTS.md

Choose the right shared or scoped instruction format for your coding agents.

Claude skills vs commands

See how Claude Code skills and custom slash commands now work together.

MCP config best practices

Keep MCP server access safe, clear, testable, and easy to reuse.

Share team prompts

Give teammates one clear prompt source instead of scattered chat copies.

Package MCP setup

Share MCP setup notes safely without publishing tokens or private values.

AIPM vs copy-paste

See when a package manager is better than copying prompts by hand.

Popular skill ideas

Start with high-value skills for code review, tests, docs, security, MCP setup, and more.

Get discovered

Write names, descriptions, and examples that help users find the right AI skill.

Start from templates

Create package folders for review, issue summary, release notes, or blank skills.

Troubleshoot

Fix registry, package, target, version, and install problems quickly.