Playdrop Skill
The public playdrop skill helps an AI coding agent understand Playdrop-specific workflows instead of treating your project like a generic web app.
Canonical public source: playdrop-plugin.
The playdrop-skills repo remains the generated legacy compatibility and skills.sh surface.
Install
Legacy compatibility install:
bash example
npx skills add https://github.com/playdrop-ai/playdrop-skills --skill playdropPublic links:
What the skill is good at
- installing and using the Playdrop CLI
- inspecting the public catalogue before creating or remixing
- using the right Playdrop reference docs for the task
- choosing between create, remix, local dev, validate, and publish flows
- integrating runtime surfaces such as identity, multiplayer, monetization, assets, AI generation, and meta
Recommended workflow
Use the skill together with the CLI:
bash example
npm install -g @playdrop/playdrop-cli
playdrop auth login
playdrop auth whoamiThen move into the right creator flow:
bash example
playdrop project init .
playdrop project create app my-first-app --template playdrop/template/typescript_template
playdrop project dev my-first-app
playdrop project validate .