← Back to list

foundry
by jacobhjkim
⭐ 0🍴 0📅 Nov 14, 2025
SKILL.md
name: foundry description: Ethereum development with foundry (forge, cast, anvil)
When to Use This Skill
This guide covers how we write Solidity code for Ehtereum programs with foundry (forge, cast, anvil)
References
Check appropriate references before getting started.
Forge
| Need to... | Read this resource |
|---|---|
understand how to use forge for testing | forge-test-overview.md |
write tests in Solidity with forge | forge-writing-tests.md |
| use cheatcodes to manipulate blockchain state | forge-test-cheatcodes.md |
| debug tests with detailed call traces | forge-test-traces.md |
| test with randomized inputs (fuzz testing) | forge-fuzz-testing.md |
| organize test cases in table format | forge-table-testing.md |
| test protocol invariants | forge-invariant-testing.md |
| replay test failures | forge-replay-testing.md |
| test against live blockchain state (forking) | forge-fork-testing.md |
| deploy smart contracts | forge-deploy.md |
| generate gas consumption reports | forge-gas-reports.md |
| capture gas snapshots for functions | forge-gas-function-snapshots.md |
| capture gas snapshots for code sections | forge-gas-section-snapshots.md |
| lint Solidity code | forge-linting.md |
| use Forge Standard Library utilities | forge-std.md |
Cast
| Need to... | Read this resource |
|---|---|
| use cast for Ethereum interactions | cast-overview.md |
Anvil
| Need to... | Read this resource |
|---|---|
| run a local Ethereum development node | anvil-overview.md |
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon