What problem does it solve? When a project accumulates many opencode agents, skills, and commands, it becomes hard to know which tool fits a given task. This Skill reads the live definitions under .opencode/ and gives a guided tour of what each tool does, when to use it, and how they chain together. ## Core Features & Use Cases - Live inventory: Reads .opencode/agent/*.md, .opencode/skills/*/SKILL.md, and .opencode/commands/*.md at run time, summarizing each tool's job, triggers, permissions, and hand-offs. - Workflow recommendations: Maps common requests (planning a change, committing code, triaging plans, adding agents or tools) to concrete step-by-step tool sequences. - Capability matrix: Explains the agent vs skill vs command layering so users pick the right layer for read-only research, guided edits, or fixed repeatable actions. - Use Case: A new contributor asks "what can you do?" and receives a concise tour of the toolkit plus a recommended workflow for their specific goal, without any files being modified. ## Quick Start Ask the assistant "help me pick the right agent or skill for planning a multi-file change" to get a live inventory and a recommended workflow.