From monskills
Monad architecture concepts that affect how developers build apps — async execution, parallel execution, block states, reserve balance, EIP-7702, real-time data sources, and execution events. Fetch this skill when the developer needs to understand Monad-specific behavior that differs from Ethereum.
npx claudepluginhub therealharpaljadeja/monskills --plugin monskillsThis skill uses the workspace's default tool permissions.
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.mdSearches, 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.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Monad 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.