integration-discovery

Detect CLI tools in PATH and MCP servers to select skills and agents.

8|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mikeparcewski/wicked-garden --skill integration-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-discovery
Source: https://github.com/mikeparcewski/wicked-garden/tree/main/skills/integration-discovery
Command: npx skills add https://github.com/mikeparcewski/wicked-garden --skill integration-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decides which tools, skills, and agents to use for a task, reducing discovery overhead by scanning PATH for CLI tools alongside MCP servers, skills, and agents.

Core Features & Use Cases

  • Capability discovery: detects available CLI tools in PATH and external MCP servers.
  • Cross-domain selection: considers skills and agents to assemble a tailored integration plan.
  • Use case: planning work in unfamiliar domains or discovering installed CLIs / MCP servers to pick the best fit.

Quick Start

Ask the system to enumerate available MCP servers, CLI tools in PATH, and installed skills/agents, then return a prioritized integration plan.

Frequently Asked Questions about integration-discovery

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

FAQPage Schema
How do I discover available MCP servers and CLI tools in my PATH?

To discover available MCP servers and CLI tools, you can use capability discovery to scan PATH for installed command-line interfaces and detect external MCP servers, returning a prioritized list of available integrations for your task.

What is the best way to select tools and skills for a task in an unfamiliar domain?

The best way to select tools for unfamiliar domains is using cross-domain selection, which evaluates detected CLIs, MCP servers, skills, and agents together to assemble a tailored integration plan that fits the specific requirements.

How do I create an integration plan using discovered agents and MCP capabilities?

You create an integration plan by asking the system to enumerate available MCP servers, CLI tools, and installed skills, which then returns a prioritized plan matching your required capabilities to the detected agents and tools.

Can I detect installed command-line interfaces alongside MCP servers simultaneously?

Yes, you can detect installed command-line interfaces alongside MCP servers simultaneously through PATH-based CLI detection and MCP server discovery, reducing discovery overhead by scanning both environments in a single pass.

Do I need any dependencies to run capability discovery for tool selection?

No dependencies are required to run capability discovery for tool selection, as the Skill operates independently to scan your PATH, enumerate MCP servers, and evaluate installed skills and agents without external packages.

Why does tool selection matter when planning work with agents and MCP servers?

Tool selection matters because planning work with agents and MCP servers requires matching specific task capabilities to the correct integrations, and automated discovery prevents manual configuration errors while reducing overhead in unfamiliar environments.