Deploy
Deployment management for your project. This is the parent orchestrator — it dispatches to sub-skills based on what you need.
Usage
@deploy.init— Set up deployment configuration for a new project@deploy.status— Check current deployment status@deploy.rollback— Rollback to a previous deployment
Invoked directly:
User: "Initialize deploy config"
System: → @deploy.init
User: "Check my deploy status"
System: → @deploy.status
User: "Rollback the last deploy"
System: → @deploy.rollback