What problem does it solve?
This Skill eliminates guesswork when testing PRPM CLI commands by providing comprehensive workflows for local development, cross-format conversion testing, and critical contract validation.
Core Features & Use Cases
- Local Development Testing: Build, configure, and test CLI commands against a local registry.
- Cross-Format Conversion: Test conversions across all 15+ supported formats including Claude, Cursor, Windsurf, and Gemini.
- Contract Testing: Verify documented behavior matches implementation across all precedence paths and default cases.
- Use Case: When developing a new CLI feature, use this Skill to test all documented behaviors, verify format conversions work correctly, and ensure no regression in existing functionality.
Quick Start
Build the CLI and test a search command: npm run build --workspace=packages/cli && export PRPM_REGISTRY_URL=http://127.0.0.1:3111 && node packages/cli/dist/index.js search typescript