Deploy

Deploy applications to target environments. TODO: Implement for devops. Invoked by: "/deploy", "/deploy staging", "/deploy production".

majiayu000 c3c35c2 2 files · 2.1 KB Updated 567 repo stars

File contents

Deploy

Status: Stub - Not Implemented Domain: DevOps

Overview

Unified deployment skill for deploying applications to any environment (staging, production, development, etc.). Consolidates environment-specific deployment logic into a single skill with environment as an argument.

Arguments

Argument Description Example
environment Target deployment environment staging, production, dev

Usage Examples

# Deploy to staging (default)
/deploy staging

# Deploy to production
/deploy production

# Deploy without argument (prompts for environment)
/deploy

TODO

  • Define deployment workflow for each environment
  • Add templates for environment configuration
  • Define blue-green and canary deployment strategies
  • Add pre-deployment validation checks
  • Add supporting files for health checks
  • Document rollback procedures
  • Document incident response procedures
  • Define environment variable management
  • Add smoke test automation

End of Skill

majiayu000/claude-skill-registry-data/tree/main/devops/deploy-eleva-labs-agentic-coding-templ-3 commit c3c35c2acf

Frequently asked questions

npx skillmds add majiayu000/deploy-25