opencode setting up skills
opencode can be extended with skills. To setup, go and create opencode.json config file.
In the folder that you're trying to fun opencode, create a file called opencode.json and then place the following content in there. It will setup obra superpowers and opencode-devcontainers.
superpowers is a skills or plugin that supports your model application development. It helps with writting plans, request code review and brain storming.
devcontainers provide workspace isolations by running your code on a container and not touching the host.
To install all these superpowers above, add this to your opencode.json file.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git",
"opencode-devcontainers"]
}
More info
https://github.com/athal7/opencode-devcontainers
https://github.com/obra/superpowers
Comments