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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Reference
- Tool Categories
- Workflow: Starting a Task
- Examples
- Example 1: Check Team Status
- Example 2: Weekly Summary
- Example 3: Notify Team on Slack
- Example 4: Search WhatsApp History
- Example 5: Update Presentation
- Search Tips
- Common Tool Names
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.
