What problem does it solve? Developers building on Flare Confidential Compute face a complex architecture spanning Trusted Execution Environments, on-chain registries, attestation, and reproducible builds, with little consolidated guidance on how the pieces fit together. ## Core Features & Use Cases - Architecture Guidance: Explains the instruction lifecycle, the TeeExtensionRegistry and TeeMachineRegistry contracts, the InstructionSender pattern, and the OPType/OPCommand routing model. - Deployment Walkthroughs: Covers the full Coston2 deployment lifecycle (pre-build, start services, post-build, test) for the fce-extension-scaffold, fce-sign, and fce-weather-insurance reference repos, including attestation and code-hash whitelisting. - Troubleshooting Reference: Documents common failure modes such as Verification.ChallengeExpired, InvalidGovernanceHash, and code hash mismatches with their fixes. - Use Case: A developer wants to build a parametric insurance extension that fetches weather data inside a TEE and settles policies on-chain; this Skill explains the contract, handler, and registration steps end to end. ## Quick Start Ask how to build and deploy a Flare Confidential Compute extension on Coston2 using the fce-extension-scaffold.