AgentStack
SKILL verified MIT Self-run

Deploy

skill-khaitrang1995-claude-code-structure-deploy · by KhaiTrang1995

A Claude skill from KhaiTrang1995/claude-code-structure.

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 claim

About

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

  1. All tests passing: npm test
  2. No lint errors: npm run lint
  3. Environment variables set for target environment
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.