solidity skills

58 tagged solidity, measured the same way as everything else here.

Browse within: smart-contracts 20lsp 17blockchain 15ethereum 15defi 13gas-optimization 12evm-blockchain 11audit 10smart-contract 9web3 9mythril 8slither 8evm 5typescript 5

cdump/evmole

Skill Claude CodeCodex

Analyze supplied deployed EVM runtime bytecode with EVMole or guide a separate application in integrating a published EVMole Rust, Go, Python, or JavaScript binding. Use for unverified-contract inspection, ABI reconstruction from runtime code, selector discovery, storage-access analysis, EVM control-flow inspection…

461 17d ago A 135 tokens original MIT

lidofinance/staking-modules

Skill Claude CodeCodex

Update the current-branch GitHub PR title, description, and labels with gh CLI using this repository's PR template. Use when asked to inspect template/labels and apply concise PR metadata updates.

114 4d ago A 44 tokens GPL-3.0

neus-integrate

05

neus/network

Skill Claude CodeCodex

Add NEUS access control to a host app. Install the SDK, drop in the gate widget, wire the server check, and test the flow. Use when a developer wants to gate content, sell access, or add proof-based checks to their application.

24 yesterday A 56 tokens original Apache-2.0

neus-setup

06

neus/network

Skill Claude CodeCodex

Add the hosted NEUS endpoint, sign in, and reuse profile, agents, and proofs.

24 yesterday A 24 tokens original Apache-2.0

neus-trust-workflow

07

neus/network

Skill Claude CodeCodex

Checks identity, permissions, and reusable proofs before sensitive assistant actions. Use when verifying authority, mounting a Trusted Agent, managing Vault secrets, or when the user asks for NEUS Verify.

24 yesterday A 44 tokens original Apache-2.0

bobmatnyc/mcp-skillset

Skill Claude CodeCodex

Production-grade Web3 development with Solidity smart contracts, ethers.js/web3.js integration, DApp architecture, security patterns, and AI-enhanced blockchain development (ChatWeb3, Aider + Gemini 2024).

20 5mo ago A 49 tokens original MIT archived

programmablehq/PROGRAMMABLE

Skill Claude CodeCodex

Build, repair, validate, submit, or track a complete Programmable Uniswap v4 Custom launch through the public V3 API. Use when the user names Programmable and wants implementation or launch work for a hook, token, multi-contract graph, app, game, service, or hybrid. Do not use for explanation-only questions, unrelated…

12 yesterday A 90 tokens

token-launcher

11

clawd800/pumpclaw

Skill Claude CodeCodex

Revenue infrastructure for autonomous AI agents on Base. Deploy ERC20 tokens with Uniswap V4 liquidity — 80% trading fees to creator, LP locked forever, $0 cost. 148 tokens live. Own contracts (no Clanker dependency). Direct blockchain calls = zero downtime. CLI, MCP server, or smart contract.

7 4mo ago A 69 tokens

compiler-optimizer

12

zaryab2000/decipher-gas-optimizoor

Skill Claude CodeCodex

Analyzes foundry.toml optimizer configuration for Foundry-based Solidity projects. Detects suboptimal optimizerruns settings relative to contract call frequency, missing viair flag for complex contracts, and outdated Solidity versions missing built-in optimizer gains. Covers CO-001 (optimizerruns tuning), CO-002…

7 6mo ago A 113 tokens original MIT

deployment

13

zaryab2000/decipher-gas-optimizoor

Skill Claude CodeCodex

Detects deployment cost inefficiencies in Solidity: factory patterns that deploy full contracts when ERC-1167 minimal proxies would suffice, non-payable admin functions with unnecessary ETH check overhead, dead code paths inflating bytecode, and opportunities for vanity addresses via CREATE2 for high-frequency…

7 6mo ago A 107 tokens original MIT

storage-layout

14

zaryab2000/decipher-gas-optimizoor

Skill Claude CodeCodex

Detects storage slot inefficiencies in Solidity contracts: struct packing gaps, suboptimal field ordering, mapping-vs-array tradeoffs, SSTORE2 for large static data, transient storage for within-transaction state, and batch mutation patterns. Use when writing or reviewing struct definitions, state variable…

7 6mo ago A 130 tokens original MIT

dirtybits/agent-skills

Skill Claude CodeCodex

Production-grade Ethereum/EVM development workflow for smart contracts, dApps, transactions, clients, gas optimization, testing, security review, deployment, verification, monitoring, and incident response across Foundry, Hardhat, Solidity, TypeScript, viem, ethers, wagmi, and common EVM networks.

2 1mo ago A 64 tokens original MIT

pentagonal

17

Pentagonal-ai/pentagonal

Skill Claude CodeCodex

Smart contract security auditor and deployment assistant. Generates, audits, and deploys Solidity/Rust smart contracts with AI-powered vulnerability detection across EVM and Solana chains.

1 1mo ago A 36 tokens original MIT

pentagonal-clawd

18

Pentagonal-ai/pentagonal

Skill Claude CodeCodex

Use when the user asks to create, generate, build, audit, fix, compile, or look up smart contracts and tokens. Pentagonal Clawd is a sovereign smart contract forge and token intelligence platform with AI-powered 8-agent security pen testing across Ethereum, Solana, Polygon, Base, Arbitrum, Optimism, and BSC.

1 1mo ago A 75 tokens original MIT

methods

19

asyncswap/skills

Skill Claude CodeCodex

Per-method config schema for every LSP method lsp-bench supports. Lists every key valid under each methods. : block — required, optional, type, default. Use to validate what a method's config can or cannot do.

1 4mo ago A 54 tokens original MIT

code-cleanup

20

asyncswap/skills

Skill Claude CodeCodex

Fix Solidity code quality issues using LSP diagnostics and structural analysis. Reacts to live diagnostics (naming, gas, safety, unused imports) published by the Solidity Language Server, and uses LSP findReferences for safe cross-file renames. Detects dead code via LSP reference counting. Use when asked to clean up…

1 4mo ago A 78 tokens original MIT

poc-generator

21

asyncswap/skills

Skill Claude CodeCodex

Generate Foundry proof-of-concept tests that validate HIGH and CRITICAL security findings from entrypoint analysis. Produces runnable Solidity test files with attack contracts, setup scaffolding, and pass/fail assertions. Use after running entrypoint-analysis or call-analysis when findings need validation.

1 4mo ago A 59 tokens original MIT