advisor-triggers
Detects when user requests warrant critical analysis via /advise command
npx skills add majiayu000/claude-skill-registry --skill advisor-triggers --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- Detection Patterns
- Pattern 1: New Dependencies
- Pattern 2: Architecture Changes
- Pattern 3: Scope Expansions
- Pattern 4: Technology Replacements
- Pattern 5: Scale Changes
- Detection Logic
- Response Format
- Configuration
- Integration Points
- Point 1: Before /plan Command
- Point 2: Before /auto-implement
- Point 3: In Orchestrator Agent
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
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.
