Create and configure custom commands for Opencode to automate repetitive tasks with custom prompts.
The command-creator skill helps you define custom commands in Opencode. Custom commands let you specify prompts that run when you execute the command in the TUI with /command-name.
Commands are defined using markdown files in the command/ directory:
~/.config/opencode/command/<name>.md.opencode/command/<name>.mdThe filename becomes the command name. Example: test.md creates /test.
Example: .opencode/command/test.md
---