v4.0.2 - Path Resolution Fix
Fixes
- Fixed dynamic path resolution for all installation methods (#2)
- Resolves path mismatch between plugin installation and hardcoded paths
- Eliminates trial-and-error when Claude discovers skill directory
- Supports plugin system, manual global, and project-specific installations
- Replaced 9 hardcoded path references with dynamic
$SKILL_DIRplaceholder
What Changed
This patch release fixes a critical bug where the skill documentation referenced hardcoded paths that didn't match the actual plugin installation location, causing Claude to use trial-and-error to find the correct directory.