command-creator

Installation
SKILL.md

Command Creator

This skill guides the creation of OpenCode slash commands - reusable workflows that can be invoked with /command-name in OpenCode conversations.

About Slash Commands

Slash commands are markdown files stored in .opencode/commands/ (project-level) or ~/.config/opencode/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for:

  • Repetitive workflows (code review, PR submission, CI fixing)
  • Multi-step processes that need consistency
  • Agent delegation patterns
  • Project-specific automation

When to Use This Skill

Invoke this skill when users:

Installs
2
GitHub Stars
3
First Seen
Mar 9, 2026
command-creator — 5kahoisaac/opencode-configs