Check Format banner
bybren-llc bybren-llc

Check Format

Code Quality community

Description

--- description: Validate Fountain syntax and formatting. --- # /check-format Validate Fountain syntax and formatting. ## Arguments - `[file]` - Optional: specific .fountain file (default: main screenplay) ## Workflow ### Step 1: Load Fountain File - Identify target .fountain file - Read complete file content ### Step 2: Syntax Validation #### Title Page Check ```markdown ## Title Page - [ ] Title present - [ ] Author/Credit present - [ ] Contact information - [ ] Draft date (recommended)

Installation

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

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

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

Full documentation available on GitHub

View Source Repository