agentsclimarketplace

Safety guard

Skill keithhegit/ultra-orchestration/skills/safety-guard

Ultra Orchestration 是一套开源的 AI 工程编排技能体系。它将 OpenSpec 规格主线(Program → Milestone → Change → Slice)与 Ultra-Orchestrator 执行阶段(Intake → Plan → Dispatch → Execute → Review → QA → Deliver → Retro)结合,提升交付稳定性与可审计性。

Install
npx -y skills add keithhegit/ultra-orchestration --skill safety-guard

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

  • 6 stars6 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

Apply careful, freeze, and guard behaviors to dangerous commands, broad edit scope, and high-impact operations. Use when execution needs command warnings, path restrictions, or combined safety guardrails.

SKILL.md

0.7 KB, as published. Nobody here has run it

Safety Guard

Apply practical safety controls around execution.

Modes

  • careful: warn on destructive or high-impact commands
  • freeze: restrict edits to explicit paths or directories
  • guard: combine both

Rules

  • Prefer the narrowest workable edit scope.
  • If a command is hard to reverse, treat it as at least MEDIUM.
  • If the run crosses both broad write scope and destructive potential, use guard.
  • Record active guardrails in vetter_report.

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.