pi-pathfinder
PI Pathfinder - Finds the path through 229 plugins. Automatically picks the best plugin for your task, extracts its skills, and applies them. You don't pick plugins, PI does. Part of our initiative to update all plugins with appropriate skill sets.
View on GitHubTable of content
PI Pathfinder - Finds the path through 229 plugins. Automatically picks the best plugin for your task, extracts its skills, and applies them. You don’t pick plugins, PI does. Part of our initiative to update all plugins with appropriate skill sets.
Installation
npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/pi-pathfinder
Contents
Folders: skills
Files: LICENSE, README.md
Documentation
Finds the path through 229 plugins ๐ฏ
You don’t pick plugins - PI does. Smart pathfinder that analyzes your request, automatically selects the best plugin, extracts its skills, and applies them.
Ultra-think mode: OFF | Easy mode: ON
The Problem You Had
229 plugins installed. Which one do you use? Who remembers?
BEFORE:
You: "Scan my code for security issues"
You: *thinks* "Which plugin was that?"
You: *searches marketplace*
You: *reads docs*
You: *tries command*
Result: Wrong plugin
NOW:
You: "Scan my code for security issues"
PI Pathfinder: *picks best plugin automatically*
PI Pathfinder: *extracts its skills*
PI Pathfinder: *runs it*
Done. Zero thinking from you.
How It Works
You: Describe what you want in plain English
PI Pathfinder:
- Understands your task
- Searches your installed plugins (all 228 if you want)
- Picks the best one(s) automatically
- Extracts how they work
- Applies their skills to your problem
- Done
You never:
- โ Pick plugins
- โ Remember names
- โ Read docs
- โ Run commands
Real Examples
“Check my code for vulnerabilities”
PI Pathfinder automatically:
โ Searches your plugins for: security, scan, vulnerability
โ Finds: owasp-scanner + security-audit + code-quality
โ Extracts all 3 approaches
โ Combines: OWASP checks + security audit + quality scan
โ Runs on your code
โ Reports: "Found 3 SQL injection risks, 2 XSS issues"
You did: 5 words
PI Pathfinder did: Everything else
“Deploy my app”
PI Pathfinder automatically:
โ Searches: deploy, automation, docker
โ Finds: deployment-pipeline + docker-composer
โ Extracts: Build โ Test โ Deploy workflow
โ Runs your deployment
โ Reports: "Deployed. Health checks passing."
You did: 3 words
PI Pathfinder did: Entire deployment
“Make API docs”
PI Pathfinder automatically:
โ Searches: documentation, api, swagger
โ Finds: api-documenter + swagger-generator
โ Extracts how they work
โ Scans your API code
โ Generates: OpenAPI spec + Swagger UI + Markdown
โ Done: "Created docs in /docs/"
You did: 3 words
PI Pathfinder did: Complete documentation system
Why This Is Better
Old Way
1. Figure out which plugin
2. Remember its name
3. Look up command
4. Run it
5. Hope it's right
New Way
1. Say what you want
[PI Pathfinder does 2-5]
Done.
Installation
# Add marketplace
/plugin marketplace add jeremylongshore/claude-code-plugins
# Install PI Pathfinder
/plugin install pi-pathfinder@claude-code-plugins-plus
# Install plugins you want (as many as you want)
/plugin install devops-automation-pack@claude-code-plugins-plus
/plugin install security-toolkit@claude-code-plugins-plus
# Install 10, 50, or all 228 - doesn't matter
# Just talk normally
"Deploy my app"
"Check for bugs"
"Generate docs"
PI Pathfinder picks the right plugins automatically.
Usage - Zero Thinking
Just say what you want:
# Security
"Scan for vulnerabilities"
"Check for SQL injection"
"Audit dependencies"
# Documentation
"Generate API docs"
"Create README"
"Document this code"
# Testing
"Write tests"
"Run coverage"
"Check test failures"
# Deployment
"Deploy to staging"
"Build containers"
"Update production"
# Code Quality
"Check code quality"
"Find code smells"
"Fix issues"
PI Pathfinder figures out which plugins to use, extracts their skills, applies them.
You never pick. It picks for you.
The Smart Part
Learns Plugins On-The-Fly
Reads plugin source code and figures out how they work:
- commands/*.md (what they do)
- agents/*.md (how they think)
- skills/*/SKILL.md (capabilities)
- scripts/*.sh (implementation)
Combines Multiple Plugins
Your task: "Check my code"
Finds: formatter + linter + security scanner
Combines: Format check + Lint + Security scan
Result: Comprehensive analysis
Adapts to Your Context
Found: javascript-linter
Your code: Python
Adapts: Same linting logic with Python tools
Works: On your Python code
What It Does (Behind the Scenes)
1. Task Analysis: “Scan for security issues” โ Security analysis โ Vulnerability scanning
2. Plugin Discovery: Searches your plugins โ Finds matches โ Ranks by relevance
3. Skill Extraction: Reads how plugins work โ Extracts approaches โ Combines strategies
4. Skill Application: Applies learned skills โ Runs analysis โ Reports results
All automatic.
Limitations
Can do: โ 221 AI instruction plugins (commands, agents, skills) โ Analyze MCP plugin patterns โ Combine multiple plugins โ Adapt to your context โ All installed plugins
Cannot do: โ Execute compiled MCP code directly โ Use plugins needing API keys (unless
…(truncated)
Included Skills
This plugin includes 1 skill definition:
skill-adapter
|
View skill definition
Skill Adapter
Overview
This skill provides automated assistance for the described functionality.
Prerequisites
- Appropriate file access permissions
- Required dependencies installed
Instructions
- Invoke this skill when the trigger conditions are met
- Provide necessary context and parameters
- Review the generated output
- Apply modifications as needed
Output
The skill produces structured output relevant to the task.
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources
- Project documentation
- Related skills and commands