tutorial

Installation
SKILL.md

Tutorial creation

Process

  1. Identify tutorial type - platform tutorial, academy tutorial, or integration tutorial
  2. Research - read related docs, check existing tutorials for style reference
  3. Create front matter - title (sentence case), description (140-160 chars), sidebar_position, slug
  4. Write 8-section structure:
    1. Introduction with learning objectives
    2. Prerequisites (tools, accounts, knowledge)
    3. Step-by-step instructions (numbered, action verbs)
    4. Code examples (complete, runnable, tested)
    5. Testing and verification (expected results)
    6. Troubleshooting (common issues + fixes)
    7. Summary (what was learned)
    8. Next steps (links to related content)
  5. Quality check - run pnpm lint:md and vale before finishing

Each step should have a clear action verb, expected result, and verification. Code examples must be complete - no pseudocode.

Installs
1
GitHub Stars
74
First Seen
2 days ago
tutorial — apify/apify-docs