# Exempt Skill

> Skill with boundary_exempt declared — suppresses all checks

- Skill: `omninode-ai/exempt-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add omninode-ai/exempt-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/omninode-ai/exempt-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: OmniNode-ai (https://skillmd.com/u/omninode-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/omninode-ai/exempt-skill

---


# Exempt Skill

This skill has boundary_exempt: true in its frontmatter.
All boundary checks are suppressed.

gh pr list --repo example/repo --json number

for each pr in prs:
  process pr

state["key"] = "value"

