Solidity smart contract development and BattleChain tools
npx claudepluginhub cyfrin/solskillReference for BattleChain, the pre-mainnet L2 for battle-testing smart contracts with real funds. Covers deploying contracts, Safe Harbor agreements, whitehat attack workflows, and contract lifecycle management
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Instructions for writing production grade solidity code and working with BattleChain.
npx skills add cyfrin/solskill --skill solidity
npx skills add cyfrin/solskill
npx skills add cyfrin/solskill --skill battlechain
npx skills add cyfrin/solskill --skill battlechain-tutorial
# Open a claude code terminal, and in the claude prompt run:
/plugin marketplace add Cyfrin/solskill
# Install individual skills:
/plugin install solidity@solskill
/plugin install battlechain@solskill
/plugin install battlechain-tutorial@solskill
# Press Ctrl+C then run claude again. Or type /exit to quit first.
# CLAUDE WILL TELL YOU THAT RUNNING /reload-plugins WORKS, IT DOES NOT
/exit
claude --continue
Production-grade Solidity development standards covering code quality, testing patterns, security practices, and Foundry workflows.
Create me an AMM with 2 tokens and a 0.3% fee
Build a token vault contract for a specific token
Reference for BattleChain — the pre-mainnet L2 for battle-testing smart contracts with real funds. Covers deploying contracts, creating Safe Harbor agreements, whitehat attack workflows, contract lifecycle management, and on-chain APIs.
How do I request attack mode for my contract on BattleChain?
Find contracts under attack on BattleChain and check their bounty terms
Interactive deployment wizard that walks you through preparing your Foundry project for BattleChain. Scans your existing contracts and scripts, asks 14 guided questions with clickable options, then generates all the deployment scripts and Safe Harbor agreements for you.
Deploy my contracts to BattleChain
Write smart contract scripts for BattleChain
Patrick Collins and the Cyfrin team.