solo-scaffold

Solid

Use when "scaffold project", "create new project", "start new app", "bootstrap project", "set up from PRD", or need project from PRD + stack template. Do NOT use for planning features (/plan) or PRD generation (/validate).

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /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 - Replace `<org_domain>`, `<apple_dev_team>`, `<github_org>` placeholders in all generated files 3. **Load stack + PRD + principles:** - Look for stack YAML: search for `stacks/<stack>.yaml` in plugin templates (via `kb_search` or Glob). - If stack YAML not found, use built-in knowledge of the stack (packages, structure, de...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category