Skip to main content

Welcome to PRPM

PRPM (Prompt Package Manager) is a universal package manager that allows you to install, share, and manage AI tool configurations across Claude Code, Cursor, Continue, Windsurf, OpenCode, Droid, and other AI development tools.

What is PRPM?

PRPM makes it easy to:
  • Install pre-built prompts, rules, and skills from the PRPM registry
  • Share your AI configurations with your team or the community
  • Manage multiple AI tool configurations from a single place
  • Discover popular AI patterns and best practices

Key Features

Quick Example

Install a package:
prpm install @username/typescript-best-practices
Publish your own package:
prpm init
prpm login
prpm publish

How It Works

PRPM manages AI prompt files across different formats and tools:
  1. Search & Discover - Find packages in the PRPM registry that match your needs
  2. Install - Download and install packages to the correct locations (.cursor/, .claude/, etc.)
  3. Track - Maintain a lock file (prpm.lock) to track what’s installed
  4. Update - Keep your packages up to date with the latest versions
  5. Publish - Share your own packages with the community

Supported Formats

PRPM supports a wide range of AI development tools:
  • Claude Code - Skills, agents, slash commands, hooks, and tools
  • Cursor - Rules, agents, slash commands, and tools
  • Continue - Coding rules and prompts
  • Windsurf - Coding rules, agents, slash commands, and tools
  • GitHub Copilot - Instructions and chat modes
  • Kiro - Steering files, agents, and hooks
  • Gemini CLI - Custom commands and tools
  • OpenCode - Agents, commands, and tools
  • Ruler - Coding rules and agents
  • Factory Droid - Skills, commands, and hooks
  • Trae - Rules for Trae IDE (ByteDance)
  • Aider - Conventions for Aider AI coding assistant
  • Zencoder - Rules for Zencoder AI coding assistant
  • Replit Agent - Instructions for Replit Agent
  • Agents.md - Universal agent format (OpenAI, Gemini, etc.)
  • MCP - Model Context Protocol servers
  • Generic - Universal AI prompts
Each format has its own directory structure and file format. PRPM handles all the details automatically, including format conversion between tools.

Next Steps