prompt-evaluation-runn…
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when a release spans multiple systems or vendors, order of operations matters with rollback planned up front, or a failed step in one system could corrupt state in a downstream system.
$ npx -y skills add yeaight7/agent-powerups --skill deploy-pipeline-runbook --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/deploy-pipeline-runbookContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a release spans multiple systems or vendors, order of operations matters with rollback planned up front, or a failed step in one system could corrupt state in a downstream system.
name: deploy-pipeline-runbook description: Use when a release spans multiple systems or vendors, order of operations matters with rollback planned up front, or a failed step in one system could corrupt state in a downstream system.
This is a trust-sensitive runbook for multi-system deployments. Every write or promotion action requires explicit human approval.
1. Config or billing prerequisites. 2. Schema migrations or data backfills. 3. Application deploy or feature promotion. 4. Smoke checks and health validation. 5. Stakeholder notifications.
Use this exact format:
NEXT ACTION: [exact command or API call] SYSTEM: [target system / environment] SIDE EFFECTS: [what changes, what is created, what is sent] IRREVERSIBLE: yes/no — [why] ROLLBACK: [exact steps to undo this if it fails] Approve? (yes to proceed)
COMPLETED: [timestamp] CHANGES MADE: [summary of what changed per system] FOLLOW-UP CHECKS: [monitoring, alerts, or manual verifications needed] ROLLBACK STATUS: available / partially available / consumed
Define this before step 1 of execution:
IF [step N] fails: 1. [immediate containment action] 2. [system-specific undo command or API call] 3. [verification that rollback succeeded] 4. [notification to stakeholders]
The specific vendor does not change the safety model.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool invocations, or silent failures, or an…
Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a provider directly, need the response saved…
Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a first search pass missed the relevant file,…