Apply sentence case to headings, capitalize Actor as a noun, drop the
article before "Apify Console" / "Apify Store", add the article before
"the Apify platform", and fix a few typos ("confirms" -> "conforms",
"javascript" -> "JavaScript"). Code blocks, CLI commands, file paths,
and JSON values are unchanged.
- Standardize auth to OAuth-first across all skills
- Fix security contradiction in actorization (remove -t flag)
- Delete legacy Node.js scripts (replaced by CLI commands)
- Bump version to 2.0.0
- Add design spec and implementation plan
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move the output schema generator from commands/ to skills/ so it is
discoverable as a /apify-generate-output-schema slash command, consistent
with other skills like /apify-actor-development.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Address issues found in code reviews (apify-core#26351, facebook#1057):
- Ensure all output fields are in schema, not just overview view fields
- Require `required` and `additionalProperties` on top-level fields object
- Add guidance to reuse existing schemas, types, and conventions in the repo
- Enforce consistent formatting across all actors including standalone ones
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds Phase 3 for generating key_value_store_schema.json by analyzing
Actor.setValue/set_value calls, grouping keys into collections, and
wiring the schema into actor.json.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a new slash command that analyzes Actor source code and generates
dataset_schema.json and output_schema.json with proper field definitions,
views, and actor.json wiring.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Rename commands/actor-development.md to commands/create-actor.md
- Add apify-actor-commands plugin entry in marketplace.json
- Register /create-actor as available command in Claude Code
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Reorganize actor-development.md from skills/apify-actor-development/commands/ to top-level commands/ directory. Update all relative paths to reference files, changing from relative paths to repository-root-relative paths (skills/apify-actor-development/references/).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>