Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/hedde/trigger_tree/claude-mdgit clone --depth 1 https://github.com/Hedde/trigger_treeWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00214 | $0.00214 |
| Opus 5 | $0.00107 | $0.00107 |
| Sonnet 5 | $0.00043 | $0.00043 |
| Haiku 4.5 | $0.00021 | $0.00021 |
Grade A, and why
trigger_tree CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
trigger-tree repository guidance
Keep this file as a router. Read only the references needed for the task.
| Task | Start here |
|---|---|
| Product behavior or terminology | docs/README.md, then docs/glossary.md |
| Instruction adherence, directives, or probes | docs/instruction-adherence.md |
| Telemetry, heat, health, or limitations | docs/heat-model.md |
| TUI or HTML report | docs/dashboard.md |
| Hook/config changes | docs/configuration.md and docs/platform-support.md |
| Privacy-sensitive changes | docs/privacy.md and PRIVACY.md |
| Tests, CI, or release work | docs/development.md and CONTRIBUTING.md |
| Documentation structure | docs/structuring-docs.md |
Before shipping, run the full checks in docs/development.md. Preserve stdlib-only runtime code, local-only telemetry, explicit uncertainty, and 100% test coverage.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 17 lines · 214 tokens per session scan A 957c071c528a
trigger_tree CLAUDE.md is an instructions file published in the GitHub repository Hedde/trigger_tree (14 stars, last pushed 8d ago), licensed MIT. It adds 214 tokens to every session, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
slideops CLAUDE.md
Instructions for glukicov/slideops, covering claude.md, what this repository is, commands, the demo deck's citations must still match this repo and the citation mechanism (the core idea).
sourcebook CLAUDE.md
Instructions for BackendGameSetMatch/sourcebook, covering ai documentation, when to consult docs, how to access, keep docs alive and hard rules from conventions.
slideops AGENTS.md
Instructions for glukicov/slideops, a project described as: Turn a repository into a slide deck that tells you when it stops matching the code.
docs-to-pdf CLAUDE.md
Instructions for jean-humann/docs-to-pdf, covering claude development guide for docs-to-pdf, project overview, development environment setup, using mise (recommended) and install mise (if not already installed).
openstatus AGENTS.md
AGENTS.md instructions for openstatusHQ/openstatus, covering agents.md, verify your change, toolchain, architecture and tests.
clawmetry AGENTS.md
Instructions for vivekchand/clawmetry, covering agents.md — for ai coding agents, quick context, where new code goes (open-core split), the rules that bite and common tasks.