tutorial
bởi apify
Tạo hướng dẫn có cấu trúc cho Apify Academy hoặc tài liệu Platform. Sử dụng khi người dùng nói "tạo hướng dẫn", "viết hướng dẫn", "xây dựng từng bước…
npx skills add https://github.com/apify/apify-docs --skill tutorialTutorial creation
Process
- Identify tutorial type - platform tutorial, academy tutorial, or integration tutorial
- Research - read related docs, check existing tutorials for style reference
- Create frontmatter - 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.
For the detailed 8-section template, see .agents/skills/tutorial/references/tutorial-template.md.
For edge cases and process notes, see .agents/skills/tutorial/references/process.md.