agentsclimarketplace

Deploy

Skill KhaiTrang1995/claude-code-structure/packages/python/claude_code_structure/template/.claude/skills/deploy

A ready-to-use Claude Code project scaffold — rules, commands, skills, agents, and hooks in one command.From the repository description

Install
npx -y skills add KhaiTrang1995/claude-code-structure --skill deploy

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 5 commands, including `npm test` and 4 more.

SKILL.md

0.9 KB, 209 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it: 1 file

833 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.