inactive-TRIGGERS

inactive-TRIGGERS is an agent for coding agents from NickCrew/Claude-Cortex. It costs 0 tokens per session (1,559 once invoked), scanned A, original, MIT.

An automatic trigger system that activates or suggests agents when requests, changed files, events, or measured thresholds match configured rules.

In plain words
What is it for?
Use it to configure keyword and file-pattern triggers, choose automatic or suggested activation, and set priorities or thresholds.
Why use it?
It reduces the need to remember which specialist to call and helps apply checks at workflow points such as commits or deployments.

Agent

Install

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.

agentmods
npx agentmods add agents/nickcrew/claude-cortex/inactive-triggers
Clone the repo
git clone --depth 1 https://github.com/NickCrew/Claude-Cortex

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for inactive-TRIGGERS

README.md
[![agentmods](https://agentmods.dev/badge/agents/nickcrew/claude-cortex/inactive-triggers.svg)](https://agentmods.dev/agents/nickcrew/claude-cortex/inactive-triggers)
Your own site
<a href="https://agentmods.dev/agents/nickcrew/claude-cortex/inactive-triggers"><img src="https://agentmods.dev/badge/agents/nickcrew/claude-cortex/inactive-triggers.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,559 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01559
Opus 5 $0.00000 $0.00779
Sonnet 5 $0.00000 $0.00312
Haiku 4.5 $0.00000 $0.00156

Measured yesterday against content hash bbdf4d4b8c76, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

inactive-TRIGGERS 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 yesterday.

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.

archive/agents/inactive-TRIGGERS.md · 308 lines

How it starts

The opening of the file, as written. The whole thing — 308 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Trigger System

Automatic agent activation based on context, keywords, and file patterns.

Overview

The trigger system intelligently suggests or auto-activates agents based on:

  • Keywords in your requests
  • File patterns being modified
  • Events (pre-commit, post-commit, pre-deploy)
  • Context (environment, git status, thresholds)

Configuration

Triggers are defined in triggers.yaml:

agent-name:
  keywords:          # Words that trigger this agent
  file_patterns:     # File glob patterns
  events:            # Git/workflow events
  auto:              # Auto-activate (true) or suggest (false)
  priority:          # critical, high, medium, low
  threshold:         # Performance/metric thresholds

Trigger Modes

Auto-Activation (auto: true)

Agent is automatically activated when conditions match.

Example: security-auditor auto-activates for security-related files

security-auditor:
  auto: true
  priority: critical
  file_patterns:
    - "**/auth/**"
    - "**/*security*.{js,ts,py}"

Suggestion Mode (auto: false)

Agent is suggested but requires confirmation.

Example: code-reviewer is suggested for code reviews

code-reviewer:
  auto: false
  priority: high
  keywords:
    - "review"
    - "PR"

Trigger Types

Keyword Triggers

Activated when specific words appear in requests:

"Review this code" → Suggests: code-reviewer
"Check for security issues" → Auto-activates: security-auditor
"Optimize performance" → Suggests: performance-engineer

File Pattern Triggers

Activated when modifying matched files:

Editing: auth/login.ts → Suggests: security-auditor
Editing: *.test.ts → Suggests: test-automator
Editing: migrations/*.sql → Suggests: database-optimizer

Event Triggers

Activated during specific workflow events:

pre-commit → test-automator, code-reviewer
pre-deploy → security-auditor, deployment-engineer
post-commit → code-reviewer

Threshold Triggers

Activated when metrics exceed thresholds:

Read the full file on GitHub · 308 lines

Changes

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.

  1. yesterday First seen · 308 lines · 0 tokens per session scan A bbdf4d4b8c76

Subscribe to this mod's changes

inactive-TRIGGERS is an agent published in the GitHub repository NickCrew/Claude-Cortex (37 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,559 tokens. 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-09-03.