What problem does it solve? Manually finding, downloading, and wiring new AI skills and agent personas into a project is error-prone: files land in the wrong directory, frontmatter is invalid, and routing tables are forgotten. This Skill standardizes the discovery, validation, and registration of external skills and agents inside .opencode/. ## Core Features & Use Cases - Curated Catalog Discovery: Queries trusted sources (anthropics/skills, awesome-cursor-skills, opencode-agent-skills, cursor.directory) to find skills matching your tech stack or workflow gap. - Validated Installation: Fetches Markdown files via curl/gh/WebFetch, verifies YAML frontmatter with name and description, and places them in .opencode/skills/ or .opencode/agents/. - Intent Routing Registration: Updates the routing table in AGENTS.md so OpenCode and Copilot automatically trigger the newly installed capability. - Use Case: Onboarding a FastAPI project, you fetch framework-specific coding standards from cursor.directory, install them as stack-fastapi, and register the intent so every future coding task applies those conventions. ## Quick Start Ask the agent to find and install a skill for your stack, for example: install the smart-git-automation skill from the opencode-agent-skills catalog and register it in AGENTS.md.