fix-plugin-paths
CommunityEnforce portable plugin path references.
System Documentation
What problem does it solve?
Fixes broken path references in plugin skill and agent files to ensure portability across installed environments. It helps when you see "plugins/" paths in SKILL.md or agent files, standardize path references after installation, audit and fix cross-plugin path dependencies, run a portability audit on a repository, neutralize hardcoded machine paths like /Users/, and reach into plugins/<name>/ at runtime via Python scripts or when preparing plugin files for distribution via uvx or bootstrap.py. It also supports evolving a skill in-session while tracking quality scores with the eval runner to continuously improve skill routing accuracy.
Core Features & Use Cases
- Audit and fix plugin path portability across skills and agents.
- Normalize references from plugins/<plugin>/skills/<skill>/ to installed locations (.agents/skills/<skill>/...).
- Neutralize absolute machine paths (e.g., /Users/...) and ensure runtime scripts avoid hardcoded roots.
- Prepare plugin files for distribution via uvx/bootstrap.py and support in-session evolution with eval-runner tracking.
Quick Start
Run a portability audit across your repository and apply fixes to standardize all plugin path references.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fix-plugin-paths Download link: https://github.com/richfrem/agent-plugins-skills/archive/main.zip#fix-plugin-paths Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.