What problem does it solve? This Skill acts as a parent-level router that dispatches productivity tasks to the correct specialized sub-skill, eliminating the need to manually choose among ten different automation tools for forms, notebooks, maps, documents, and content platforms. ## Core Features & Use Cases - Automatic Sub-Skill Routing: Discovers and delegates requests to ten child skills (chinese-form-automation, jupyter-live-kernel, maps, markitdown-convert, notebooklm-cli, notion, obsidian, powerpoint, webhook-subscriptions, youtube-content) via the Hermes skill loading mechanism. - Contract-Based Validation: Enforces input/output contracts, boundary checks, and structured error recovery for every routed request. - Golden Test Set: Ships executable routing test cases covering normal dispatch and unknown-capability error paths. - Use Case: A user asks to generate a PowerPoint deck; the parent skill routes the request to the powerpoint sub-skill without hardcoding any presentation logic itself. ## Quick Start Ask the assistant to handle a productivity task such as generating a PPT or converting a PDF to Markdown, and it will route the request to the matching sub-skill automatically.