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 GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category example
Version 1.0.0
Stars 1,193
Downloads 17
self.md verified
Table 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

Version Agent Skills License: MIT


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:

  1. Understands your task
  2. Searches your installed plugins (all 228 if you want)
  3. Picks the best one(s) automatically
  4. Extracts how they work
  5. Applies their skills to your problem
  6. Done

You never:


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:

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

Instructions

  1. Invoke this skill when the trigger conditions are met
  2. Provide necessary context and parameters
  3. Review the generated output
  4. 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

Source

View on GitHub

Tags: example agent-skillspipathfinderplugin-intelligencetask-routerauto-selectorskill-extractioneasy-modeautomaticno-thinking-required