What problem does it solve? AI training data goes stale, so answers about fast-moving APIs, SDKs, frameworks, and deployment platforms are often wrong. This Skill routes questions to current official documentation and configured local operational context instead of relying on memory. ## Core Features & Use Cases - Source-ordered lookup: Prioritizes configured local context, repo docs, official product docs, API references, and release notes over community sources. - Local operational routing: Resolves environment-specific questions such as private DNS or Cloudflare record ownership and credential storage locations via the configured local context file, without exposing secrets. - Safe handoff boundaries: Identifies the source of truth, then hands infrastructure inspection or mutation to operator skills like infra-ops or launchplane. - Use Case: When asked how to add a Bing verification CNAME for a product domain, the Skill locates the private DNS authority through local context routing, then directs live record changes to the infra-ops operator skill. ## Quick Start Ask the agent to look up the current official documentation for the library, API, or platform your task depends on before making any changes.