solskill
Production-grade Solidity standards and BattleChain deployment workflows
All Skills in This Repository (3)
Pure Emerald Level Indicatorsbattlechain
Deploy, verify, and manage smart contracts on BattleChain L2.
solidity
Enforce Solidity development standards for smart contract creation.
battlechain-tutorial
Generate Foundry deployment scripts for BattleChain smart contracts.
Frequently Asked Questions
FAQPage SchemaHow to install solskill?โผ
Run `npx skills add cyfrin/solskill --all -g -y` in your terminal to install all skills globally, or use `--skill solidity` for a single skill.
How to write secure Solidity smart contracts?โผ
The solidity skill applies Cyfrin's production standards covering custom errors, fuzz testing, storage packing, reentrancy protection, and multisig admin requirements.
What is BattleChain and how do I deploy to it?โผ
BattleChain is a pre-mainnet L2 where whitehats legally attack your contracts for bounties before mainnet launch. The battlechain-tutorial skill walks you through deployment with 14 guided questions and generates all required Foundry scripts.
Does solskill work with Claude Code?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding environments.
Can I create Safe Harbor agreements automatically?โผ
Yes. The skills generate Safe Harbor agreement scripts with your bounty terms, recovery addresses, and commitment windows, then handle adoption and attack mode requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core