apify/tutorial
Create structured tutorials for Apify Academy or Platform documentation. Use when user says "create a tutorial", "write a tutorial", "build a step-by-step guide", "convert this guide into a tutorial", or "tutorial for [topic]". Handles tutorial structure, learning objectives, prerequisites, step-by-step instructions, code examples, and troubleshooting sections.
npx skills add https://github.com/apify/apify-docs --skill tutorial
pnpm lint:md and vale before finishingEach 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.
Take apify/tutorial from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.