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.