Smart Intent Detection
Automatic workflow suggestion and utility agent routing based on prompt analysis. Trigger keywords: auto-detect, intent, suggest, trigger, routing, workflow detection, utility agents, prompt analysis, smart routing
npx skills add majiayu000/claude-skill-registry --skill smart-detection --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.
# Smart Intent Detection The ReAcTree plugin includes smart detection that analyzes your prompts and suggests appropriate workflows or utility agents automatically. ## How It Works When you type a prompt, the system: 1. **Checks configuration** - Respects your enabled/disabled settings 2. **Filters noise** - Skips simple questions and explicit commands 3. **Detects utility intent** - Routes to specialized agents for file/code/git/log tasks 4. **Detects workflow intent** - Suggests feature/debug/refactor workflows 5. **Outputs suggestion** - Shows helpful message with recommended action ## Utility Agent Routing ### file-finder **Triggers:** "find files", "where is file", "list directory", "show folder" Fast file discovery using Glob and Grep: - Find files by pattern (`**/*.rb`, `app/models/*.rb`) - Find files by name or content - List directory structure ### code-line-finder **Triggers:** "where is defined", "find method", "find usages", "who calls" Precise code location using LSP: - Find method/class definitions with line numbers - Find all usages and references - Go to definition ### git-diff-analyzer **Triggers:** "what changed", "show diff", "git blame", "commit history" Git cha
- How It Works
- Utility Agent Routing
- file-finder
- code-line-finder
- git-diff-analyzer
- log-analyzer
- Workflow Detection
- Feature Development
- Debugging
- Refactoring
- TDD Mode
- Configuration
- Detection Modes
- suggest (Default)
What does the Smart Intent Detection skill do?
Automatic workflow suggestion and utility agent routing based on prompt analysis. Trigger keywords: auto-detect, intent, suggest, trigger, routing, workflow detection, utility agents, prompt analysis, smart routing
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill smart-detection --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.
