— No reviews yet
0 installs
4 views
0.0% view→install
Install
$ agentstack add skill-khaitrang1995-claude-code-structure-deploy ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Are you the author of Deploy? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Deploy Skill
Trigger Context
This skill activates automatically when the task involves:
- Deploying to staging or production
- CI/CD pipeline configuration
- Docker / container builds
- Cloud provider (AWS, GCP, Azure) operations
Workflow
Pre-deploy Checklist
- All tests passing:
npm test - No lint errors:
npm run lint - Environment variables set for target environment
- Database migrations reviewed
Deploy Steps
# Build production artifact
npm run build
# Run deploy script (see deploy-config.md for environment vars)
./scripts/deploy.sh --env production
Post-deploy Verification
- Check service health endpoint:
GET /api/health - Review application logs for errors
- Smoke test critical user flows
Rollback
./scripts/deploy.sh --rollback --env production
References
- Environment-specific config:
.claude/skills/deploy/deploy-config.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: KhaiTrang1995
- Source: KhaiTrang1995/claude-code-structure
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.