Scaffold banner
SwiftfulThinking SwiftfulThinking

Scaffold

Development community

Description

--- description: Scaffold new files (screens, managers, components, models, tests, etc.) using the scaffolder agent. model: sonnet --- Ask the user what they want to scaffold. Present these options: 1. **Screen** — VIPER screen (View, Presenter, Interactor, Router) with RIBs wiring 2. **Manager** — Manager with service protocol + Mock/Prod implementations 3. **Component** — Dumb UI component with injected data 4. **Model** — Codable/Sendable model with CodingKeys, eventParameters, mocks 5. **T

Installation

Installs to ~/.claude/commands/swiftfulthinking-swiftfulstarterproject-scaffold.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SwiftfulThinking/SwiftfulStarterProject/HEAD/.claude/commands/scaffold.md -o ~/.claude/commands/swiftfulthinking-swiftfulstarterproject-scaffold.md

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

Full documentation available on GitHub

View Source Repository