This repository contains demo materials for PRPM - The Package Manager for AI Prompts.
Stop copy-pasting prompts from GitHub. Install Cursor rules, Claude skills, and AI agents like npm packages.
PRPM is a universal package manager that works with any AI editor (Cursor, Claude Code, Continue, Windsurf, GitHub Copilot, Kiro). It provides:
- 1,300+ packages - Cursor rules, Claude skills/agents, Windsurf rules, MCP configs
- Collections - Complete workflow setups in one command
- Universal packages - Install once, use anywhere (format conversion happens server-side)
- Auto-updates - Version control and dependency handling
Located in the install/ directory, this demo showcases the core PRPM workflow:
- Installing PRPM globally with
npm install prpm -g - Searching for packages with
prpm search pulumi - Viewing package details with
prpm info @prpm/pulumi-troubleshooting-skill - Installing a skill with
prpm install @prpm/pulumi-troubleshooting-skill - Listing installed packages with
prpm list - Viewing the installed skill file in
.claude/skills/
The demo is created using VHS. To regenerate:
cd install
vhs demo.tapeThis will generate demo.gif showing the complete installation and usage flow.
# Install PRPM
npm install -g prpm
# Install a complete setup (multiple packages)
prpm install collection/nextjs-pro
# Or install individual packages
prpm install test-driven-development
prpm install karen-skill- Main Repository - Full documentation and source code
- Package Catalog - Browse 1,300+ available packages
- Collections Guide - Multi-package bundles
- CLI Reference - Complete command documentation
