Installation
Install the PRPM CLI globally using npm:You can also use
npx prpm to run commands without installing globally.Install Your First Package
Search for packages:Packages are namespaced by author. The format is
@username/typescript-rules.Discover More Packages
View trending packages:Collections bundle multiple related packages together for easier setup of common stacks and workflows.
Publishing Your First Package
1. Initialize a Package
Use the interactive init command to scaffold a new package:- Package name (format:
@username/typescript-rules) - Description
- Format (cursor, claude, windsurf, etc.)
- Subtype (rule, agent, skill, etc.)
- Author information
- License
- Tags
prpm.json- Package manifestREADME.md- Documentation template- Example files based on your selected format
2. Add Your Content
Edit the generated files with your rules, prompts, or skills:3. Login to PRPM
Authenticate with the registry:4. Publish
Test your package first (optional but recommended):5. Update Your Package
When you make changes, increment the version inprpm.json: