plugins marketplace
← All plugins

pi-pathfinder

v1.24.0

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.

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/examples/pi-pathfinder/ inside the repository.

Layout

plugins/examples/pi-pathfinder/
├── .claude-plugin/plugin.json
└── skills/skill-adapter/SKILL.md

Skills1

skill-adapterskills/skill-adapter/SKILL.md

Execute analyzes existing plugins to extract their capabilities, then adapts and applies those skills to the current task. Acts as a universal skill chameleon that learns from other plugins. Activates when you request "skill adapter" functionality. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/examples/pi-pathfinder/.claude-plugin/plugin.json
{
  "name": "pi-pathfinder",
  "version": "1.24.0",
  "description": "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.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "plugin-intelligence",
    "pathfinder",
    "task-router",
    "auto-selector",
    "skill-extraction",
    "easy-mode",
    "automatic",
    "no-thinking-required",
    "intelligent-dispatch",
    "pi"
  ]
}