Agent skill · Workflow & Productivity

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

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/smart-detection/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

# 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

What's inside
Steps it walks through
  1. How It Works
  2. Utility Agent Routing
  3. file-finder
  4. code-line-finder
  5. git-diff-analyzer
  6. log-analyzer
  7. Workflow Detection
  8. Feature Development
  9. Debugging
  10. Refactoring
  11. TDD Mode
  12. Configuration
  13. Detection Modes
  14. suggest (Default)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going