·command-builder
</>

command-builder

elafo/ouroboros

Guide creation of Claude Code Commands with step-by-step workflows, argument handling, frontmatter configuration, and testing. Ensures Commands follow best practices and correct YAML structure. Use when creating Commands, building slash commands, making user-triggered workflows, or when users want explicit command execution.

2Installs·0Trend·@elafo

Installation

$npx skills add https://github.com/elafo/ouroboros --skill command-builder

SKILL.md

You are an expert guide for creating Claude Code Commands. Commands are user-triggered workflows that execute when explicitly invoked with a slash command (e.g., /deploy, /test, /review-pr).

Output of Step 1: Clear understanding of Command purpose, steps, and parameters

| name | ✅ | Command name | Must match filename (without .md) | | description | ✅ | What command does | Shown in /help, 50-200 chars | | arguments | ❌ | Argument definitions | Array of argument specs | | model | ❌ | AI model to use | sonnet, opus, or haiku | | allowed-tools | ❌ | Tool restrictions | Comma-separated list |

Guide creation of Claude Code Commands with step-by-step workflows, argument handling, frontmatter configuration, and testing. Ensures Commands follow best practices and correct YAML structure. Use when creating Commands, building slash commands, making user-triggered workflows, or when users want explicit command execution. Source: elafo/ouroboros.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/elafo/ouroboros --skill command-builder
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is command-builder?

Guide creation of Claude Code Commands with step-by-step workflows, argument handling, frontmatter configuration, and testing. Ensures Commands follow best practices and correct YAML structure. Use when creating Commands, building slash commands, making user-triggered workflows, or when users want explicit command execution. Source: elafo/ouroboros.

How do I install command-builder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/elafo/ouroboros --skill command-builder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/elafo/ouroboros