zensical docs skill

This commit is contained in:
John Lancaster
2026-06-19 00:24:08 -05:00
parent 07475f972f
commit 36abea5940
11 changed files with 164 additions and 44 deletions
+10
View File
@@ -33,6 +33,16 @@ Always start a new documentation project with `uv run zensical new`.
- This command provides the baseline scaffolding you need for structure, configuration, and theme setup.
- Do not hand-build a new project skeleton when this command is available.
## Related Skill Discovery
When the task is not just writing docs but creating or wiring a new MCP skill in this repository, use catalog discovery to load the bootstrap skill before drafting implementation steps.
1. Search the catalog with terms such as `new skill`, `skill bootstrap`, or `scaffold skill`.
2. Fetch the `new-skill` document through the catalog tool path.
3. Use that skill for runtime package, metadata, and mount wiring, then return here for documentation architecture and Zensical-specific authoring guidance.
This keeps implementation guidance and documentation guidance separated while still making both discoverable from one request.
## Inputs To Collect
Collect these before writing. If missing, make explicit assumptions.