By cyotee
Skills with progressive disclosure for using Foundry - the blazing fast Ethereum development toolkit (forge, cast, anvil, chisel)
Run local Ethereum nodes with Anvil. Use when setting up local development environments, forking mainnet for testing, or running integration tests against a local node.
Interact with EVM chains using Cast CLI. Use when querying blockchain data, sending transactions, calling contracts, or converting between formats. Cast is the Swiss Army knife for chain interaction.
Deploy and verify smart contracts with Foundry. Use when deploying contracts, writing deployment scripts, verifying on block explorers, or managing multi-chain deployments.
Property-based testing with Foundry's fuzzer. Use when writing fuzz tests, invariant tests, or testing edge cases. Covers fuzz test structure, input constraints, fixtures, and invariant testing patterns.
Write and run Solidity tests with Foundry. Use when writing unit tests, integration tests, or debugging test failures. Covers test structure, assertions, cheatcodes, and running tests with forge test.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills with progressive disclosure for using Foundry - the blazing fast Ethereum development toolkit.
This plugin provides comprehensive skills for all core Foundry tools:
Write and run Solidity tests with Foundry. Covers test structure, assertions, cheatcodes, and running tests.
Use when:
Files:
SKILL.md - Main skill with quick start and essential cheatcodescheatcodes.md - Complete cheatcode reference (vm.prank, vm.deal, vm.warp, etc.)assertions.md - All assertion functions (assertEq, assertGt, assertApproxEqAbs, etc.)patterns.md - Common testing patterns and best practicesProperty-based testing with Foundry's fuzzer. Covers fuzz test structure, input constraints, fixtures, and invariant testing.
Use when:
Files:
SKILL.md - Fuzz testing basics, constraints, and configurationinvariants.md - Comprehensive invariant testing patterns with handlers and ghost variablesDeploy and verify smart contracts with Foundry. Covers deployment scripts, verification, and multi-chain deployments.
Use when:
Files:
SKILL.md - Quick deploy with forge create and script basicsscripts.md - Comprehensive Solidity script patternsmultichain.md - Multi-chain deployment strategiesInteract with EVM chains using Cast CLI. The Swiss Army knife for chain interaction.
Use when:
Files:
SKILL.md - Core Cast commands referencepatterns.md - Common Cast recipes and scripting patternsRun local Ethereum nodes with Anvil for development and testing.
Use when:
Files:
SKILL.md - Anvil setup, configuration, and RPC methodsforking.md - Detailed forking patterns (impersonation, time travel, snapshots)Set up and configure Foundry projects.
Use when:
Files:
SKILL.md - Project structure, dependencies, and common tasksconfig.md - Complete foundry.toml configuration referenceAdd this plugin to your Claude Code plugins:
# In your plugins directory
git submodule add https://github.com/your-org/foundry-plugin plugins/foundry
.claude-plugin/.opencode/ symlinksMIT
Progressive disclosure skills for Aave V3 protocol development. Covers Pool operations, aTokens, eModes, flash loans, configuration, and StataToken (ERC4626) integration.
Progressive disclosure skills for Euler Lending protocol - Ethereum Vault Connector (EVC), Euler Vault Kit (EVK), modular oracle system, and periphery infrastructure for composable lending.
Unified project management - task design, backlog management, agent worktrees, code review, and dependency tracking
A Claude Code plugin that's alive. Observes everything, learns instincts, evolves real plugin capabilities. Bound to one maker.
Progressive disclosure skills for Aerodrome V2 Slipstream - concentrated liquidity AMM on Base with tick-based pricing, NFT positions, gauge rewards, and TWAP oracles.
npx claudepluginhub cyotee/cyotee-claude-plugins --plugin foundryTypeScript/JavaScript full-stack development with NestJS, React, and React Native
Python development capabilities
Comprehensive Java development toolkit with Spring Boot, testing, LangChain4J, and AWS integration
A plugin for all things related to Svelte development, MCP, skills, and more.
Advanced Rust skills for ownership, error handling, and async programming.
Advanced C# programming skills for async patterns and LINQ