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".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin linux-packagingThis skill uses the workspace's default tool permissions.
Create a version of the deployment script intended specifically for execution by AI agents.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.