Skip to content
Skillv1.0.0

tool-selection

Use when selecting between MCP tools based on task complexity and requirements - provides a structured selection workflow and decision rationale.

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/tool-selection/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill tool-selection. Copyright stays with the author.

Tool Selection

Overview

Select the optimal MCP tool by evaluating task complexity, accuracy needs, and performance trade-offs.

When to Use

  • Choosing between Codanna and Morphllm
  • Routing tasks based on complexity
  • Explaining tool selection rationale

Avoid when:

  • The tool is explicitly specified by the user

Quick Reference

Task Load reference
Tool selection skills/tool-selection/references/select.md

Workflow

  1. Parse the operation requirements.
  2. Load the tool selection reference.
  3. Apply the scoring and decision matrix.
  4. Report the chosen tool and rationale.

Output

  • Selected tool and confidence
  • Rationale and trade-offs

Common Mistakes

  • Ignoring explicit user tool preferences
  • Overweighting speed vs accuracy without justification

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-tool-selection/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-tool-selection.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-tool-selection",
  "kind": "skill",
  "name": "tool-selection",
  "description": "Use when selecting between MCP tools based on task complexity and requirements - provides a structured selection workflow and decision rationale.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "capability-matching",
      "codanna",
      "mcp-tool-selection",
      "morphllm",
      "tool-routing",
      "tool-selection",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when selecting between MCP tools based on task complexity and requirements - provides a structured selection workflow and decision rationale."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/tool-selection/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/tool-selection/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/tool-selection/SKILL.md"
    }
  },
  "instructions": "# Tool Selection\n\n## Overview\nSelect the optimal MCP tool by evaluating task complexity, accuracy needs, and performance trade-offs.\n\n## When to Use\n- Choosing between Codanna and Morphllm\n- Routing tasks based on complexity\n- Explaining tool selection rationale\n\nAvoid when:\n- The tool is explicitly specified by the user\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| Tool selection | `skills/tool-selection/references/select.md` |\n\n## Workflow\n1. Parse the operation requirements.\n2. Load the tool selection reference.\n3. Apply the scoring and decision matrix.\n4. Report the chosen",
  "cost": {
    "context_tokens": 201
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-tool-selection/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.