with one click
abd-practice-skill-manual
// Ship a readable HTML companion for a practice: longer walkthroughs, figures, and sources so people can study the method without parsing SKILL.md alone.
// Ship a readable HTML companion for a practice: longer walkthroughs, figures, and sources so people can study the method without parsing SKILL.md alone.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | abd-practice-skill-manual |
| description | Ship a readable HTML companion for a practice: longer walkthroughs, figures, and sources so people can study the method without parsing SKILL.md alone. |
SKILL.md is the compact source of truth; many readers still want a browser-friendly walkthrough with room for diagrams, step layout, and quoted evidence. This skill produces that HTML manual next to the skill, using self-contained styling assets so it opens offline without another repo.
rules/*.md, and inputs/abd-answers-retrieval.md (and optionally README.md) you want to reflect in long form.Changing normative SKILL.md or rules/*.md meaning — only HTML, assets, and links that mirror what is already decided.
skills/<skill-name>/manual/index.html (one manual root per practice skill package — no extra subfolder named after the skill).manual/sections/NN-slug.html — link from index with anchors.assets/ into manual/assets/ on the target package:
assets/css/ — shell, hyperlinks, icons, manual layout (.abd-doc-*).assets/images/ — starters (overview-placeholder.svg, icon-hub-catalog.svg, manual.png, document.png); optional abd-logo.png for nav (hidden if missing).assets/fragments/ — optional snippets; templates inline the same chrome.Top of body (after YAML):
**Manual:** [Practice manual](./manual/index.html)
Inside sections when pointing to long form:
See **Manual:** [Purpose](./manual/index.html#purpose) (section **Purpose**).
Apply the bundled rules at the end of this file for Sources and asset discipline.
manual/ on the target package and copy assets/ from this skill's assets/ folder into manual/assets/ (recursive).templates/manual-index.html and templates/manual-section.html into manual/ (and under sections/ as you add pages).inputs/abd-answers-retrieval.md (especially diagram_ref or example rows).manual/assets/images/ as needed.aria-current="page" on the active manual link.inputs/abd-answers-retrieval.md.Goal: Inspect as a reader opening files locally.
inputs/abd-answers-retrieval.md.index.html loads assets/css/*.css and referenced assets/images/* without 404.| File | Role |
|---|---|
templates/manual-index.html | Landing page, TOC, chrome header/footer, local CSS |
templates/manual-section.html | One expanded section shell |
| Bundled path | Role |
|---|---|
assets/css/* | Shell + prose links + manual layout |
assets/images/* | Starter figures and icons |
assets/fragments/* | Optional HTML partials |
Scanner: Manual review
inputs/abd-answers-retrieval.md (row # + source location).manual/assets/ for local open.assets/ copy step.Source: Practice-skill builder convention (abd-practice-skill-manual).