Files
prompts/docs/skills/zensical-docs/SKILL.md
T
John Lancaster 3347443ca9 formatting
2026-06-19 01:29:05 -05:00

4.0 KiB

name, description, argument-hint
name description argument-hint
zensical-docs Reference skill for Zensical documentation mechanics. Use for quick lookup of docs structure, feature options, and source links, then edit this skill over time to record project preferences for when each feature should be used. What are you documenting, who is the audience, and what Zensical features are in scope?

Zensical Documentation Authoring

Use this as a compact reference for Zensical mechanics and as the place to record evolving preferences for how this repository uses them.

When to Use

  • You need a quick reminder of Zensical features, docs structure, or configuration mechanics.
  • You want direct links back to source documentation before changing docs behavior.
  • You want one small file you can keep editing as your preferences around docs authoring become clearer.

How To Use This Skill

  1. Start here for a quick decision about what kind of docs change you are making.
  2. Open only the linked reference that matches the current task.
  3. Add or revise preference notes in this file when you decide how this repo should use a feature.

Quick Reference Map

Open only what you need:

Common Cases

New docs project

Restructuring docs or navigation

Improving writing quality

Adjusting theme or UI mechanics

  • Review theme customization.
  • Use it for icons, color, theme extensions, and presentation choices.

Documenting APIs or code-heavy systems

  • Review code-heavy docs.
  • Use it when generated API reference belongs alongside hand-authored docs.

Preferences To Maintain Here

Keep this section short and revise it over time.

Preferred feature choices

  • Add the Zensical features you usually enable first.
  • Note which features are situational and why.
  • Prefer Zensical-native features and conventions when they cover the need cleanly.
  • Expect general backward compatibility with MkDocs patterns and configuration unless there is a documented reason not to.

Preferred docs structure

  • Record whether this repo prefers explicit nav, index pages, task-first docs, or another pattern.

Preferred API docs approach

  • Record whether to use mkdocstrings, how much API surface to publish, and how to link task docs back to reference pages.

Source-First Rule

When making a recommendation, link back to the relevant reference file first, and when possible to the upstream docs linked from that reference.

Compatibility Rule

Prefer the Zensical-native way of doing something when it exists and is well-supported. Assume MkDocs compatibility is still expected for most configuration and authoring patterns, and call out any case where a Zensical recommendation intentionally diverges from standard MkDocs behavior.

Output Contract

Return only what is useful for the current docs task:

  1. Which reference to read next.
  2. The smallest recommended docs or config change.
  3. Any repo-specific preference this suggests should be added back into this skill.