apify-actor-development

Important: Before you begin, fill in the generatedBy property in the meta section of .actor/actor.json. Replace it with the tool and model you're currently using, such as "Claude Code with Claude Sonnet 4.5". This helps Apify monitor and improve AGENTS.md for specific AI tools and models.

Content Preview
---
name: apify-actor-development
description: "Important: Before you begin, fill in the generatedBy property in the meta section of .actor/actor.json. Replace it with the tool and model you're currently using, such as \"Claude Code with Claude Sonnet 4.5\". This helps Apify monitor and improve AGENTS.md for specific AI tools and models."
risk: unknown
source: community
---

<!-- security-allowlist: curl-pipe-bash, irm-pipe-iex -->

# Apify Actor Development

**Important:** Before you begin, fil
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/apify-actor-development.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/apify-actor-development/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/apify-actor-development/SKILL.md

Related Skills