advisor-triggers

advisor-triggers is a skill for Claude Code from akaszubski/autonomous-dev. It costs 17 tokens per session (1,933 once invoked), scanned A, original, no licence file.

A detector for recognizing requests that may need critical analysis through the /advise command.

In plain words
What is it for?
Detecting user requests that should trigger the /advise command.
Why use it?
It helps identify when a normal response may not be enough and a more questioning review is appropriate.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the autonomous-dev plugin — 29 skills, 25 commands, 17 agents shipped together

Good fit Detecting user requests that should trigger the /advise command.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akaszubski/autonomous-dev/advisor-triggers
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.

Any agent
npx skills add akaszubski/autonomous-dev --skill advisor-triggers
Clone the repo
git clone --depth 1 https://github.com/akaszubski/autonomous-dev

Made for: Claude Code.

Or install autonomous-dev, the plugin that ships this one along with the rest of its 29 skills, 25 commands, 17 agents.

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 advisor-triggers

README.md
[![agentmods](https://agentmods.dev/badge/skills/akaszubski/autonomous-dev/advisor-triggers.svg)](https://agentmods.dev/skills/akaszubski/autonomous-dev/advisor-triggers)
Your own site
<a href="https://agentmods.dev/skills/akaszubski/autonomous-dev/advisor-triggers"><img src="https://agentmods.dev/badge/skills/akaszubski/autonomous-dev/advisor-triggers.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00017 $0.01933
Opus 5 $0.00009 $0.00966
Sonnet 5 $0.00003 $0.00387
Haiku 4.5 $0.00002 $0.00193

Measured 7d ago against content hash dd955f3f096f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

advisor-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 7d 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.

plugins/autonomous-dev/skills/archived/advisor-triggers/SKILL.md · 357 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 357 lines · 17 tokens per session scan A dd955f3f096f

Subscribe to this mod's changes

advisor-triggers is a skill published in the GitHub repository akaszubski/autonomous-dev (34 stars, last pushed today), with no licence file. It adds 17 tokens to every session and 1,933 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

code-consolidation

This skill should be used when the user asks to "find duplicated code", "map responsibilities", "consolidate code", "find code sprawl", "analyze duplication", "create consolidation plan", or mentions "código duplicado", "responsabilidades espalhadas", "consolidar". Analyzes codebases to identify scattered…

parisgroup-ai/imersao-ia-setup · 79 tokens

detecting-privilege-escalation-in-kubernetes-pods

Detect and prevent privilege escalation in Kubernetes pods by monitoring security contexts, capabilities, and syscall patterns with Falco and OPA policies.

xalgorix/xalgorix · 40 tokens

detecting-azure-service-principal-abuse

Detect and investigate Azure service principal abuse including privilege escalation, credential compromise, admin consent bypass, and unauthorized enumeration in Microsoft Entra ID environments.

xalgorix/xalgorix · 38 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

brooks-sweep

Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applies fixes directly to the codebase. Safe changes are auto-applied; risky changes are confirmed before execution. Drawing on twelve classic engineering books. Triggers when: user…

hyhmrright/brooks-lint · 178 tokens