agentsclimarketplace

Acme deploy

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

Light-weight AI agent evaluation and optimization framework

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.

One thing to look at

  • 14 stars14 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.

What its author says it does

Copied from the file, not written here

Use when the user asks about deploying services, checking deployment status, rollback procedures, or release management at Acme Corp

SKILL.md

1.5 KB, 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

Keep looking

Skills are one crate of 328,083. 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.