What problem does it solve?
Manually auditing a stencila.toml site configuration is error-prone: invalid routes, missing workspace dependencies, misconfigured layouts, and broken redirects can silently break a site before deployment. This Skill performs a structured, multi-dimensional review of an existing Stencila site configuration and reports prioritized findings.
Core Features & Use Cases
- Structural and Route Validation: Checks TOML syntax, field types, enum values, file route existence, redirect targets, and spread route arguments against the Stencila schema.
- Layout and Best-Practice Review: Evaluates layout presets, component references, override ordering, and common misconfigurations such as missing social links or shadowed glob overrides.
- Visual Verification: Uses the snap tool on the /_specimen/ route to verify rendered layout, responsive behavior, dark mode, and color palettes when a server is running.
- Use Case: Before deploying a documentation site, ask for a deployment-readiness review of stencila.toml and receive blocking, important, and optional findings with a final verdict.
Quick Start
Review my stencila.toml site configuration for deployment readiness and report any blocking issues.