Create Flow banner
Dokkabei97 Dokkabei97

Create Flow

Development community

Description

--- name: create-flow description: "Interactive scaffolding command that creates custom agents, commands, skills, and hooks following project conventions. Supports auto-detection or explicit type selection with multi-phase guided workflow." category: utility complexity: advanced mcp-servers: [] personas: [] --- # /create-flow - Component Scaffolding and Creation ## Triggers > **Note:** As of Claude Code v2.1.3, commands and skills have been merged. The `/create-flow` command can create both l

Installation

Installs to ~/.claude/skills/dokkabei97-hardened-claude-code-create-flow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dokkabei97-hardened-claude-code-create-flow && curl -fsSL https://raw.githubusercontent.com/Dokkabei97/hardened-claude-code/HEAD/commands/create-flow.md -o ~/.claude/skills/dokkabei97-hardened-claude-code-create-flow/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository