Format Dialogue banner
bybren-llc bybren-llc

Format Dialogue

Code Quality community

Description

--- description: Structure a dialogue block correctly in Fountain format. --- # /format-dialogue Structure a dialogue block correctly in Fountain format. ## Arguments - `[character]` - Required: Character name - `[extension]` - Optional: V.O., O.S., CONT'D, etc. ## Workflow ### Step 1: Validate Character - Check character exists in registry - Verify correct name spelling - Use consistent capitalization ### Step 2: Format Dialogue Block ```fountain CHARACTER Dialogue text here. ``` With e

Installation

Installs to ~/.claude/commands/bybren-llc-story-systems-template-format-dialogue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bybren-llc/story-systems-template/HEAD/.claude/commands/format-dialogue.md -o ~/.claude/commands/bybren-llc-story-systems-template-format-dialogue.md

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

Full documentation available on GitHub

View Source Repository