Agent skill
deploy
Deploy applications to target environments. TODO: Implement for devops. Invoked by: "/deploy", "/deploy staging", "/deploy production".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deploy-eleva-labs-agentic-coding-templ-3
SKILL.md
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
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?