Use when starting infrastructure, testing, deployment, or framework-specific tasks - automatically searches PRPM registry for relevant expertise packages and suggests installation to enhance...
Automatically search and install PRPM packages to enhance Claude's capabilities for specific tasks. When working on infrastructure, testing, deployment, or framework-specific work, Claude searches the PRPM registry for relevant expertise and suggests packages to install.
Automatically triggers when detecting:
Analyze user request for keywords and extract relevant terms.
Choose the right search method:
AI-Assisted Search (for vague/broad queries):
prpm ai-search "natural language query"
Use when user request is:
Keyword Search (for specific tools/frameworks):
prpm search "<detected keywords>" --limit 5
Use when request mentions:
Present top 3 most relevant packages with:
prpm install <package-name> --as claude
Load package knowledge and apply to current task.
@prpm/*)User: "Help me build Pulumi + Beanstalk infrastructure"
Analysis:
Keywords: Pulumi, Beanstalk, infrastructure (specific tools)
Search: prpm search "pulumi beanstalk infrastructure"
Found: @prpm/pulumi-infrastructure (Official, 3.2K downloads)
Confidence: High → Auto-suggest
Response:
"I found an official PRPM package that can help:
📦 @prpm/pulumi-infrastructure (Official, 3.2K downloads)
- Pulumi TypeScript best practices
- AWS resource patterns
- Cost optimization guidelines
Should I install this to enhance my Pulumi knowledge?"
User: "Yes"
Action:
✅ Installing: prpm install @prpm/pulumi-infrastructure --as claude
✅ Loading knowledge
✅ Applying patterns to current task
User: "I need help with deployments"
Analysis:
Query: Vague, no specific tools mentioned
Search: prpm ai-search "help with deployments"
Found: Multiple relevant packages:
- @prpm/elastic-beanstalk-deployment (Official, 2.1K downloads)
- @sanjeed5/github-actions (Community, 892 downloads)
- @prpm/docker-deployment (Featured, 1.5K downloads)
Response:
"I found several deployment-related packages that might help:
📦 @prpm/elastic-beanstalk-deployment (Official, 2.1K downloads)
- AWS Elastic Beanstalk deployment patterns
📦 @prpm/docker-deployment (Featured, 1.5K downloads)
- Docker containerization and deployment
📦 @sanjeed5/github-actions (Community, 892 downloads)
- GitHub Actions CI/CD workflows
Which deployment platform are you using, or should I install the Elastic Beanstalk one?"
User: "I'm using AWS"
Action:
✅ Installing: prpm install @prpm/elastic-beanstalk-deployment --as claude
✅ Applying AWS deployment best practices
Keywords: aws, gcp, azure, kubernetes, docker, pulumi, terraform
Search: prpm search "infrastructure <cloud> <tool>"
Keywords: test, playwright, jest, cypress, vitest, e2e
Search: prpm search "testing <framework>"
Keywords: ci/cd, github-actions, gitlab-ci, deploy, workflow
Search: prpm search "deployment <platform>"
Keywords: react, vue, angular, next.js, express, django
Search: prpm search "<framework> best-practices"
# Natural language queries
prpm ai-search "help me deploy my app to the cloud"
# Problem descriptions
prpm ai-search "I need to improve my code review process"
# Conceptual searches
prpm ai-search "best practices for testing infrastructure"
When to use AI search:
# Basic search
prpm search "keyword1 keyword2"
# Subtype filter (rule, agent, skill, slash-command, prompt)
prpm search "react" --subtype rule
# Limit results
prpm search "github actions" --limit 5
# Sort by downloads
prpm search "testing" --sort downloads
When to use keyword search:
# List all collections
prpm collection list
# Search for collections
prpm collection search "frontend"
# Get collection details
prpm collection info essential-dev-agents
# Install a collection (installs all packages in the collection)
prpm install essential-dev-agents
Note: Collections bundle multiple related packages together. Use collections when you need a complete toolkit for a specific domain (e.g., "startup-mvp", "security-review-agents", "essential-dev-agents").
Recognize packages PRPM used to build itself:
@prpm/pulumi-infrastructure → PRPM's own infrastructure (74% cost savings)@sanjeed5/github-actions → PRPM's workflow validationBenefit: Users get the same expertise that built PRPM.
Remember: Self-improvement through package discovery makes Claude more capable for each specific task domain.