What problem does it solve? Developers building Flare Confidential Compute (FCC) extensions face a complex multi-layer system: Trusted Execution Environments, on-chain registries, instruction routing, attestation, and reproducible builds. This Skill provides the domain knowledge and step-by-step guidance needed to design, deploy, and troubleshoot TEE extensions without prior FCC experience. ## Core Features & Use Cases - Architecture Guidance: Explains the instruction lifecycle, the TeeExtensionRegistry/TeeMachineRegistry contracts, the InstructionSender pattern, and the OPType/OPCommand routing model that links Solidity contracts to in-enclave handlers. - Deployment Walkthroughs: Covers the full Coston2 lifecycle for the fce-extension-scaffold, fce-sign, and fce-weather-insurance repos, including ngrok proxy setup, code-hash whitelisting, governance registration, and attestation. - 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 that fetches weather data inside a TEE and settles policies on-chain; this Skill explains the contract, handler, signature verification, 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.