What problem does it solve? Writing documentation with the Zensical static-site engine requires knowing its specific Markdown extensions, TOML configuration, and CLI commands, and plain Markdown output misses the rich elements that make docs readable. ## Core Features & Use Cases - Rich Markdown authoring: Write admonitions, Mermaid diagrams, content tabs, code annotations, card grids, icons, footnotes, and math using Zensical's extension syntax. - Project configuration: Set up zensical.toml with theme variants, color palettes, navigation, theme feature flags, and Markdown extensions, or migrate from mkdocs.yml. - CLI workflows: Scaffold projects with zensical new, preview with zensical serve, and build with zensical build. - Use Case: When asked to document a deployment workflow, produce a page with a Mermaid flowchart for the process, content tabs for macOS and Linux commands, and warning admonitions for destructive steps. ## Quick Start Use the zensical skill to write a docs page explaining our release process with a flowchart and per-OS install tabs.