feat(ecosystem): add Monad skill (concepts, gas, addresses, HyperIndex)#38
Open
SahilAujla wants to merge 1 commit into
Open
feat(ecosystem): add Monad skill (concepts, gas, addresses, HyperIndex)#38SahilAujla wants to merge 1 commit into
SahilAujla wants to merge 1 commit into
Conversation
Adds Monad as an ecosystem partner skill (skills/ecosystem/monad/).
Curated subset of therealharpaljadeja/monskills focused on Monad-native
topics that complement Alchemy's first-party Monad surfaces:
- concepts.md — async execution, parallel execution, block states,
reserve balance, EIP-7702, real-time data sources
- gas.md — gas_limit pricing (not gas_used), base fee controller,
opcode repricing (cold state 3-4x, precompiles 2-5x)
- addresses.md — canonical contracts on Monad mainnet (Wrapped MON,
ERC-4337 EntryPoint v0.6/v0.7, Safe, Multicall3,
Permit2, bridged stables/ETH/BTC, ERC-8004 agent
registry)
- indexer.md — HyperIndex on Envio Cloud (envio-cloud CLI) for
historical on-chain event indexing
Alchemy's Monad RPC, Account Kit, Bundler, and Gas Manager are routed
back to alchemy-cli / alchemy-api / alchemy-agentic-gateway in
scope_out. Token / NFT / Prices / Portfolio APIs are not yet supported
by Alchemy on Monad and are routed to the indexer reference.
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/ecosystem/monad/), curated subset oftherealharpaljadeja/monskillsgas_limitnotgas_used, opcode repricing), canonical contract addresses on Monad mainnet, and HyperIndex (Envio Cloud) for on-chain event indexing.claude-plugin/plugin.jsonso the Vercelnpx skillsCLI discovers itScope
In: Monad concepts that differ from Ethereum (async/parallel execution, 10 MON reserve balance floor, native EIP-7702), gas pricing rules (cold state 3-4× more expensive, precompiles 2-5×), canonical addresses (Wrapped MON, ERC-4337 EntryPoint v0.6/v0.7, Safe, Multicall3, Permit2, bridged stables/ETH/BTC, ERC-8004 agent registry), HyperIndex indexer setup on Envio Cloud.
Out (routes back to first-party Alchemy):
alchemy-cli/alchemy-mcpalchemy-api(with API key) oralchemy-agentic-gateway(without)alchemy-cli/alchemy-apialchemy-cli/alchemy-apiNotes
scope_outtherealharpaljadeja/monskillsis coming nextMade with Cursor