command-authoring
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Command Authoring
Commands are thin user-facing entry points for repeatable prompts. Put reusable procedures in skills and specialized execution contracts in agents.
Definition
Place Markdown commands in .opencode/commands/<name>.md or
~/.config/opencode/commands/<name>.md. The filename becomes the slash command.
---
description: Brief purpose shown in command completion
agent: build
subtask: true
---