Skills for developing apps on Monad. Assists LLM with frontend, smart contract deployment, and deploying to production
npx claudepluginhub therealharpaljadeja/monskillsSkills for developing apps on Monad. Assists LLM with frontend, smart contract deployment, and deploying to production
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
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 |
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 |
Create the schema by hitting the setup endpoint once after first deploy:
GET https://your-domain.vercel.app/api/setup
Then delete api/setup.js from the repo — it's a one-time operation.
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.