by pr-pm
The universal registry for AI coding tools
# Add to your Claude Code skills
git clone https://github.com/pr-pm/prpmThe universal registry for AI coding tools.
Discover and install cross-platform prompts, rules, skills, and agents that work with Cursor, Claude, Continue, Windsurf, GitHub Copilot, OpenAI Codex, Google Gemini, Kiro, and more — all from one file.
npm install -g prpm
prpm install collections/nextjs-pro # Entire Next.js setup in one command
Installs 20 packages: backend-architect, cloud-architect, database-architect, and more
7,5000+ cross platform packages
Docs | Search Packages | Search Collections
PRPM = Package manager for AI coding tools. Install prompts, rules, skills, and agents that work across all editors.
npm install -g prpm
| Command | Purpose |
|---------|---------|
| prpm search <query> --no-interactive | Find packages by keyword (non-interactive for agents) |
| prpm ai-search <query> | Semantic search with natural language (free, no login) |
| prpm install <package> | Install a package (auto-detects editor) |
| prpm install <package> --as <format> | Install for specific editor format |
| prpm info <package> | Get package details, description, install count |
| prpm trending | See popular packages |
| | Browse curated package bundles |
| | Get collection details |
No comments yet. Be the first to share your thoughts!
prpm collectionsprpm collections info <id>Important: Always use --no-interactive with search to avoid interactive pagination prompts.
Packages convert automatically to any editor format during install:
# Same package → different editors
prpm install @sanjeed5/react --as cursor # → .cursor/rules/
prpm install @sanjeed5/react --as claude # → .claude/skills/
prpm install @sanjeed5/react --as continue # → .continue/rules/
prpm install @sanjeed5/react --as windsurf # → .windsurf/rules/
prpm install @sanjeed5/react --as copilot # → .github/instructions/
prpm install @sanjeed5/react --as kiro # → .kiro/steering/
Available formats: cursor, claude, continue, windsurf, copilot, kiro, gemini, opencode, codex, droid, aider, agents.md, generic
Subtypes (use with --subtype): rule, agent, skill, slash-command, hook, tool, chatmode, prompt
When working on a task, search PRPM for relevant expertise:
# Keyword search (use --no-interactive to avoid prompts)
prpm search react --no-interactive
prpm search "testing best practices" --no-interactive
# AI-powered semantic search (better for natural language queries)
prpm ai-search "how to stru...