agent-command-authoring

Installation
SKILL.md

Agent Command Authoring

Create commands that delegate to subagents for Claude Code and OpenCode.

When to Use This Skill

Use this skill when:

  • Creating a new custom command
  • Refactoring an existing command to delegate to a subagent
  • Ensuring consistency between Claude Code and OpenCode command implementations

The Delegation Pattern

Commands should be thin wrappers that delegate to subagents (which in turn delegate to skills):

command → subagent → skill
Installs
11
GitHub Stars
12
First Seen
Feb 28, 2026
agent-command-authoring — aspiers/ai-config