AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Documentation Site

skill-fmind-dot-documentation-site · by fmind

Build and migrate Zensical documentation sites, navigation, search, and course pages.

— No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-fmind-dot-documentation-site

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fmind-dot-documentation-site)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Documentation Site? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Inspect the project: keep existing content, URLs, and publication rules; use [migration and authoring](references/authoring.md) when replacing Hugo or MkDocs.
  2. 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 ``

  1. Configure zensical.toml: set project.site_name, the real site_url including any repository prefix, explicit nav, and language. Keep generated Markdown extensions needed by the content; prefer small configuration changes over theme overrides.
  2. Write under docs/: make index.md the entry point, use relative .md links, 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.
  3. 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.
  4. 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.

  1. 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 new creates a Pages workflow; inspect its triggers before including it in an existing repository.
  • Build output is disposable: ignore site/, .cache/, and .venv/; retain pyproject.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 --locked in 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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: fmind
  • Source: fmind/dot
  • License: MIT
  • Homepage: https://fmind.dev

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.