agent-detector

Detect agent type, task complexity, and model for incoming messages in real time.

24|3|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/nguyenthienthanh/aura-frog --skill agent-detector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-detector
Source: https://github.com/nguyenthienthanh/aura-frog/tree/main/aura-frog/skills/agent-detector
Command: npx skills add https://github.com/nguyenthienthanh/aura-frog --skill agent-detector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents AI from getting stuck or performing irrelevant tasks by ensuring the correct specialized agent handles each request. It eliminates manual routing and ensures efficiency, making sure every query is addressed by the most capable AI.

Core Features & Use Cases

  • Multi-Layer Scoring: Detects the best agent using explicit technology mentions, intent patterns, project context, and file patterns.
  • Dynamic Agent Activation: Activates primary, secondary, or optional agents based on a sophisticated scoring system.
  • QA Agent Conditional Logic: Intelligently activates QA agents for bug fixes or new implementations, skipping them for pure documentation or design tasks.
  • Use Case: When a user asks "Fix the login button not working on iOS", this skill automatically detects "mobile-react-native" as the primary agent and "qa-automation" as an optional supporting agent, then routes the task accordingly.

Quick Start

Fix the login button not working on iOS

Frequently Asked Questions about agent-detector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically route tasks to the right AI agent based on complexity?

Task routing detects agent type, complexity level, and appropriate model for each incoming message in real time. The skill categorizes requests as Quick, Standard, or Deep, identifies relevant agents through multi-layer scoring of technology mentions and intent patterns, then outputs a structured Detection Result to guide downstream orchestration.

What's the best way to prevent AI from handling tasks with the wrong specialized agent?

Multi-layer detection analyzes explicit technology, intent patterns, project context, and file patterns to activate the primary agent and optional supporting agents. This ensures every query reaches the most capable handler and eliminates manual routing overhead.

Can I use agent detection to automatically select models for bug fixes versus documentation tasks?

Yes. Conditional logic intelligently activates QA agents for bug fixes and new implementations while skipping them for pure documentation or design work. The skill applies sophisticated scoring to determine which agents are needed for each request type.

How does task complexity detection work for AI agent selection?

The skill applies layered detection across technology mentions, intent patterns, and project context to score and classify incoming messages. It automatically maps detected complexity levels and identified agents to appropriate models, producing a structured result for task orchestration.

What information does the skill extract to route a task correctly?

Agent detection extracts technology identifiers, intent signals, project context clues, and file patterns from user input. It uses this layered scoring to determine primary and secondary agents and select the matching model, outputting all results as a Detection Result for downstream processing.