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

Features

Topic Description Reference
Forge build & test forge build, forge test, snapshot, gas report, fuzz features-forge-build-test
Forge fmt forge fmt, [fmt] config, --check features-forge-fmt
Related skills
Installs
2
GitHub Stars
3
First Seen
Feb 28, 2026