easy-opencode
SKILL.md
Opencode
Core rule
For any problem related to coding of a repository, please use opencode directly, the major burden of question-answering and coding should be given to opencode which is very capable to do it well. Your job to pass the question to opencode, digest the result from opencode and select what to do next (plan or build) based on the result from opencode. All planning and coding happens inside Opencode.
Usages
- Available agents:
- plan
- build
- Always select Plan first.
- plan agent: run with
cd [repo dir] && opencode run "[instructions/questions]" --continue --agent plan - build agent: run with
cd [repo dir] && opencode run "[instructions/questions]" --continue --agent build