What problem does it solve?
This Skill enforces an MCP-first decision process to avoid ad-hoc tool selection, reduce failed plugin attempts, and ensure reliable fallbacks when plugins are unavailable or unauthenticated.
Core Features & Use Cases
- Priority Decision Tree: Chooses MCP plugins first for supported operations and defines clear fallback behavior to built-in tools when plugins fail.
- Plugin Quick Reference: Lists transport, key tool names, and agent mappings for common MCPs like context7, playwright, eslint, postgres-mcp, redis-mcp, github, and semantic-memory.
- Operational Guidance: Documents auth, config, and usage patterns for semantic-memory and maps common operations (linting, DB queries, UI checks) to preferred MCPs and safe fallbacks.
- Use Case: A developer requests a UI verification screenshot, the Skill routes to playwright if available, otherwise falls back to a manual browser check instruction.
Quick Start
Use the mcp-tools skill to prefer MCP plugins for operations and automatically fall back to built-in tools when plugins are unavailable or fail.