What problem does it solve?
Locating bundled resources (scripts, references, assets) within skills, especially when symlinks are involved, can be confusing and time-consuming. This Skill provides a clear, step-by-step guide to reliably find and access these resources, ensuring efficient skill utilization and reducing frustration.
Core Features & Use Cases
- Standard Structure Guide: Explains the common directory structure for skill resources (
scripts/, references/, assets/), making it easy to anticipate where files should be.
- Symlink Navigation: Teaches how to follow and resolve symlinks to locate the actual resource files, even in complex nested setups.
- Verification Workflow: Provides steps to verify resource existence before use, preventing errors and wasted effort.
- Use Case: A skill mentions a
setup-worktree.py script in its scripts/ directory, but you can't find it. This skill guides you to the correct path, resolves any symlinks, and helps you verify the script's presence, allowing you to execute it without guesswork.
Quick Start
If you need to find a skill's bundled resource, ask me to "Help me access resources for the 'my-skill' skill." I will guide you through locating its scripts, references, or assets.