Agent skill · Business & Finance

advisor-triggers

Detects when user requests warrant critical analysis via /advise command

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill advisor-triggers --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/advisor-triggers/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Advisor Auto-Invoke Triggers ## Purpose Detect patterns in user requests that indicate a need for critical thinking analysis. Suggests running `/advise` when users propose significant changes without first considering trade-offs. ## Detection Patterns ### Pattern 1: New Dependencies **Triggers:** - "add [package/library/service]" - "use [technology]" - "integrate [external service]" - "switch to [different tool]" **Examples:** - "Let's add Redis for caching" - "Use TensorFlow for ML" - "Integrate Stripe for payments" - "Switch to PostgreSQL" **Why advise?** New dependencies increase complexity and maintenance burden. ### Pattern 2: Architecture Changes **Triggers:** - "refactor to [pattern]" - "restructure as [architecture]" - "migrate to [architecture]" - "convert to [pattern]" **Examples:** - "Refactor to microservices" - "Restructure as event-driven" - "Migrate to serverless" - "Convert to monorepo" **Why advise?** Architectural changes have far-reaching implications. ### Pattern 3: Scope Expansions **Triggers:** - "also add [feature]" - "extend to [capability]" - "support [new use case]" - "make it [do more]" **Examples:** - "Also add real-time collaboration" - "Extend to mob

What's inside
Steps it walks through
  1. Purpose
  2. Detection Patterns
  3. Pattern 1: New Dependencies
  4. Pattern 2: Architecture Changes
  5. Pattern 3: Scope Expansions
  6. Pattern 4: Technology Replacements
  7. Pattern 5: Scale Changes
  8. Detection Logic
  9. Response Format
  10. Configuration
  11. Integration Points
  12. Point 1: Before /plan Command
  13. Point 2: Before /auto-implement
  14. Point 3: In Orchestrator Agent
Ships with 1 file
  • metadata.json
Commands it runs
Explicit skip
Or acknowledge in prompt
Disable globally
echo "advisor_triggers:\n  enabled: false" >> .claude/config.yml
Or reduce sensitivity
echo "advisor_triggers:\n  sensitivity: low" >> .claude/config.yml
More from claude-skill-registry
All skills →
About this skill
What does the advisor-triggers skill do?

Detects when user requests warrant critical analysis via /advise command

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill advisor-triggers --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going