What problem does it solve? Working with Gcore FastEdge in Codex requires knowing whether a request needs documentation lookup or actual build/deploy execution, and which specialized skill should handle it. This core skill acts as the routing layer that directs each FastEdge request to the right task skill while enforcing a strict separation between local docs retrieval and MCP-backed execution. ## Core Features & Use Cases - Task Routing: Directs requests to specialized skills for scaffolding, deploying, managing, testing, debugging, live-testing, and documentation lookup. - Docs-First Retrieval: Uses a docs index with topic IDs, tags, and line ranges to answer FastEdge API and concept questions with minimal context loading. - MCP Execution Protocol: Coordinates build, deploy, and manage operations through the FastEdge MCP server, with clear diagnostics when MCP is unavailable. - Use Case: A developer asks to deploy a new Wasm edge app; the skill routes the request to the deploy skill, which uses MCP tools like build-wasm and upload-binary, while a separate question about FastEdge API concepts is answered from local indexed docs. ## Quick Start Ask to create and deploy a new FastEdge app, and the skill will route your request to the appropriate scaffold and deploy skills backed by the FastEdge MCP server.