What is solidity?
Solidity language and compiler — source layout, types, contracts, control flow, security, compiler, ABI, internals. Source: hairyf/blockchain-skills.
Solidity language and compiler — source layout, types, contracts, control flow, security, compiler, ABI, internals.
Quickly install solidity AI skill to your development environment via command line
Source: hairyf/blockchain-skills.
Skill based on Solidity (ethereum/solidity) docs, generated at 2026-02-09.
Solidity is a statically typed, object-oriented language for EVM smart contracts. This skill covers source layout, types, contract structure, control flow, security patterns, compiler usage, and ABI/internals.
| Source Layout | SPDX, pragma, import, comments | core-layout | | Contract Structure | State, functions, modifiers, events, errors, structs, enums | core-structure | | Types | Value/reference/mapping types, operators, conversions | core-types | | Control Structures | if/loop, internal/external calls, revert, try/catch | core-control |
Solidity language and compiler — source layout, types, contracts, control flow, security, compiler, ABI, internals. Source: hairyf/blockchain-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/hairyf/blockchain-skills --skill soliditySolidity language and compiler — source layout, types, contracts, control flow, security, compiler, ABI, internals. Source: hairyf/blockchain-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hairyf/blockchain-skills --skill solidity Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/hairyf/blockchain-skills