tutorial
Installation
SKILL.md
Tutorial creation
Process
- Identify tutorial type - platform tutorial, academy tutorial, or integration tutorial
- Research - read related docs, check existing tutorials for style reference
- Create front matter - title (sentence case), description (140-160 chars), sidebar_position, slug
- Write 8-section structure:
- Introduction with learning objectives
- Prerequisites (tools, accounts, knowledge)
- Step-by-step instructions (numbered, action verbs)
- Code examples (complete, runnable, tested)
- Testing and verification (expected results)
- Troubleshooting (common issues + fixes)
- Summary (what was learned)
- Next steps (links to related content)
- Quality check - run
pnpm lint:mdandvalebefore finishing
Each step should have a clear action verb, expected result, and verification. Code examples must be complete - no pseudocode.