Claude-skill-registry Cost Guardrails

See the main Budget Guardrails skill for comprehensive coverage of cost controls and governance.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cost-guardrails" ~/.claude/skills/majiayu000-claude-skill-registry-cost-guardrails && rm -rf "$T"
manifest: skills/data/cost-guardrails/SKILL.md
source content

Cost Guardrails

This skill is covered in detail in the main Budget Guardrails skill.

Please refer to:

42-cost-engineering/budget-guardrails/SKILL.md

That skill covers:

  • Budget types and hierarchies
  • Soft and hard limit enforcement
  • Alert thresholds and escalation
  • AWS Budgets + Lambda automation
  • Resource quotas (AWS, GCP, Kubernetes)
  • Sandbox environment management
  • Runaway resource protection
  • Governance frameworks
  • Real-world budget guardrail implementations

Related Skills

  • 42-cost-engineering/budget-guardrails
    (Main skill)
  • 42-cost-engineering/cost-observability
  • 42-cost-engineering/cloud-cost-models