discovery.default

Match task descriptions to the most suitable installed agents.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mandubian/autonoetic --skill discovery-default
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discovery.default
Source: https://github.com/mandubian/autonoetic/tree/main/agents/specialists/discovery.default
Command: npx skills add https://github.com/mandubian/autonoetic --skill discovery-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installed agents that best match a given task intent without executing tasks.

Core Features & Use Cases

  • Agent discovery: It identifies and ranks installed agents by relevance to the task.
  • Capability matching: It compares agent capabilities against the task requirements to ensure fit.
  • Use Case: When planning a task, quickly select the best agent to delegate to, based on description and capabilities.

Quick Start

Provide a task description and let the system suggest the best agent.

Frequently Asked Questions about discovery.default

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

FAQPage Schema
How do I discover the best agent for a specific task?

To discover the best agent for a specific task, provide a task description to the system. It ranks installed agents by relevance and returns a recommended agent_id without executing the task.

What is LLM agent capability matching?

LLM agent capability matching compares agent capabilities against task requirements to ensure fit. It identifies and ranks installed agents by relevance to help select the best candidate for delegation.

How do I rank installed agents by task relevance?

You can rank installed agents by task relevance by providing a task description. The system applies agent.list, capability descriptions, and optional knowledge recall to rank candidates and return a recommended agent_id.

Can I select an agent for delegation without executing tasks?

Yes, you can select an agent for delegation without executing tasks. The system matches a task description to suitable installed agents and returns a recommended agent_id for planning purposes.

Does agent discovery work with knowledge recall?

Yes, agent discovery works with optional knowledge recall. It relies on agent.list, capability descriptions, and optional knowledge recall to rank candidates and return a recommended agent_id.