From monskills
Explains Monad-specific EVM architecture differences: async execution, parallel execution, block states, 10 MON reserve balance, EIP-7702 delegation, real-time data sources, and execution events. Fetch when 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 monskillsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.