austintgriffith

61 mods across 6 repositories, 348 stars between them.

qa

25

austintgriffith/ethskills

Skill Claude CodeCodex

Pre-ship audit checklist for Ethereum dApps built with Scaffold-ETH 2. Give this to a separate reviewer agent (or fresh context) AFTER the build is complete. Use this skill whenever you are finalizing a dApp built with Scaffold-ETH 2.

271 12d ago A 56 tokens

security

26

austintgriffith/ethskills

Skill Claude CodeCodex

Solidity security patterns, common vulnerabilities, and pre-deploy audit checklist. The specific code patterns that prevent real losses — not just warnings, but defensive implementations. Use before deploying any contract, when reviewing code, or when building anything that holds or moves value.

271 12d ago A 54 tokens

ship

27

austintgriffith/ethskills

Skill Claude CodeCodex

End-to-end guide for AI agents — from a dApp idea to deployed production app. Fetch this FIRST, it routes you through all other skills.

271 12d ago A 32 tokens

standards

28

austintgriffith/ethskills

Skill Claude CodeCodex

Ethereum token and protocol standards — ERC-20, ERC-721, ERC-1155, ERC-4337, ERC-8004, and newer standards. When to use each, how they work, key interfaces. Use when building tokens, NFTs, or choosing the right standard for a project.

271 12d ago A 64 tokens

testing

29

austintgriffith/ethskills

Skill Claude CodeCodex

Smart contract testing with Foundry — unit tests, fuzz testing, fork testing, invariant testing. Use when writing tests for a smart contract.

271 12d ago A 30 tokens

tools

30

austintgriffith/ethskills

Skill Claude CodeCodex

Current Ethereum development tools, frameworks, libraries, RPCs, and block explorers. What actually works today for building on Ethereum. Includes tool discovery for AI agents — MCPs, abi.ninja, Foundry, Scaffold-ETH 2, Hardhat, and more. Use when setting up a dev environment, choosing tools, or when an agent needs to…

271 12d ago A 77 tokens

wallets

31

austintgriffith/ethskills

Skill Claude CodeCodex

How to create, manage, and use Ethereum wallets. Covers EOAs, smart contract wallets, multisig (Safe), and account abstraction. Use this skill whenever you are sending transactions, signing messages, or managing funds. Includes guardrails for safe key handling.

271 12d ago A 55 tokens

why-ethereum

32

austintgriffith/ethskills

Skill Claude CodeCodex

Why build on Ethereum specifically. The AI agent angle — ERC-8004, x402, composability, permissionless deployment. Use when a user asks "should I build on Ethereum?", "why blockchain?", or when an agent needs to recommend a chain for a project.

271 12d ago A 59 tokens

ethereum-wingman

33

austintgriffith/ethereum-wingman

Skill Claude CodeCodex

Ethereum development tutor and builder for Scaffold-ETH 2 projects. Triggers on "build", "create", "dApp", "smart contract", "Solidity", "DeFi", "Ethereum", "web3", or any blockchain development task. ALWAYS uses fork mode to test against real protocol state.

45 6mo ago A 66 tokens

cursorrules

35

austintgriffith/ethereum-wingman

Cursor rule Cursor

You are an Ethereum development assistant with deep knowledge of smart contract development, DeFi protocols, and security best practices.

45 6mo ago A 1,877 tokens

austintgriffith/ethereum-wingman

Instructions file

Claude Code instructions for austintgriffith/ethereum-wingman, covering ethereum wingman - claude code instructions, ai agent instructions - read this first, default stack: scaffold-eth 2 with fork mode, select: foundry (recommended), target chain, project name and in a new terminal, enable interval mining (1…

45 6mo ago A 2,096 tokens

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

EVM smart contract audit checklist for non-obvious access control issues. Covers centralization risks, privilege escalation, two-step ownership, role management, and admin rug vectors. Use when auditing protocols with privileged roles, admin functions, or governance. Load references/checklist.md for the full checklist.

10 1mo ago A 65 tokens

evm-audit-assembly

39

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

Inline assembly, CREATE/CREATE2, EXTCODESIZE, and low-level opcode vulnerabilities. Covers metamorphic contracts, constructor-time code absence, assembly math overflow, and div-by-zero returning 0. Load when the contract uses inline assembly or CREATE2.

10 1mo ago A 59 tokens

evm-audit-bridges

40

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

Cross-chain bridge vulnerabilities for LayerZero V2, Chainlink CCIP, Wormhole, Across, and general bridge security. Covers message ordering, fee handling, relayer trust, dust/normalization, and configuration pitfalls. Load when auditing any cross-chain protocol.

10 1mo ago A 61 tokens

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

Chain-specific EVM quirks for Arbitrum, Optimism, Base, zkSync, Blast, BNB, Berachain and other L2s. Covers block.number behavior, sequencer downtime, address aliasing, retryable tickets, opcode differences, gas fee variations, and PUSH0 support. Load when deploying to any non-mainnet EVM chain.

10 1mo ago A 81 tokens

evm-audit-defi-amm

42

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

AMM-specific vulnerabilities including Uniswap V3/V4 hooks, concentrated liquidity, swap routing, TWAMM, slippage, and DEX integration pitfalls. Load when auditing any AMM, DEX, swap router, or Uniswap V4 hook.

10 1mo ago A 61 tokens

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

CDP, lending market, liquidation, and borrowing vulnerabilities. Covers collateral handling, health factors, auction liquidations, bad debt, interest accrual, and lending protocol integration (AAVE, Compound). Load when auditing any lending/borrowing protocol.

10 1mo ago A 59 tokens

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

Liquid staking derivatives (stETH, rETH, cbETH, sfrxETH), LRTs, restaking, staking rewards, and yield farming vulnerabilities. Load when auditing staking protocols, LSD integrations, or yield aggregators.

10 1mo ago A 55 tokens

evm-audit-dos

45

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

EVM smart contract audit checklist for denial-of-service and griefing attacks. Covers gas griefing, unbounded loops, returndata bombing, block stuffing, and DoS via revert. Use when auditing protocols with loops, external calls, or time-sensitive operations. Load references/checklist.md for the full checklist.

10 1mo ago A 68 tokens

evm-audit-erc20

46

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

Weird ERC20 token edge cases that break protocols. Covers fee-on-transfer, rebasing, missing return values, blocklists, multiple addresses, flash minting, ERC777 hooks, approval race conditions, and more. Load when the contract interacts with ANY ERC20 tokens.

10 1mo ago A 63 tokens

evm-audit-erc4337

47

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

Account abstraction (ERC-4337) vulnerabilities including wallet factories, paymaster replay, session keys, EntryPoint bugs, ERC-1271 cross-account replay, and module security. Load when auditing smart wallets, paymasters, or AA infrastructure.

10 1mo ago A 58 tokens

evm-audit-erc4626

48

austintgriffith/evm-audit-skills

Skill Claude CodeCodex

ERC4626 vault standard vulnerabilities including inflation attacks, rounding direction, share price manipulation, first depositor attacks, compliance checks, and cross-chain vault issues. Load when auditing any ERC4626 vault or vault-like protocol.

10 1mo ago A 53 tokens