Aipm banner
abhisri2090 abhisri2090

Aipm

AI community

Description

Open-source package manager and registry for reusable AI agent skills, prompts, rules, and tool files.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AIPM

AIPM

[![CI](https://github.com/abhisri2090/aipm/actions/workflows/ci.yml/badge.svg)](https://github.com/abhisri2090/aipm/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/@aipm-registry/cli)](https://www.npmjs.com/package/@aipm-registry/cli) [![license](https://img.shields.io/github/license/abhisri2090/aipm)](LICENSE) [![website](https://img.shields.io/badge/registry-aipm--registry.com-0969da)](https://www.aipm-registry.com)

Open-source **AI package manager** — publish and install AI skills into Cursor and Claude project folders.

npm install -g @aipm-registry/cli
aipm init --target claude
aipm add @anthropics/frontend-design@1.0.0

[Browse AI skills](https://www.aipm-registry.com/skills) · [Read the install guide](https://www.aipm-registry.com/install) · [Publish a skill](https://www.aipm-registry.com/publish)

Repository: [https://github.com/abhisri2090/aipm](https://github.com/abhisri2090/aipm)

What is open source?

This repository is intended to be public. It includes the CLI, registry API, Next.js website/docs/dashboard, shared schemas, install engine, tool adapters, deployment scripts, and examples.

Production secrets and service state are not part of the open-source project. Do not commit `.env` files, Azure publish profiles, storage keys, database URLs with credentials, Key Vault values, SSH keys, publish tokens, or private customer/project data. Use `.env.example` and the deployment docs as templates.

Monorepo layout

apps/
  cli/              → `aipm` CLI
  registry-api/     → HTTP registry (Azure-ready)
  web/              → Next.js website, registry UI, docs, and publisher dashboard
packages/
  schemas/          → Zod schemas + @scope/name validation
  engine/           → install engine + tool detection
  adapter-cursor/   → Cursor skill adapter
  adapter-claude/   →