smello-maintain-docs
Installation
SKILL.md
Maintain Smello docs
This skill covers the Smello documentation site (MkDocs Material) and the conventions that keep it consistent.
Discovering current state
Before making changes, check what exists now. Don't rely on memorized file lists.
ls docs/guides/debug-*.mdfor current integration guidesls examples/python/for available example scripts (link from guides when a match exists)- Read
mkdocs.ymlfor the current nav order and enabled extensions - Read
docs/overrides/home.htmlfor the landing page sections and integration cards - Read
docs/guides/index.mdfor how guides are categorized - Read an existing guide (e.g.
docs/guides/debug-requests.md) as a reference for the current template