Ethskills
Agent skills, autonomous agents, and MCP-companions for programming
npx -y skills add DROOdotFOO/agent-skills --skill ethskillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Ethereum ecosystem tooling and standards reference. TRIGGER when: asking about Ethereum development tools, framework selection, RPC providers, block explorers, EIP/ERC standards, or general Web3 development workflow. DO NOT TRIGGER when: writing or auditing Solidity code (use solidity-auditor skill), or working with Noir/ZK circuits (use noir skill).
SKILL.md
2.4 KB, as published. Nobody here has run it
ethskills
Ethereum ecosystem tooling, framework selection, and standards reference. For Solidity code and auditing, use solidity-auditor. For ZK/Noir, use noir.
What You Get
- Framework comparison (Foundry vs Hardhat vs Scaffold-ETH 2)
- RPC provider, block explorer, and faucet reference
- EIP/ERC standards lookup with status and usage guidance
- Blockscout MCP and abi.ninja tool patterns
When to use
This skill activates for ecosystem-level questions: which tools to use, how to configure infrastructure, which standards apply, where to find resources.
When NOT to use
- For Solidity code or security auditing -- use solidity-auditor
- For Noir/ZK circuit design -- use noir
- For non-Ethereum languages -- use droo-stack
See also
blockscout-- full Blockscout MCP tool reference (16 tools, usage patterns)coingecko-- crypto market data, token prices, DEX pools, trending tokenssentinel-- automated on-chain contract monitoring with alert rulessolidity-auditor-- for EIP/ERC implementation guidance and security reviewnoir-- for ZK circuit patterns and Aztec contract integrationzk-x-ray-- for pre-EIP audit briefings on ZK + EVM hybrid protocolsdesign-ux-- for dApp frontend design patterns
Reading guide
| Question | Read |
|---|---|
| Foundry commands, Blockscout MCP, abi.ninja | tools |
| Foundry vs Hardhat vs Scaffold-ETH 2 | stack-selection |
| RPC providers, block explorers, faucets | rpc-explorers |
| EIP/ERC standards reference | standards |
| Full Blockscout MCP tool reference | blockscout skill |
| Token prices, DEX pools, market data | coingecko skill |