Explore skills
67,487 skills found
smart-explore
Token-optimized structural code search using tree-sitter AST parsing. Use this instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.
understand-dashboard
Launch the interactive web dashboard to visualize a codebase's knowledge graph.
understand-chat
Use when you need to ask questions about a codebase or understand code using a knowledge graph.
understand-explain
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.
understand-onboard
Use to generate an onboarding guide for new team members joining a project.
understand-knowledge
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
understand-domain
Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
understand-diff
Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks.
understand
Analyzes a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships.
remove-deadcode
Removes unused code from this project with ultrawork mode, LSP-verified safety, and atomic commits. Triggers: remove dead code, cleanup, remove unused.
publish
Publishes oh-my-opencode to npm using a GitHub Actions workflow. It accepts <patch|minor|major> as an argument and is triggered by publish, release, deploy, or npm publish events.
pre-publish-review
A robust 16-agent pre-publish release gate that detects changes, performs deep analysis, and conducts holistic review using multiple agents before every npm publish.