playdrop
Installation
SKILL.md
Playdrop
This is the legacy compatibility skill package generated from the canonical playdrop-plugin repo.
- Canonical source:
https://github.com/playdrop-ai/playdrop-plugin - Legacy compatibility surface:
https://github.com/playdrop-ai/playdrop-skills - Synced platform version:
0.7.0 - Preferred public setup: install the
playdrop-pluginrepo for Codex, Claude Code, or Cursor and use its specialist skills
Use this skill only when you are in a legacy skill-first environment and do not have the plugin available.
First steps
- Preferred public setup: install the
playdrop-pluginrepo in your AI tool and start withtask-routingif you are unsure which specialist skill to use - Install the CLI:
npm install -g @playdrop/playdrop-cli - Log in:
playdrop auth login - Initialize: existing project ->
playdrop project init .; new project ->playdrop project create app <name> --template <ref> - Validate:
playdrop project validate .