evm-cortex
Solidity development, security auditing, and DeFi deployment workflows
All Skills in This Repository (89)
Pure Emerald Level Indicatorsuniswap-v3-expert
Plan Uniswap V3 liquidity strategies and swap routing for token pairs.
staking-reward-patterns
Distribute staking rewards per second with a rewardPerToken mechanism.
delegate-call-risks
Identify delegatecall risks in Solidity proxy contracts.
fuzzing-patterns
Write robust fuzz tests for Solidity smart contracts using Foundry.
signature-vulnerabilities
Identify and mitigate signature vulnerabilities in Solidity smart contracts.
create2-patterns
Determine deterministic Ethereum smart contract deployment addresses using CREATE2.
uniswap-math
Computes Uniswap-style concentrated-liquidity math for Solidity contracts.
denial-of-service
Identifies denial-of-service risks in Solidity contracts from unsafe iteration patterns.
error-handling
Standardizes Solidity custom errors and revert patterns for gas efficiency and debuggability.
proxy-patterns
Selects upgradeable proxy patterns for smart contracts based on specified requirements.
l2-deployment
Deploy Solidity contracts to Base, Optimism, and Arbitrum using Foundry scripts.
erc4626-patterns
Design and implement ERC-4626 compliant tokenized vaults with secure share math.
Frequently Asked Questions
FAQPage SchemaHow to install EVM Cortex?βΌ
Run `npx skills add ccashwell/evm-cortex --all -g -y` in your terminal to install all agents, skills, hooks, and rules globally.
How to audit a smart contract with EVM Cortex?βΌ
Ask your agent to run an audit and it will orchestrate the audit pipeline in Light, Core, or Thorough mode, including the 12-agent Pashov pipeline and the accounting-first Simao pipeline with Foundry PoCs for High findings.
Does EVM Cortex work with Claude Code, Codex, and Cursor?βΌ
Yes. It ships dedicated installers for Claude Code, Codex CLI, Cursor, and OpenClaw, and all skills follow the standard SKILL.md format.
What tools does EVM Cortex require?βΌ
Foundry is required for testing and deployment, Slither is recommended for static analysis, and Medusa plus Echidna are needed for the fizz fuzzing workflow.
Can EVM Cortex generate fuzz tests automatically?βΌ
Yes. The fizz skill generates a complete Echidna and Medusa invariant suite with handlers, ghost variables, and English-language properties, while fizz-sync keeps it updated after source changes.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core