Agent skill · AI & Agents

tool-discovery

Guide for discovering and using MCP tools via the discover_tools meta-tool. Use this skill when asked to perform tasks that require finding the right tools, when you see only discover_tools in your available tools, when asked "what tools are available", "find tools for X", or when planning multi-step workflows across JIRA, Slack, WhatsApp, or Google Docs.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tool-discovery-orient-bot-orient-a70a8b60 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/agent/tool-discovery-orient-bot-orient-a70a8b60/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

# Tool Discovery System This MCP server uses a **discovery-based tool loading pattern** to reduce context overhead. Instead of loading all 35+ tools upfront, only the `discover_tools` meta-tool is exposed. Use it to find and load the specific tools needed for your task. ## Quick Reference ``` # List all categories discover_tools({ mode: "list_categories" }) # Browse tools in a category discover_tools({ mode: "browse", category: "jira" }) # Search by natural language discover_tools({ mode: "search", query: "send slack message" }) # Search by intent discover_tools({ mode: "search", intent: "check team blockers" }) ``` ## Tool Categories | Category | Tools | Use For | | ----------- | ----- | ------------------------------------------------ | | `jira` | 14 | Issues, sprints, blockers, SLA, weekly summaries | | `messaging` | 4 | Slack DMs, channel messages, user lookup | | `whatsapp` | 8 | Message history, contacts, groups, media | | `docs` | 11 | Google Slides, Sheets, presentations | | `system` | 2 | Health check, configuration | ## Workflow: Starting a Task **Always discover tools before attempting to use them.** 1. Identify what you need to accomplish 2. Call `discover_tools` with a

What's inside
Steps it walks through
  1. Quick Reference
  2. Tool Categories
  3. Workflow: Starting a Task
  4. Examples
  5. Example 1: Check Team Status
  6. Example 2: Weekly Summary
  7. Example 3: Notify Team on Slack
  8. Example 4: Search WhatsApp History
  9. Example 5: Update Presentation
  10. Search Tips
  11. Common Tool Names
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the tool-discovery skill do?

Guide for discovering and using MCP tools via the discover_tools meta-tool. Use this skill when asked to perform tasks that require finding the right tools, when you see only discover_tools in your available tools, when asked "what tools are available", "find tools for X", or when planning multi-step workflows across JIRA, Slack, WhatsApp, or Google Docs.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tool-discovery-orient-bot-orient-a70a8b60 --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