Fix Plugin Paths

Fixes broken path references in plugin skill and agent files to ensure portability across installed environments. Use when you see "plugins/" paths in SKILL.md or agent files, need to standardize path references after installing a skill, want to audit and fix cross-plugin path dependencies, run a portability audit on a repository, neutralize hardcoded machine paths like /Users/, find Python scripts using PROJECT_ROOT or Path() to reach into plugins/<name>/ at runtime, or are preparing plugin files for distribution via uvx or bootstrap.py. Also handles evolving a skill in-session while tracking quality scores with the eval runner to continuously improve skill routing accuracy.

richfrem 73785cb 14 files · 42.8 KB Updated

File contents

richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/fix-plugin-paths commit 73785cbff5

Frequently asked questions

npx skillmds@latest add richfrem/fix-plugin-paths