What problem does it solve? When working in an environment with many custom tools (Paseo plugins, pi extensions, shared skills), it is hard to know which tool handles a given task or whether one exists at all. This Skill reads the generated capability map and routes each task to the right tool, with a staleness check to avoid trusting outdated entries. ## Core Features & Use Cases - Capability Map Routing: Reads ~/.agents/capabilities.md and matches the task to Paseo plugins, pi extensions, or shared skills with invocation details. - Staleness Safety Net: Verifies the manifest's listed paths exist before trusting any entry, and reruns gen-capabilities.py to regenerate the map when entries are stale. - Structured Route Output: Produces a concise route listing one to three matching tools with trigger, location, and invocation method. - Use Case: You wonder whether there is a tool for saving step plans. The Skill checks the map, finds the paseo-steps-viewer MCP tools (save_steps, update_steps, list_steps), and tells you exactly how to invoke them. ## Quick Start Ask the agent to check the capability map and tell you which tool handles saving step plans.