Install
$ agentstack add skill-fmind-dot-documentation-site ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Documentation Sites
Use Zensical as the default static publisher for documentation and courses; [course-development](../course-development/SKILL.md) owns learning design, executable labs, and acceptance.
[Repository docs](../repository-docs/SKILL.md) owns README and AGENTS consistency.
Workflow
- Inspect the project: keep existing content, URLs, and publication rules; use [migration and authoring](references/authoring.md) when replacing Hugo or MkDocs.
- Bootstrap a new docs project with a locked development dependency. In an existing Python project, skip
uv init; in an existing docs tree, scaffold in a scratch directory and merge deliberately.
``bash uv init --bare cd uv add --dev zensical uv run zensical new . uv run zensical --version ``
- Configure
zensical.toml: setproject.site_name, the realsite_urlincluding any repository prefix, explicitnav, and language. Keep generated Markdown extensions needed by the content; prefer small configuration changes over theme overrides. - Write under
docs/: makeindex.mdthe entry point, use relative.mdlinks, stable headings, fenced code with languages, and useful image descriptions. Use the [lesson template](references/lesson.md) for a new course page and the authoring reference for richer Markdown. - Wire the repository tasks: adapt [mise.toml](templates/mise.toml) into the existing task graph. Use [dprint](../dprint/SKILL.md) for markup and [python-stack](../python-stack/references/foundation/GUIDE.md) for executable examples.
- Preview and validate:
``bash uv run zensical serve # In a separate terminal, or after stopping the preview: uv run zensical build --clean --strict `` Verify the rendered navigation, search, mobile layout, keyboard use, and code copying. Strict builds catch internal link and anchor warnings; run lesson examples and external link checks separately.
- Prepare publishing:
site/is the default output. Review the generated.github/workflows/docs.yml, route its build through the same locked mise tasks, and use [github-actions](../github-actions/references/ci-cd/GUIDE.md) for action pins and permissions. Enable deployment only within the project's publication authority.
Gotchas
- Generated CI publishes:
zensical newcreates a Pages workflow; inspect its triggers before including it in an existing repository. - Build output is disposable: ignore
site/,.cache/, and.venv/; retainpyproject.toml,uv.lock, configuration, and source content. - Plugin compatibility is explicit: Zensical reimplements selected MkDocs plugins; check the supported list for the locked version before adding a plugin package.
- Theme: preserve the site's established design tokens and use documented palette/CSS customization. For a new Fmind publication, follow the published brand in [fmind-visuals](../fmind-visuals/SKILL.md); the workstation's terminal palette has a separate scope and does not redefine the site's identity.
- Reproducibility: use
uv sync --lockedin CI and clean builds; verify the current stable release before upgrading. The local bootstrap and strict build were exercised with Zensical 0.0.63.
Official Skills
No upstream authoring SKILL.md was found in zensical/zensical on 2026-09-08. This is the personal workflow; use the official documentation below for current capabilities.
Documentation
- Zensical · Create a site · Authoring
- Validation · Plugin compatibility · Publishing
- Releases: Zensical
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.