fhevm
v3.4.0Production-ready skill for Zama fhEVM confidential smart contracts. Scaffold, audit, and migrate encrypted contracts using @fhevm/solidity v0.11+ and @zama-fhe/relayer-sdk v0.4+. Commands: /fhevm:scaffold, /fhevm:audit, /fhevm:migrate.
by LaolexMIT0updated 2 months ago
Source
git clone https://github.com/Laolex/fhevm-agent-skillClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Production-ready agent skill for FHEVM confidential smart contracts (Zama Protocol). Full development workflow: architecture, setup, contracts, testing, deployment, frontend. Covers: encrypted types (euint8/16/32/64/128, ebool, eaddress), all FHE ops, ACL (allowThis/allow/allowTransient/allowPublic), input proofs, re-encryption, public decryption, oracle callbacks, ERC-7984 confidential tokens, OpenZeppelin Confidential Contracts, @fhevm/solidity v0.11+. Frontend SDKs: @zama-fhe/relayer-sdk v0.4 (legacy primitives) AND @zama-fhe/sdk v3 / @zama-fhe/react-sdk v3 (new — ZamaSDK, Token API, 59 hooks). HCU cost table for every operation and type. relayer-sdk 0.4.1 pin conflict resolution. Agentic commands: /fhevm scaffold (full Vercel-deployable project from spec), /fhevm audit (ACL/anti-pattern review + auto-fix), /fhevm migrate (TFHE→FHE rewrite). Validated against Claude Code, Cursor, and Windsurf.
Manifests1
{
"name": "fhevm",
"description": "Production-ready skill for Zama fhEVM confidential smart contracts. Scaffold, audit, and migrate encrypted contracts using @fhevm/solidity v0.11+ and @zama-fhe/relayer-sdk v0.4+. Commands: /fhevm:scaffold, /fhevm:audit, /fhevm:migrate.",
"version": "3.4.0",
"author": {
"name": "Laolex"
},
"homepage": "https://github.com/Laolex/fhevm-agent-skill",
"repository": "https://github.com/Laolex/fhevm-agent-skill",
"license": "MIT"
}