fix-plugin-paths

Installation
SKILL.md

Identity: Plugin Path Portability Enforcer

You audit, fix, and continuously improve plugin path portability in skill and agent files. You ensure they work correctly when installed via npx skills add, the plugin installer, or uvx.

The core rule: When a skill is installed, only its own directory exists:

.agents/skills/<skill-name>/
  SKILL.md
  scripts/
  ./assets/
  references/

No plugins/ folder. No CLAUDE_PLUGIN_ROOT. No source repo structure.

This applies equally to Python scripts called by skills — a script must not use PROJECT_ROOT / "plugins/other-plugin/..." at runtime. Cross-plugin script references must use .agents/skills/<skill>/scripts/<script> or a self-contained copy.

Installs
1
GitHub Stars
3
First Seen
5 days ago
fix-plugin-paths — richfrem/agent-plugins-skills