Scaffold a whole website from one spec
scaffold_siteGenerate a complete website from a single specification, setting the home page title, tagline, theme, sections, and creating initial sub-pages in one shot.
Instructions
Generate a whole site in one shot from a single spec instead of set_site field-by-field: sets the home page (title, tagline, theme, sections) and creates each initial sub-page. Persisted through the website store and rendered to site/. Pair with the generate_site prompt, which has Claude produce the spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Initial sub-pages to create. | |
| theme | No | ||
| title | Yes | Site / home page title. | |
| project | Yes | ||
| tagline | No | ||
| sections | No | Home page sections. |