Use when writing or auditing Solidity AMMs, LP vaults, or swap/deposit/withdraw flows. Covers vulnerable-vs-hardened pairs for reentrancy/CEI, donation-inflation share math, TWAP oracles, slippage and deadlines, SafeERC20/Ownable2Step/FullMath, and slither/echidna/forge fuzz commands.
$npx -y skills add mixard/fable-pack --skill defi-amm-securityInstalls into the current project.
Run `npx skills use "https://github.com/mixard/fable-pack" --skill "mixard/fable-pack/defi-amm-security"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mixard/fable-pack" that are relevant to the current task. Run `npx skills add "https://github.com/mixard/fable-pack"` and select the relevant skills, then follow their instructions.