Agent skill
deploy
Builds and deploys the site to Cloudflare Workers with pre-flight checks including TypeScript, tests, and production build. Use when deploying, publishing, or shipping to production.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deploy-bluewaves-creations-website-foundation
SKILL.md
Build and deploy the site to Cloudflare Workers with pre-flight checks.
Steps
1. Pre-flight Checks
Run verification sequentially, stopping on first failure:
bun run check— TypeScript type checkingbun run test— Run all testsbun run build— Production build
If any step fails, stop and report the error with a fix suggestion. Do not proceed to deploy.
2. Deploy
If all checks pass, run:
bun run deploy
This executes astro build && wrangler deploy.
3. Report Results
After deployment completes, report:
- The Worker URL from wrangler output
- Any warnings from the build or deploy process
- Remind the user to verify the live site
If deployment fails:
- Check if wrangler is authenticated (
bunx wrangler whoami) - Check if the worker name in
wrangler.jsoncis correct - Report the specific error message
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?