From linux-packaging
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/linux-packaging:agent-deploy-scriptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a version of the deployment script intended specifically for execution by AI agents.
Create a version of the deployment script intended specifically for execution by AI agents.
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.
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin linux-packaging