writing-commands

Orchestrate Claude Code slash commands with phased agent dispatch workflows.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill writing-commands-random6913
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-commands
Source: https://github.com/RaNDoM6913/claude-code-superkit/tree/main/packages/core/skills/writing-commands
Command: npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill writing-commands-random6913

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing Claude Code slash commands is error-prone without a clear and reusable pattern. This Skill provides an orchestrator pattern, standardizes agent dispatch, and enables reliable auto-detection across multi-stack projects.

Core Features & Use Cases

  • Orchestrator pattern: coordinates phases from understanding to documenting to ensure deterministic workflows.
  • Agent dispatch: supports parallel and sequential execution of agents to optimize performance and safety.
  • Auto-detection: detects project structure to apply the appropriate workflow in diverse codebases.

Quick Start

Create your first orchestrator command by following the described frontmatter, command file format, and phased execution pattern to dispatch agents.

Frequently Asked Questions about writing-commands

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure multi-step Claude Code slash commands for complex projects?

You structure multi-step Claude Code slash commands using an orchestrator pattern that coordinates phased execution from understanding to documenting, ensuring deterministic workflows across diverse codebases. This pattern standardizes command creation, detection, and agent dispatch.

What is agent dispatch in Claude Code command pipelines?

Agent dispatch in Claude Code command pipelines is a workflow pattern that supports both parallel and sequential execution of agents. It optimizes performance and safety by defining structured requirements for inputs, phases, and safe agent interactions across multi-stack projects.

How do I create consistent Claude Code commands across different tech stacks?

You create consistent Claude Code commands across different tech stacks by applying auto-detection patterns that identify project structure and apply the appropriate workflow. This ensures reliable command execution regardless of the underlying codebase configuration.

What's the best way to orchestrate Claude Code commands with multiple agents?

The best way to orchestrate Claude Code commands with multiple agents is using a standardized orchestrator pattern that defines frontmatter, command file format, and phased execution. This coordinates agents from understanding through documenting for deterministic, safe interactions.

Do I need specific project structure metadata to use orchestrated Claude Code commands?

Structured command metadata is required to define inputs, phases, and safe agent interactions for orchestrated Claude Code commands. The auto-detection feature reads existing project structure to apply appropriate workflows without manual configuration overhead.