Interactive Claude Code skills for configuring and maintaining Claude Code cloud (claude.ai/code) environment Setup scripts.
Claude Code cannot programmatically write to claude.ai/code environment settings — these skills generate and validate the script, then guide you through the manual paste step in the UI.
/cloud-setup-guide— first-time setup. Scans your repo, asks what the cloud session needs, generates a setup script, and walks you through applying it./update-cloud-setup— maintenance. Reads your existing setup script, merges in new requirements, shows a diff, and walks you through re-applying it.
claude plugin marketplace add buntysomroy/claude-cloud-environment-setup
claude plugin install claude-cloud-environment-setup@claude-cloud-environment-setup
reference/SETUP_GUIDE.md— principles for writing Claude Code cloud setup scripts (relative paths,CLAUDE_CODE_REMOTEgating, duration limits).reference/TESTING_GUIDE.md— how to validate a setup script locally before pasting it into claude.ai/code.templates/setup-script-template.sh— starting template both skills build from.tools/test-setup.sh— automated test harness for a generated setup script.
Targets Node.js, Python, and Docker-based repos initially. Web-only (claude.ai/code) — not for local CLI setup or CI/CD pipelines.