.claude/skills/smart-routing/SKILL.md
Enrutamiento inteligente de comandos y descubrimiento de herramientas para 400+ comandos
npx skillsauth add gonzalezpazmonica/pm-workspace smart-routingInstall 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.
Intelligent command discovery and routing for large tool catalogs. Maps user intent to relevant command categories, loads only necessary tools, maintains usage frequency for Top-20 prioritization.
Parse user request to identify primary and secondary intents:
User: "¿Cómo está el sprint?"
→ Primary: sprint status tracking
→ Category: PM Operations
→ Tools: [sprint-status, board-flow, daily-routine]
Implemented in Step 1 (input analysis):
Maintain data/tool-usage.jsonl with:
{ "command": "sprint-status", "count": 47, "last_used": "2026-03-06T15:30:00Z", "category": "pm" }
Update after each command execution.
Always available commands (never unloaded):
Loaded only when explicitly searched or category active:
/tool-search or /tool-catalogcategories:
pm: [pbi-*, sprint-*, capacity-*, project-*]
dev: [spec-*, dev-*, arch-*, code-*]
infra: [infra-*, pipeline-*, deploy-*, env-*]
reporting: [report-*, audit-*, track-*, metric-*]
communication: [scheduled-*, notify-*, chat-*]
compliance: [security-*, compliance-*, aepd-*, equality-*]
discovery: [discovery-*, jtbd-*, prd-*, rules-*]
admin: [plugin-*, agent-*, profile-*, config-*]
usage_tracking: data/tool-usage.jsonl
command_metadata: .claude/commands/*.md
skill_metadata: .claude/skills/*/SKILL.md
agent_metadata: .claude/agents/*.md
/tool-search — Explicit search activation/tool-catalog — Browse categoriestesting
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.