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
---
Installs
2
GitHub Stars
1
First Seen
Mar 29, 2026
command-authoring — rcdailey/dotfiles