Agent skill
web-deploy-launcher
Prepare deployment configs, final checks, and pre-launch readiness artifacts for production release.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/web-deploy-launcher
Metadata
Additional technical details for this skill
- stage
- 10-deployment
- category
- web-builder
- pipeline
- web-builder
SKILL.md
Web Deploy Launcher
Objective
Prepare deployment configuration and final production readiness checks based on
project-config.json.
Required Workflow
- Read deployment target from
project-config.json. - Generate target-specific config:
- Vercel:
vercel.json - Netlify:
netlify.toml - Fly.io:
fly.tomlandDockerfile - Railway/Render:
Dockerfileplus deployment instructions - Cloudflare Pages:
wrangler.toml
- Vercel:
- Run production build checks (
npm run buildorpython -m build) and capture errors. - Run bundle size analysis (
@next/bundle-analyzer,vite-bundle-analyzer, orsource-map-explorer). - Verify environment variable coverage in
.env.exampleand flag hardcoded secrets. - Generate pre-deploy checklist covering HTTPS, monitoring, logging, backups, feature flags, and rollback plan.
- Generate
DEPLOYMENT.md. - Output deployment configs and
deploy-report.json.
Execution
python skills/web-deploy-launcher/scripts/deploy_launcher.py --input <workspace> --output <out.json> --format json
References
references/tools.md
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?