Find the perfect skill
Deep Research Sub-Agent
Development
Launches a sub-agent to conduct in-depth research on a given topic or codebase question. It follows a structured process: defining scope, analyzing the codebase with the Explore sub-agent, consulting external sources, and synthesizing findings into a comprehensive report. Useful for investigating complex issues or unfamiliar code quickly.
Create Claude Code Agents
Development
Helps create and run custom Claude Code agents by defining agent configurations using --agents JSON and executing them via --agent flag. Useful when users need to build specialized agents for specific tasks or migrate agents from other formats like OpenCode.
Structured Thinking
Development
Rigorous analysis of complex problems or architectural decisions. Helps explore options, evaluate trade-offs (cost, risk, effort), and get an actionable recommendation with concrete next steps.
Cupertino - Apple Documentation Search
Development
Search and read Apple developer documentation offline, including SwiftUI, UIKit, Foundation, and 300+ frameworks. Perfect for Apple APIs, iOS/macOS development, and Swift syntax questions.
Kanji Index Maintenance
Development
Provides guidelines for maintaining the kanji index feature in a dictionary. Covers assigning kanji IDs using a format of sequential number, on'yomi, kun'yomi, and gloss, as well as rebuilding index files and troubleshooting missing links or incorrect entry counts.
Add Skill
Development
Adds a skill to the knowledge base using the POST /api/v1/skills endpoint. Accepts four input formats: a skill dictionary, an MCP tool definition (auto-converted), a Markdown string with YAML frontmatter, or a file/directory path.
Dissolve Form - System Decomposition
Development
Performs controlled dismantling of rigid system structures, preserving essential capabilities (imaginal discs) for future forms. Used when systems are too calcified for incremental change, technical debt blocks progress, or before adapting architecture. Includes rigidity mapping, dissolution sequencing, and knowledge extraction to safely decompose technical debt and organizational rigidity.
Snipcart - E-commerce for Static Sites
Development
Add e-commerce to any static site with Snipcart's HTML-based shopping cart. No backend required—works with JAMstack, Astro, or plain HTML. Handles checkout, payments, shipping, taxes, and inventory.
Understand Your Changes with /doi
Development
Analyzes the diff between your current Git branch and the default branch, then creates interactive multiple-choice questions about the changes. Use it to verify your understanding of vibe-coded modifications and track any unanswered questions as 'vibe debt' for later review.
Conventional Commit Assistant
Development
Helps create conventional commits with proper format (type(scope): description). Analyzes changes, logically groups related modifications, and drafts the commit message automatically. Useful when committing after completing a task or upon /commit command.
Create New Skill
Development
Creates a new OpenCode skill using the skill-creator. Pass a skill name and optionally the --quick flag for a bare scaffolding without the interactive interview. Useful when you want to bootstrap a new custom skill quickly.
Gitea Integration
Development
This skill enables interaction with Gitea, a self-hosted Git service, through its API and CLI. It supports managing repositories, issues, pull requests, and user/organization operations. Use it when automating workflow tasks on a Gitea instance.