agent-guardrails

Installation
SKILL.md

General Agent Guardrails

Purpose

Apply these rules to prevent high-impact agent mistakes (tooling drift, bypassed checks, version mismatches, integration bypasses, env/config corruption, serverless import side effects).

When unsure, consult:

  • AGENTS.md for agent behavior and non-negotiables
  • CONVENTIONS.md for repo-wide contracts (imports, build/runtime expectations, platform constraints)

If still unclear after checking those docs and existing code patterns: stop and ask.


1) Follow Existing Contracts (don't invent new ones)

  • Prefer the repository's existing choices: tooling, frameworks, package manager, test runner, build pipeline, import style, integration patterns.
  • Do not introduce "better" alternatives (new frameworks/tools, new config styles, new package managers, new test runners, mass import rewrites) as part of unrelated work.
  • Before changing any cross-cutting behavior, confirm the standard by:
Related skills

More from aiagentskills/skills

Installs
1
First Seen
Jan 22, 2026