What problem does it solve? Publishing a simple static site usually requires setting up hosting, configuring a repository, and wiring deployment manually. This Skill automates the entire flow on SourceCraft Sites: it creates a public repository, adds the site files, pushes to main, and returns the live URL. ## Core Features & Use Cases - Repository creation via CLI: Creates a public repository in a SourceCraft organization using the src CLI with a configurable slug and description. - Static site scaffolding: Generates a minimal UTF-8 site/index.html greeting page and the required .sourcecraft/sites.yaml configuration file. - Automated publishing: Commits and pushes to the main branch, after which the site becomes available at https://<org-slug>.sourcecraft.site/<repo-slug> and auto-updates on every push. - Use Case: A student at a summer school needs a landing page for a project. They ask the agent to create a site for their organization, and within minutes receive a working public URL without touching hosting settings. ## Quick Start Ask the agent to create a site on SourceCraft Sites for your organization, providing the organization slug and optionally a repository name and greeting text.