بنقرة واحدة
scaffold
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Spawn recursive agent armies — swarms that spawn swarms, sandbox armadas, full lifecycle assault
Full rebuild — tear down broken service, scaffold fresh, migrate data, deploy, verify
Dynamic swarm orchestration — decompose any task into parallel agent waves, execute, merge results
One-command deployment — detect stack, build, ship, verify, report URL
Production incident response — triage, diagnose, fix, restore, document
Connect any two services — webhooks, MCP tools, API adapters, data pipelines
| name | scaffold |
| description | Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app |
| level | 3 |
| triggers | ["scaffold","create project","new project","bootstrap"] |
| user-invocable | true |
| pipeline | ["scaffolder (generate) → executor (customize) → verifier (it runs)"] |
Go from "I need a [thing]" to a running project in under 2 minutes. Not boilerplate — a real, runnable starting point with tests, types, and sensible defaults.
npm start / python main.py must work before reporting doneParse the user's description to determine:
Spawn scaffolder agent with requirements:
If user specified specific features (auth, database, etc.):
executor to implement the features on top of the scaffolddb-engineer if database is needed| Type | Command | Stack |
|---|---|---|
| REST API | /scaffold api | FastAPI / Hono |
| MCP Server | /scaffold mcp-server | Python / TypeScript |
| CLI Tool | /scaffold cli | Python (Typer) / Node |
| React App | /scaffold frontend | React + Vite + TS |
| Full Stack | /scaffold fullstack | FastAPI + React |
| Library | /scaffold lib | Matches repo language |
| Script | /scaffold script | Python / Bash |