ccashwellccashwellCommunityΒ·89 Agent Skills Included

evm-cortex

Solidity development, security auditing, and DeFi deployment workflows

Builds, tests, audits, and deploys Ethereum smart contracts through 50 specialized roles and 95 domain skills. Covers Foundry testing, fuzz suite generation, multi-agent audit pipelines, gas optimization, and Uniswap integration. Eliminates manual security review setup, missed edge cases, and inconsistent audit coverage across protocol codebases. Enforces security-first conventions like checks-effects-interactions, SafeERC20, and verified contract addresses automatically.
npx skills add ccashwell/evm-cortex --all -g -y
Available:

Instructs the agent to route each Solidity, security, testing, or DeFi task to the correct specialist sub-agent, enforce security-first rules, and run the appropriate audit pipeline mode.

All Skills in This Repository (89)

Pure Emerald Level Indicators
πŸ“¦ In Repo
ccashwellccashwell

uniswap-v3-expert

Plan Uniswap V3 liquidity strategies and swap routing for token pairs.

Community
Intermediate
πŸ“¦ In Repo
ccashwellccashwell

staking-reward-patterns

Distribute staking rewards per second with a rewardPerToken mechanism.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

delegate-call-risks

Identify delegatecall risks in Solidity proxy contracts.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

fuzzing-patterns

Write robust fuzz tests for Solidity smart contracts using Foundry.

Community
Intermediate
πŸ“¦ In Repo
ccashwellccashwell

signature-vulnerabilities

Identify and mitigate signature vulnerabilities in Solidity smart contracts.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

create2-patterns

Determine deterministic Ethereum smart contract deployment addresses using CREATE2.

Community
Intermediate
πŸ“¦ In Repo
ccashwellccashwell

uniswap-math

Computes Uniswap-style concentrated-liquidity math for Solidity contracts.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

denial-of-service

Identifies denial-of-service risks in Solidity contracts from unsafe iteration patterns.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

error-handling

Standardizes Solidity custom errors and revert patterns for gas efficiency and debuggability.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

proxy-patterns

Selects upgradeable proxy patterns for smart contracts based on specified requirements.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

l2-deployment

Deploy Solidity contracts to Base, Optimism, and Arbitrum using Foundry scripts.

Community
Advanced
πŸ“¦ In Repo
ccashwellccashwell

erc4626-patterns

Design and implement ERC-4626 compliant tokenized vaults with secure share math.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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→