From opencode
Use GPT for long-running coding tasks: large refactors, feature implementation etc.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opencode:gptThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Long-context coding. Best for: large refactors, feature implementation.
Long-context coding. Best for: large refactors, feature implementation.
GPT strictly follows instructions. Provide as much high-level design context as possible:
Avoid:
ocw new gpt --worktree
Returns:
/path/to/ocw-abc123)The worktree is an isolated git branch. Work there freely.
ocw new gpt
ocw chat <hash> << 'EOF'
your prompt
EOF
ocw chat <hash> -f /path/to/spec.md << 'EOF'
implement based on this
EOF
ocw new gpt --worktree → get hash + pathcd /path/to/ocw-{hash}git worktree remove /path/to/ocw-{hash}ocw list
npx claudepluginhub metrovoc/cc-skill-opencode --plugin opencodeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.