What problem does it solve? Managing optional, domain-specific agent skills across many projects is error-prone: copying the wrong directory, installing into the shared global location, or pulling in symlinked content can break agent setups. This Skill provides a reviewed, guarded workflow for listing available skills in a local storage library and installing only the chosen ones into a specific project. ## Core Features & Use Cases - Storage Listing: Enumerates every valid skill (directories containing SKILL.md) in ~/.agents/skills-stroage via the manage.sh list command. - Guarded Installation: The manage.sh add command validates absolute project paths, skill ID format, symlink-free sources and destinations, and refuses to overwrite existing installs or install into the shared global directory. - Dependency Awareness: Guides review of prerequisite skills (e.g., Apple app skills require apple-pro-apps; Cloudflare skills may require cloudflare and workers-best-practices) before installation. - Use Case: You are setting up a Cloudflare Workers project and want domain guidance. List the storage library, review the cloudflare and workers-best-practices SKILL.md files, then install each into your project's .agents/skills with one command per skill. ## Quick Start Ask the agent to list the skills available in the local skills-stroage library and add the cloudflare skill to your project at its absolute path.