foundry
Installation
SKILL.md
Skill based on Foundry (foundry-rs/foundry), generated 2026-02-09. User docs: https://getfoundry.sh, book: https://book.getfoundry.sh
Foundry is a fast, portable Ethereum dev toolkit (Rust): Forge (build, test, fuzz, deploy), Cast (EVM interaction), Anvil (local node), Chisel (Solidity REPL). This skill focuses on agent capabilities — architecture, cheatcodes, scripting, debugging, custom networks, and the linter — from the in-repo dev docs.
Core References
| Topic | Description | Reference |
|---|---|---|
| Architecture | evm, config, cli crates; where cheatcodes and CLI live | core-architecture |
| Cheatcodes | Vm address, Inspector, adding cheatcodes, Cheatcode trait, JSON spec | core-cheatcodes |
| Config | foundry.toml, profiles, compiler, paths, remappings | core-config |
| Project layout | forge init, src, test, script, lib | core-project-layout |