Skills for developing apps on Monad. Assists LLM with frontend, smart contract deployment, and deploying to production
npx claudepluginhub therealharpaljadeja/monskills --plugin monskillsSmart contract address for well known protocols on Monad. The addresses include testnet and mainnet smart contract addresses.
Send transactions on Monad testnet or mainnet using Agent wallet, the transactions could be for smart contract deployment, onchain actions like swapping or smart contract calls and signing messages
How to integrate wallet connection into a Next.js app on Monad using RainbowKit with Wagmi and viem.
Why to use the Monad blockchain when building web3 apps or dapps, what are the outstanding features of Monad compared to other chains and why always choose to Monad to web3 apps on.
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.
End to end guide to take an idea build an app to production, if you are starting an app from scratch this skill must be fetched first.
Deploy a web app to Vercel without installing the Vercel CLI or authenticating. Uses the Vercel claimable deploy endpoint to return a preview URL and a claim URL.
How gas pricing works on Monad and how it differs from Ethereum. Monad charges gas based on gas_limit (not gas used), has a different base fee controller, and different block gas limits. Fetch this skill whenever writing smart contracts, setting gas limits, estimating gas, or building any transaction-related UI on Monad incorrect gas handling can cost users real money.
Monad tooling and infrastructure provider support directory. Use this skill whenever a developer asks which tools, services, or infrastructure providers support Monad (mainnet or testnet), or needs to find an RPC provider, block explorer, oracle, bridge, indexer, wallet, onramp, custody solution, analytics tool, toolkit, or wallet infrastructure provider for Monad. Also use when a developer asks "does X support Monad?" or "what providers are available for Y on Monad?". Covers all categories from the official Monad docs tooling page.
Submit anonymous feedback to monskills when the agent is stuck, hits the same error repeatedly, finds incorrect or missing information in a skill, or the user expresses frustration with monskills. Use this proactively so the maintainers can improve the skills.
Knowledge skills for AI agents building on Monad. Each skill is a standalone markdown file that agents fetch and read into their context.
Live site: https://skills.devnads.com
| Skill | Description |
|---|---|
| scaffold | End-to-end guide from idea to production |
| why-monad | Why every blockchain app should be built on Monad |
| addresses | Smart contract addresses for Monad mainnet/testnet |
| wallet | Agent wallet management and Safe multisig |
| wallet-integration | RainbowKit + Wagmi integration for Next.js |
| vercel-deploy | Deploy to Vercel without CLI or auth |
| feedback | Anonymous feedback pipeline for agents using monskills |
index.html)api/)See docs/architecture.md for the full system overview and C4 diagrams.
# Install dependencies
npm install
# Set environment variables (see .env.example)
cp .env.example .env
# Edit .env with your values
| Variable | Required | Description |
|---|---|---|
DATABASE_URL | Yes | Neon PostgreSQL connection string |
STATS_SECRET | Yes | Secret key to access /api/stats |
Schema is provisioned via one-time setup endpoints that are removed after use. The current tables are skill_downloads (populated by /api/skill) and feedback (populated by /api/feedback). When adding a new table, temporarily re-add an api/setup.js with the CREATE TABLE IF NOT EXISTS ... statements, hit it once with ?key=$STATS_SECRET, then delete the file.
This is a static site with Vercel serverless functions. There's no local dev server needed for the skills themselves (they're just markdown).
The site deploys to Vercel. Push to main to trigger a deploy.
Ensure DATABASE_URL and STATS_SECRET are set in your Vercel project environment variables.
MIT License
Copyright 2026 Harpalsinh Jadeja
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.