What problem does it solve? Developers building WebAssembly apps on Gcore FastEdge need accurate answers about SDK APIs, runtime constraints, error codes, and CDN proxy-wasm patterns without digging through scattered repositories and documentation sources. ## Core Features & Use Cases - SDK Reference Lookup: Provides JavaScript, Rust, and AssemblyScript SDK API details including KV store, secrets, cache, and dictionary host services. - Platform Guidance: Explains error codes 530-533, resource limits, CDN integration, and operational behaviors like the 30-minute debug logging toggle. - Runtime Constraint Awareness: Documents StarlingMonkey JS runtime limitations, AssemblyScript compile-time pitfalls, and proxy-wasm hook state isolation rules. - Use Case: When you ask how to implement rate limiting in a FastEdge JS app, the Skill reads the cache and SDK references and returns working code using Cache.incr with TTL-based expiry. ## Quick Start Ask how to use the FastEdge KV store or why your edge app returns a 531 error.