Claude Code plugin wrapper for DropLive. The plugin delegates deterministic preparation, packaging, export, and deploy work to the public npm package:
npx dropliveclaude plugin marketplace add https://github.com/ben-ic/droplive-claude-code
claude plugin install droplive@droplive/droplive prepare
/droplive export
/droplive login
/droplive deploy
/droplive doctor
Deploys use the browser login token from:
npx droplive login
npx droplive deployDROPLIVE_TOKEN=... remains available as an explicit override.
Validate from this repo root:
claude plugin validate . --strict