Overview
- Skill Key
- fortunto2/solo-scaffold
- Author
- fortunto2
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fortunto2/solo-scaffold
- Latest Commit SHA
- 74962013adb1854342f9207105ead66dcfdc7231
Generate complete project from PRD + stack template — directory structure, configs, CLAUDE.md, git repo, and GitHub push. Use when user says "scaffold project", "create new project", "start new app", "bootstrap project", or "set up from PRD". Uses SoloGraph for patterns and Context7 for latest versions. Do NOT use for planning features (use /plan) or PRD generation (use /validate).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 solo-scaffold 技能。 若已安装,则直接安装 solo-scaffold 技能。
# /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, deploy).
- Check if PRD exists: `docs/prd.md` or search current directory for `prd.md`
- If not: generate a basic PRD template
- Look for dev principles: search for `dev-principles.md` or use built-in SOLID/DRY/KISS/TDD principles.
4. **Study existing projects via SoloGraph** (learn from your own codebase — critically):
Before generating code, study active projects with the same stack. **Don't blindly copy** — existing projects may have legacy patterns or mistakes. Evaluate what's...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.