From opencode
Internal guidance for composing prompts that OpenCode forwards to the configured provider/model
How this skill is triggered — by the user, by Claude, or both
Slash command
/opencode:opencode-promptingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill only inside `opencode:opencode-rescue` and only to shape the user's natural-language request into a tighter OpenCode prompt **before** the single forwarded `task` call.
Use this skill only inside opencode:opencode-rescue and only to shape the user's natural-language request into a tighter OpenCode prompt before the single forwarded task call.
This skill is provider-neutral. OpenCode forwards prompts to whatever provider and model the user has configured (Anthropic Claude via Bedrock, OpenRouter, Anthropic direct, OpenAI, local Ollama, etc.). Tailor the prompt to the kind of work being requested, not to a specific model family.
--resume): the user has already given context to OpenCode in a previous task. Keep the new prompt short and directive ("keep going", "apply the top fix", "now run the tests and report"). Trust the session memory.--background, --wait, --resume, --fresh).--model, --effort).The prompt text passed to task should read as a direct instruction to whoever is solving the problem, with no meta-references to Claude Code or to the delegation step itself.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mubeda/opencode-plugin-cc --plugin opencode