Manage Cursor rule files and Claude sub-agent files from the command line
View on GitHubInstallation
Install globally via npm:
npm install -g prmp
Features
📦 URL-Based Installation
Add Cursor rules and Claude agents directly from URLs
🚀 Smart Organization
Automatically places files in .cursor/rules/ or .claude/agents/ directories
🔍 Index Existing Files
Scan and register existing rule files and agent files in your project
⚙️ Simple Management
List and remove packages with easy CLI commands
Quick Start
Add a prompt package from URL
$ prmp add https://example.com/prompt.md
$ prmp add https://raw.githubusercontent.com/khaliqgant/ai-toolkit/refs/heads/main/.claude/agents/code-reviewer.md --as claude
List installed prompt packages
$ prmp list
Remove a prompt package
$ prmp remove <id>
Index existing files
$ prmp index
Get help
$ prmp help