solo-scaffold

Installation
SKILL.md

/scaffold

Scaffold a complete project from PRD + stack template. Creates directory structure, configs, CLAUDE.md, git repo, and pushes to GitHub. Studies existing projects via SoloGraph for consistent patterns, uses Context7 for latest library versions.

Steps

  1. Parse arguments from $ARGUMENTS — extract <project-name> and <stack-name>.

    • If not provided or incomplete, use AskUserQuestion to ask for missing values.
    • Show available stacks from templates/stacks/*.yaml (source of truth). If MCP project_info available, also show detected stacks from active projects. List stack names with one-line descriptions from each YAML's description field.
    • Project name should be kebab-case.
  2. Load org defaults from ~/.solo-factory/defaults.yaml:

    • Read org_domain (e.g. com.mycompany), apple_dev_team, github_org, projects_dir
    • If file doesn't exist, ask via AskUserQuestion:
      • "What is your reverse-domain prefix for bundle IDs?" (e.g. com.mycompany)
      • "Apple Developer Team ID?" (optional, leave empty if no iOS)
    • Create ~/.solo-factory/defaults.yaml with answers for future runs
Related skills
Installs
30
GitHub Stars
15
First Seen
Feb 9, 2026