agentsclimarketplace

Red button

Skill Lum1104/red-button

Use when an action could cause material, hard-to-reverse harm to production, data, security, finances, users, or external systems.From its SKILL.md

Install
npx -y skills add Lum1104/red-button

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

2 things to look at

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 2 stars2 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.

SKILL.md

4.0 KB, 771 tokens by cl100k_base, as published. Nobody here has run it

Red Button

Some changes deserve a slower agent. Apply a focused gate only where consequence requires it.

Classify the operation

  1. Name the exact action, target environment, affected users or assets, and externally visible effect.
  2. Classify the operation as ordinary or high-risk. Mark it high-risk when a credible failure could materially destroy or expose important state, cross a security or authorization boundary, move money, contact many people, break external consumers, disrupt production, or resist timely recovery.
  3. Keep reversible local edits, read-only inspection, isolated test work, and draft pull requests ordinary unless they themselves create consequential side effects.
  4. When risk is uncertain, use read-only checks to resolve the target, blast radius, rollback, and authority. Uncertainty alone does not make ordinary work high-risk.
  5. For an ordinary operation, proceed with the normal workflow. Do not load a reference or manufacture a risk review.
  6. For a high-risk operation, name the risk category and load only the matching reference.

Load the focused reference

Risk categoryReference
Production schema or data migration; deletion or bulk repairdata-operations.md
Force push, rebase of published work, or history rewriterepository-history.md
Authentication, authorization, IAM, secrets, or credentialsidentity-and-secrets.md
Charges, refunds, subscriptions, invoices, pricing, or payment flowsbilling-and-payments.md
Infrastructure, networking, capacity, or production configurationinfrastructure.md
Public API contracts, events, schemas, or compatibilitypublic-apis.md
Email, notification, campaign, or other bulk outreachmass-communication.md
Production model, prompt, retrieval, guardrail, or tool-policy deploymentmodel-and-prompt-deployments.md
Other consequential operation with no matching categoryApply the core gate below; do not load an unrelated reference

Load multiple references only when risks truly cross categories: public API plus identity for an auth-scope change, billing plus data for a ledger migration, or model deployment plus identity for a privileged tool.

Apply the gate

Analysis, coding, local tests, plans, and isolated rehearsal may proceed without execution approval when they create no consequential side effect. Before crossing the real side-effect boundary:

  1. Resolve the target, blast radius, reversibility, monitoring, and authority with concrete evidence. Satisfy any loaded reference's additional preconditions and keep unknowns explicit.
  2. Prefer the smallest reversible action, staged rollout, and bounded exposure that can achieve the goal.
  3. Define observable success, stop conditions, and a recovery owner before creating side effects.
  4. Obtain authorization for the exact action, target, and scope from the responsible owner, plus any approval named by a loaded reference. Existing user authorization counts only where that user has the relevant authority. Never infer authority from technical access.

For a declared incident, use the established incident-command approval path and record the decision. Urgency does not remove scope bounds, stop conditions, or post-change verification.

During execution, verify the resolved target again, preserve the safety bounds, observe the chosen signals, and stop when a stop condition fires. Do not improvise past a failed guardrail.

After execution, verify the real effect and recovery posture. Report what changed, the scope reached, the evidence observed, any remaining risk, and whether rollback remains available.

What ships with it: 10 files

30.4 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,834. 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.