Agent skills stopped colliding after the author added explicit anti-triggers
teagaw · reddit · 2026-07-24
The author found that adding anti-triggers to agent skills fixed a collision problem that happened when multiple skills could match the same command.
- A deploy skill and a git-workflow skill kept both firing on words like “deploy.”
- The solution was to add explicit “do NOT trigger on …” boundaries to each skill.
- With those exclusions in place, the inconsistency disappeared.
- The post argues that skills compete not only on what to do, but on what not to do—and that agents will guess unless you define the boundaries clearly.
The author says they expanded the pattern into exercises and examples in an ebook on agentic engineering.
More from coding & agent
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Treating agents like 50 First Dates: a 3-layer context system so every conversation doesn't start from zero — evielync · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11
- ARRM targets silent economic regressions in AI agents that functional tests miss — Beautiful_Belt_601 · 2026-09-11
- Dev builds browser 3D pizza delivery game with Claude: physics, GPS pathfinding, traffic AI — vinishkapoor · 2026-09-11
- Build X Carousel Posts from One Wide Image: A Splitter Tool Plus YouMind Skill Workflow — sujingshen · 2026-09-11