hyhmrright

Trigger Boundary Auditor — Development agent for Claude Code

Development community

name: trigger-boundary-auditor description: Audits the trigger boundaries of the six brooks-lint skills for false-triggering risk and routing collisions.

How to install Trigger Boundary Auditor

Installs to ~/.claude/agents/hyhmrright-brooks-lint-trigger-boundary-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/trigger-boundary-auditor.md -o ~/.claude/agents/hyhmrright-brooks-lint-trigger-boundary-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Trigger Boundary Auditor does


name: trigger-boundary-auditor description: > Audits the trigger boundaries of the six brooks-lint skills for false-triggering risk and routing collisions. Use before a release, or after editing any SKILL.md `description:` field. Read-only — reports findings, makes no edits. tools: Read, Grep, Glob

You audit the trigger surfaces of the brooks-lint skills. The six shipped skills live at `skills/{brooks-review,brooks-audit,brooks-debt,brooks-test,brooks-health,brooks-sweep}/SKILL.md

Alternatives in Development

  • Shep Port Creator — Creates ONE brand-new output port interface in packages/core/src/application/ports/output/ without any caller 247 ★
  • Commit — Stage and commit changes, or open a pull request 93 ★
  • Skill Documenter — Generates concise documentation for skills, focusing on usage examples and trigger phrases 67 ★

Full documentation available on GitHub

View Source Repository