agentsclimarketplace

Acme deploy

Skill EntityProcess/agentv/examples/features/agent-skills-evals/workspace/.claude/skills/acme-deploy

Use when the user asks about deploying services, checking deployment status, rollback procedures, or release management at Acme CorpFrom its SKILL.md

Install
npx -y skills add EntityProcess/agentv --skill acme-deploy

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • skips confirmationTells the agent to proceed without asking first, 1 time: "Rollbacks bypass approval".
  • 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 4 commands, including `trident push --env staging --service <service-name> --tag <git-sha>` and 3 more.

SKILL.md

1.5 KB, 320 tokens by cl100k_base, as published. Nobody here has run it

Acme Corp Deployment Procedures

Overview

Internal deployment runbook for Acme Corp services. All deployments follow the Trident release pipeline.

Deployment Commands

Deploy to staging

trident push --env staging --service <service-name> --tag <git-sha>

Promote to production

trident promote --from staging --to prod --service <service-name> --approval-ticket <JIRA-ID>

Production deploys require a JIRA approval ticket (prefix: DEPLOY-).

Rollback

trident rollback --env <env> --service <service-name> --to-version <previous-tag>

Rollbacks auto-notify #ops-alerts in Slack.

Check deployment status

trident status --env <env> --service <service-name>

Service Registry

ServiceOwner TeamStaging URLProd URL
payments-apiPlatformpayments.staging.acme.internalpayments.acme.internal
user-serviceIdentityusers.staging.acme.internalusers.acme.internal
notificationsEngagementnotify.staging.acme.internalnotify.acme.internal

Rules

  • All prod deploys require a DEPLOY- JIRA ticket
  • Staging deploys are auto-approved during business hours (9am-5pm PT)
  • Rollbacks bypass approval but require post-mortem within 48h
  • Deploy freezes are announced in #engineering-announcements

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.