What problem does it solve?
Configuring a published Stencila site requires knowing dozens of TOML fields across many subsections, and manual edits risk invalid syntax, lost comments, or broken layouts. This Skill guides the creation and editing of the [site] section of stencila.toml with validation and visual verification.
Core Features & Use Cases
- Full site configuration coverage: Handles domain, title, author, logo, navigation, routes, redirects, access control, layout presets and regions, search, socials, reviews, uploads, remotes, and more.
- Safe TOML editing: Reads the existing stencila.toml first, preserves comments and unrelated sections, and validates changes with stencila config check and stencila config show.
- Visual verification: Uses the snap tool to confirm layout, navigation, and component changes render correctly when a Stencila server is running.
- Use Case: A documentation team wants a landing page at the root with a docs layout under /docs/, plus search and GitHub social links. The Skill generates the correct layout overrides, enables search, and validates the result.
Quick Start
Ask the assistant to configure your Stencila site, for example: set up stencila.toml with a docs layout preset, site search, and a redirect from /old-docs/ to /docs/.