This does the heavy lifting for Apify Actor development, from scaffolding new projects to debugging deployment issues. It handles the CLI setup dance, walks you through template selection for JavaScript, TypeScript, or Python, and generates proper actor.json configs and schema files. The security guidance is solid, especially around treating scraped content as untrusted input. It pushes you toward the right crawler type (Cheerio vs Playwright) and catches common mistakes like using npm start instead of apify run for local testing.
npx skills add https://github.com/apify/agent-skills --skill apify-actor-development