skills/thetoolforthat/SKILL.md
Guide for discovering 540+ developer tools, design resources, AI platforms, and agencies using the thetoolforthat MCP server. Use when asked to find tools for a project, recommend tech stack components, discover design agencies, or search for specific tool categories.
npx skillsauth add pipeabellos/thetoolforthat thetoolforthatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill teaches you how to effectively use the thetoolforthat MCP server to help users discover developer tools, design resources, AI platforms, agencies, and more from a curated collection of 540+ resources.
| Tool | Description | When to Use |
|------|-------------|-------------|
| search-tools | Search by keyword, tool name, or category | User asks for specific tools or searches by name |
| list-categories | List all categories and subcategories | User wants to explore what's available |
| get-tools-by-category | Get all tools in a category | User wants everything in a specific category |
| recommend-tools | Get recommendations for a use case | User describes what they're building |
search-tools)Best for finding specific tools or searching by keywords.
Parameters:
query (required): Search term - can be a keyword, tool name, or categorycategory (optional): Filter results to a specific categorylimit (optional): Maximum results (default: 20)Example queries:
list-categories)Returns the complete taxonomy of categories and subcategories. Use this first when users want to explore or aren't sure what they need.
No parameters required.
get-tools-by-category)Returns all tools in a specific category or subcategory.
Parameters:
category (required): Category or subcategory name (case-insensitive, partial match)Example categories:
recommend-tools)Analyzes a use case description and returns relevant tools ranked by relevance.
Parameters:
useCase (required): Description of what the user is building or needsExample use cases:
recommend-tools with their descriptionsearch-tools with their querylist-categories to show available optionsget-tools-by-categoryWhen presenting tools to users:
**[Tool Name](url)** - Brief description
Category: Main Category > Subcategory
For multiple recommendations, group by category:
## Animation Tools
**[Rive](https://rive.app/)** - Design and animation tool for interactive motion-based designs
**[Motion](https://motion.dev/)** - JavaScript animation library for fluid, interactive animations
## Component Libraries
**[shadcn/ui](https://ui.shadcn.com/)** - Customizable React components built on Radix UI
The collection is organized into these main categories:
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.