docs-mdoc-conventions
Installation
SKILL.md
Agent Workflow
Phase 1 — Planning only, no edits yet Scan the document and identify every Scala code block missing an mdoc modifier (skip pseudocode / type-signature-only blocks). For each block found:
- Create a parent task: "Fix mdoc modifier – :"
- Under it, create two child tasks:
- "1. Choose and apply modifier"
- "2. Run
sbt \"docs/mdoc --in <file>.md --out website/<file>.md\"and confirm zero errors"
Do not touch any source file until the full task tree is created and you have listed it for confirmation.