What problem does it solve? When a task requires niche domain knowledge or unfamiliar APIs that the base model cannot handle confidently, this Skill automatically finds and installs existing community skills or creates new custom ones to fill the capability gap. ## Core Features & Use Cases - Registry Search: Queries the claude-plugins.dev skills API with extracted keywords and ranks results by relevance, star count, and install count. - Auto-Installation: Installs credible matches via npx claude-plugins skills install <namespace> --local into the project's .claude/skills/ directory. - Custom Skill Creation: Researches the domain with web search and authors a new SKILL.md with supporting scripts or references when no registry match exists. - Use Case: A user asks for help integrating OpenSea's NFT marketplace API. The Skill searches the registry, finds a well-rated opensea-api skill, installs it locally, and immediately applies it to the integration task. ## Quick Start Ask the assistant to help with a specialized domain such as "help me integrate the OpenSea API" and it will search the registry, install a matching skill, or create one if none exists.