Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Build and deploy full-stack dApps on Monad blockchain, from smart contracts to frontend integration with wallet auth, transaction sending, and indexer setup.
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 add wallet connection and authentication to an existing Monad frontend using Para — embedded MPC wallets with email / phone / passkey / social login, plus external-wallet connect (MetaMask, Coinbase, WalletConnect, Rainbow, etc.). Driven by the `para` CLI (`@getpara/cli`). Fetch when the user wants to integrate Para into an existing Next.js or Vite frontend, or manage Para projects, API keys, and webhooks from the terminal. This is monskills' canonical wallet-integration skill — there is no separate skill for "social login" or "embedded wallets," it's all here.
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.
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Claude Code skill pack for Alchemy (18 skills)
Anthropic Claude Agent SDK for autonomous agents and multi-step workflows. Use for subagents, tool orchestration, MCP servers, or encountering CLI not found, context length exceeded errors.
Frontend development skill with design and implementation checklists
Bundled MoonBit development skills for Claude Code, Codex, OpenCode, and other agents.
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.
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 | Wallet + auth for Next.js / Expo on Monad using Para — embedded MPC wallets with email / passkey / social login, plus external-wallet connect (@getpara/cli) |
| indexer | Index onchain events for activity feeds, leaderboards, history, and analytics (HyperIndex on Envio Cloud) |
| 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.