Create and edit OpenCode flow YAML files that define deterministic, multi-step agent workflows. Use when the user asks to create a new flow, build an automation pipeline, design a multi-step agent workflow, convert a process description into a flow, or edit an existing flow definition. Also use when the user asks about flow syntax, step routing, structured output schemas, session management, parallel branching, fallback strategies, or postponed steps in the context of OpenCode flows.
Audit our Go fork's HTTP REST API and ACP implementation against the dax opencode TypeScript reference (anomalyco/opencode). Detects missing endpoints, type mismatches, and behavioural gaps. Use when adding features, reviewing PRs, or periodically confirming compatibility. Pass an optional focus area as argument (e.g., "session", "acp", "events").
Add or remove LLM model definitions for providers (Anthropic, OpenAI, Gemini, VertexAI, Bedrock). Use when the user provides a model card URL, documentation link, or plain text description of a new model to register. Also use when asked to remove/deprecate an existing model. Handles model struct definition, provider registration, README update, and schema regeneration.
Load implementation guidance for a specific product feature. Pass the feature name as an argument (e.g., /feature-guide cron-tool).
Recover MySQL/InnoDB tables with missing tablespace (.ibd files) in Docker environments. Use when you see ERROR 1812 (HY000) "Tablespace is missing for table" after Docker restarts or crashes.