| name | agent-deploy-script |
| description | Use when the user wants to create an agent-specific, low-verbosity variant of the current repo's deployment script for AI agent execution. Triggers on phrases like "create agent deploy script", "agent-deploy.sh", "make a quiet deploy script for agents". |
Create a version of the deployment script intended specifically for execution by AI agents.
1: Create agent-specific deployment script
Identify the current deployment script in this repository. If unsure which script is current, ask the user.
Create an agent-specific variant named agent_deploy.sh whose purpose is to deploy the codebase with minimal unnecessary verbosity.
- Intended for AI agent execution.
- Minimize console output to what's necessary for the agent to provide status updates to the user.
2: Update docs
Update CLAUDE.md (and AGENTS.md if it exists) noting:
agent-deploy.sh should be used for deployments (not deploy.sh, which is reserved for human execution).
Add a VS Code task for initiating agent deploy.