# Zensical

> Use this skill when the user wants to build static sites from MkDocs projects

- Skill: `javimosch/zensical` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/zensical`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/zensical/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/zensical

---


# Zensical Plugin

build static sites from MkDocs projects

## Commands
- `zensical self version` — Print zensical version
- `zensical _ _` — Passthrough to zensical CLI

## Usage Examples
- "Build this MkDocs site"
- "Preview the documentation site"
- "Generate static HTML from docs"

## Installation

```bash
cargo install zensical
```

## Examples
```bash
zensical build
zensical serve --port 8000
```

## Key Features
- Fast Rust-based MkDocs generator
- Compatible with MkDocs theme system
- Incremental builds
- Live preview mode

