foundry-testing
Installation
SKILL.md
Foundry Testing & Script Skill
Rules and patterns for Foundry tests. Find examples in the actual codebase.
Bundled References
| Reference | Content | When to Read |
|---|---|---|
.claude/skills/foundry-testing/references/test-infrastructure.md |
Constants, defaults, mocks | When setting up tests |
.claude/skills/foundry-testing/references/cheat-codes.md |
Common cheatcode patterns | When using vm cheatcodes |
.claude/skills/foundry-testing/references/invariant-patterns.md |
Handlers, stores, invariants | When writing invariant tests |
.claude/skills/foundry-testing/references/formal-verification.md |
Halmos, Certora, symbolic exec | When proving correctness |
.claude/skills/foundry-testing/references/deployment-scripts.md |
Script patterns, verification | When writing deploy scripts |
.claude/skills/foundry-testing/references/deployment-checklist.md |
Pre-mainnet deployment steps | Before deploying to production |
.claude/skills/foundry-testing/references/gas-benchmarking.md |
Snapshot, profiling, CI | When measuring gas performance |
.claude/skills/foundry-testing/references/sablier-conventions.md |
Sablier-specific patterns | When working in Sablier repos |
Related skills
More from sablier-labs/evm-monorepo
solidity-coding
Write production-quality Solidity contracts. Trigger phrases - write contract, implement function, add feature, add
1explorer-contract-verification
Verify smart contracts on Etherscan, Routescan, and Blockscout block explorers. This skill should be used when the user asks to "verify contract", "verify on etherscan", "verify on blockscout", "verify on routescan", "verify on chain scan". Handles standard verification, Etherscan V2 API, Routescan, Blockscout verification, proxy patterns, and factory-created contracts.
1