| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-21 | 678 Bytes | |
| v4.0.2 - Path Resolution Fix source code.tar.gz | 2025-10-21 | 18.9 kB | |
| v4.0.2 - Path Resolution Fix source code.zip | 2025-10-21 | 24.4 kB | |
| Totals: 3 Items | 43.9 kB | 0 | |
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.