What problem does it solve? Developers building on Flare Confidential Compute face a complex multi-layer system—TEE machines, on-chain registries, instruction routing, attestation, and reproducible builds—with little room for error, and this Skill consolidates that domain knowledge into actionable guidance. ## Core Features & Use Cases - Extension Architecture Guidance: Explains the instruction lifecycle, the InstructionSender contract pattern, the OPType/OPCommand routing model, and the 4-step action handler pattern (decode, validate, execute, build result). - Deployment Walkthroughs: Covers the full Coston2 lifecycle for the fce-extension-scaffold, fce-sign, and fce-weather-insurance repos, including ngrok proxy setup, TEE registration, governance configuration, and code-hash whitelisting. - Troubleshooting Reference: Documents common failure modes such as Verification.ChallengeExpired, InvalidGovernanceHash, MachineManager.TooMany, and code-hash mismatches with their fixes. - Use Case: A developer wants to build a parametric insurance extension where a TEE fetches OpenWeatherMap data and signs settlement results; this Skill explains the contract, handler, attestation, and deployment steps end to end. ## Quick Start Ask how to build and deploy a Flare Confidential Compute extension on Coston2 using the fce-extension-scaffold.