What problem does it solve? Starting a new FastEdge edge-computing project requires knowing the correct directory structure, build configuration, SDK dependencies, and runtime constraints for WebAssembly targets. This Skill removes that guesswork by generating complete, working project skeletons tailored to the chosen app type, language, and features. ## Core Features & Use Cases - Guided intake: Collects app type (HTTP handler vs CDN Proxy-WASM filter), language (TypeScript, JavaScript, Rust, AssemblyScript), and project name before writing any code, avoiding wrong assumptions. - Blueprint-based generation: Combines a base skeleton with feature blueprints (KV store, A/B testing, JWT auth, geo-routing, header manipulation, outbound fetch) containing real working code extracted from FastEdge SDK examples. - Platform safety checks: Enforces AssemblyScript constraint rules for CDN apps and runs a Rust logging self-check that rewrites stderr macros to stdout so FastEdge log capture works. - Use Case: Ask for a CDN auth filter in Rust with JWT validation, and receive a complete project with Cargo.toml, Proxy-WASM filter code, build commands, and follow-up offers to add tests and debug fixtures. ## Quick Start Ask the agent to scaffold a new FastEdge project, for example by saying you want an HTTP app in TypeScript called my-api with KV store access.