From monskills
Explains Monad-specific behaviors including async execution, parallel execution, reserve balance, EIP-7702, block states, and execution events. Essential for developers building on Monad.
How this skill is triggered — by the user, by Claude, or both
Slash command
/monskills:conceptsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Monad is Ethereum-compatible but its architecture introduces behaviors that developers must understand. Only fetch the references relevant to the task at hand.
SKILL.zh.mdreferences/async-execution.mdreferences/async-execution.zh.mdreferences/block-states.mdreferences/block-states.zh.mdreferences/eip-7702.mdreferences/eip-7702.zh.mdreferences/execution-events.mdreferences/execution-events.zh.mdreferences/parallel-execution.mdreferences/parallel-execution.zh.mdreferences/realtime-data.mdreferences/realtime-data.zh.mdreferences/reserve-balance.mdreferences/reserve-balance.zh.mdMonad is Ethereum-compatible but its architecture introduces behaviors that developers must understand. Only fetch the references relevant to the task at hand.
| I'm dealing with... | Fetch |
|---|---|
| Newly funded accounts can't send transactions, funding delays | async-execution.md |
| Whether existing Solidity contracts need changes for Monad | parallel-execution.md |
Choosing between latest, safe, finalized block tags | block-states.md |
| Transaction reverts due to low balance, 10 MON floor, emptying transactions | reserve-balance.md |
| Smart wallet delegation, EIP-7702, session keys, gas sponsorship | eip-7702.md |
| Subscribing to events, WebSocket feeds, high-throughput data ingestion | realtime-data.md |
| Block lifecycle events, speculative data, BLOCK_START/QC/FINALIZED | execution-events.md |
latest / safe / finalized.npx claudepluginhub therealharpaljadeja/monskills --plugin monskillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.