npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dilukangelo/web3-ai-skills

v1.3.2

Published

CLI to initialize Web3 AI Agent Skills — Solidity, Rust, DApp frontends, auditing, RPC, and indexing for 2026

Readme


Ready-to-use AI agent configurations, skills, and workflows for building on EVM chains, Solana, and beyond.


Quick Start

Option 1: npx (no install)

npx @dilukangelo/web3-ai-skills init

Option 2: Global install

npm install -g @dilukangelo/web3-ai-skills
web3-ai-skills init
# or shorthand:
w3ai init

This creates a .agent/ folder in your current directory with all Web3 agents, skills, and workflows.


What's Included

🤖 6 Specialist Agents

| Agent | Focus | |-------|-------| | solidity-expert | EVM smart contracts, Foundry, Hardhat, gas optimization | | rust-web3 | Solana (Anchor), CosmWasm, Arbitrum Stylus | | web3-frontend | Next.js 15+, RainbowKit v2, Wagmi v2, viem | | contract-auditor | Slither, Mythril, Aderyn, manual review | | web3-infra | RPC optimization, Multicall3, MEV protection | | web3-orchestrator | Multi-agent coordination for full-stack DApps |

🧩 12 Skills

| Skill | Description | |-------|-------------| | solidity-patterns | Solidity 0.8.x+, ERC standards, gas optimization | | rust-smart-contracts | Anchor/Solana, CosmWasm, Stylus | | rainbowkit-wagmi | Wallet integration, SIWE, multi-chain | | smart-contract-auditing | Audit methodology, vulnerability taxonomy | | dapp-patterns | IPFS, ENS, token gating, account abstraction | | rpc-optimization | Multicall3, batching, caching, MEV protection | | subgraph-indexing | The Graph, Ponder, Subsquid, Envio | | clean-code | Web3-specific coding standards | | web3-api-providers | Alchemy, Moralis, Infura, QuickNode enhanced APIs | | thirdweb-sdk | Contract deploy, embed wallets, Engine, Pay | | hardhat-foundry-testing | Forge cheatcodes, Hardhat plugins, fuzz/invariant, CI | | account-abstraction | ERC-4337, paymasters, session keys, EIP-7702 |

🔄 4 Workflows

| Command | Description | |---------|-------------| | /deploy-contract | Deploy & verify smart contracts | | /audit | Run security audit | | /create-dapp | Scaffold new DApp | | /create-contract | Scaffold new contract project |


Usage

After running init, your project will have a .agent/ folder:

.agent/
├── GEMINI.md            # Core AI instructions
├── ARCHITECTURE.md      # System overview
├── agents/              # 6 specialist agents
├── skills/              # 12 domain skills
├── workflows/           # 4 slash commands
└── scripts/             # Validation scripts

Your AI assistant will automatically pick the right agent based on your request:

  • Writing Solidity? → solidity-expert agent activates
  • Building a DApp frontend? → web3-frontend agent activates
  • Auditing a contract? → contract-auditor agent activates

CLI Options

# Init with default directory (.agent)
web3-ai-skills init

# Init to custom directory
web3-ai-skills init --dir .my-agents

# Force overwrite existing files
web3-ai-skills init --force

Supported Chains & Ecosystems

EVM: Ethereum, Polygon, Arbitrum, Base, Optimism, Monad, ApeChain
Non-EVM: Solana (Anchor), CosmWasm, Arbitrum Stylus
Indexers: The Graph, Ponder, Subsquid, Envio, Goldsky
Wallets: RainbowKit, ConnectKit, Privy, Dynamic, Web3Modal


License

MIT