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

avaxskills

v2.0.0

Published

The definitive AI agent skills package for building on Avalanche. 67 granular skills from beginner onramp to advanced patterns.

Readme

Avalanche Skills

The definitive AI agent skills package for building on Avalanche. From zero to mainnet — beginner to expert. 66 granular skills. Zero install required.

License Skills Compatible


The 10-Second Start (Zero Install)

Paste this one line into your AI agent's system prompt, CLAUDE.md, or .cursorrules:

Read https://avaxskills.com/SKILL.md before building anything on Avalanche.

The agent fetches the root index, discovers all 66 skills with their URLs, then loads exactly what it needs. One line triggers the whole chain.

Or fetch a specific skill directly:

curl -sSL https://avaxskills.com/quickstart/SKILL.md        # start from zero
curl -sSL https://avaxskills.com/subnet-deployment/SKILL.md # deploy a Subnet/L1
curl -sSL https://avaxskills.com/warp-messaging/SKILL.md    # cross-chain messaging
curl -sSL https://avaxskills.com/x402-integration/SKILL.md  # AI agent payments

Install Methods

| Method | Command | Status | | --- | --- | --- | | curl (zero install) | curl -sSL https://avaxskills.com/SKILL.md | ✅ Live | | Tell the agent | Read https://avaxskills.com/SKILL.md before building on Avalanche. | ✅ Live | | npm | npm install avaxskills | ✅ Live | | openskills | npx openskills install Ayomisco/avaxskills -g | 🔜 Coming | | GitHub Copilot | gh skill install Ayomisco/avaxskills | 🔜 Coming |


Skill Catalog — 66 Skills Across 7 Tiers

TIER 0 — Beginner Onramp

Zero blockchain knowledge required. Zero to deployed in minutes.

| Skill | What you get | |---|---| | quickstart | Zero to first Avalanche transaction in 10 minutes | | wallet-setup | MetaMask + Core Wallet for Avalanche and Subnets | | get-testnet-avax | Fuji faucets, limits, troubleshooting | | first-contract | Deploy Hello World Solidity on C-Chain with Remix | | explorer-guide | Read Snowtrace + C/P/X-Chain explorers | | local-dev-environment | Full local Avalanche dev setup |

TIER 1 — EVM Core

Standard Ethereum tooling adapted for Avalanche.

| Skill | What you get | |---|---| | evm-hardhat | Hardhat for C-Chain and Subnets — compile, test, deploy | | evm-foundry | Foundry/Forge — forge.toml, cast, fuzz testing | | scaffold-avax | Scaffold dApps from React/Next.js templates | | contract-verification | Verify on Snowtrace, Routescan, Blockscout, Sourcify | | avalanche-rpc | C/P/X-Chain RPC — balances, blocks, transactions | | avalanche-js | avalanchejs SDK — P/X/C-Chain, staking, asset creation | | avalanche-sdk | New TypeScript SDK — C-Chain, P-Chain, Data API | | viem | viem TypeScript client for Avalanche | | wagmi | React hooks — wallet connect, contract reads/writes | | platform-cli | Platform CLI — P-Chain ops: staking, subnets, transfers | | migrate-from-ethereum | Port existing Ethereum dApps to Avalanche | | nft-basics | ERC-721 and ERC-1155 NFTs on C-Chain | | token-launch | Launch an ERC-20 token end-to-end | | data-feeds-oracles | Chainlink and Pyth price feeds on Avalanche |

TIER 2 — Avalanche Unique

What makes Avalanche different from every other chain.

| Skill | What you get | |---|---| | node-setup | Install, configure, and sync an AvalancheGo node | | subnet-deployment ⭐ | Genesis to mainnet — end-to-end custom L1 creation | | subnet-evm-config | Custom precompiles, gas limits, genesis block design | | warp-messaging ⭐ | Cross-chain via Teleporter — send/receive patterns | | teleporter | Teleporter deep dive — receipts, retry, fees | | avalanche-ictt | Interchain Token Transfer — move ERC-20s across L1s | | custom-vm | Build and deploy custom virtual machines | | avacloud-indexing | AvaCloud Data API — indexing, webhooks, event streaming | | validator-management | Add/remove validators, staking amounts, uptime | | contract-addresses | All precompiles + WAVAX + Teleporter on Mainnet and Fuji | | gas | Dynamic fees, base fee, priority fee, estimation | | precompiles | NativeMinter, FeeManager, AllowList, Warp — complete ref | | avalanche-l1-economics | Tokenomics design for custom L1s | | tmpnet | Temporary local networks for testing and CI | | blueprints | Pre-configured L1 templates for gaming, DeFi, enterprise | | avalanche-deploy | Cloud playbooks for L1s and validators on AWS/GCP/Azure |

TIER 3 — Ecosystem Intelligence

Protocols, DeFi, AI payments, and Avalanche-specific patterns.

| Skill | What you get | |---|---| | hackathon-bounties ⭐ | Live bounties, winner patterns, DoraHacks strategy | | x402-integration ⭐ | AI agent micropayments — x402 HTTP protocol on AVAX | | defi-primitives | AMMs, lending, yield — Trader Joe, BENQI, Aave | | bridging | Native bridge, Wormhole, LayerZero, Warp bridges | | ai-agent-patterns | On-chain AI agent architectures on Avalanche | | performance-optimization | Sub-second finality, gas opt, parallel execution | | rwa-tokenization ⭐ | Real world assets — compliance-aware design, KYC hooks | | token-standards | ERC-20/1400/3643/3525 — when to use each | | revenue-sharing-tokens | Split contracts, streaming payments, royalties | | core-wallet | Core Wallet — detection, signing, Subnet switching | | event-driven-backend | Backend patterns triggered by on-chain events |

TIER 4 — Quality & Process

Ship code you can stand behind.

| Skill | What you get | |---|---| | security | Defensive Solidity, Subnet security, Warp trust assumptions | | testing | Unit, fuzz, fork testing — Hardhat + Foundry patterns | | audit | AI audit prompts, Avalanche-specific checklists | | qa | Pre-launch checklist — Fuji to Mainnet promotion gates | | frontend-ux | dApp UX rules — chain switch, pending states, errors | | orchestration | Multi-agent coordination, on-chain task queues | | kyc-aml-integration | Synaps, Fractal, Civic — on-chain identity patterns | | evm-wallet-integration | Reown AppKit, Dynamic.xyz, custom wagmi connectors |

TIER 5 — Positioning & Intelligence

Architecture decisions, ecosystem context, and grants.

| Skill | What you get | |---|---| | why-avalanche | Benchmarks, Subnet use cases, EVM compatibility story | | concepts | C/P/X-Chain, Snow consensus, Subnet vs L2 | | grant-playbook | infraBUIDL(AI), Retro9000, Codebase + application templates | | account-abstraction | ERC-4337 — bundlers, paymasters, smart accounts | | acps | Avalanche Community Proposals — track, align, grant-target |

TIER 6 — Advanced Pro

Complex patterns for experienced Avalanche builders.

| Skill | What you get | |---|---| | upgradeable-contracts | UUPS, Transparent Proxy, Beacon — storage layout rules | | cross-subnet-dapp | Apps that span multiple Subnets via Warp | | subnet-governance | On-chain governance for custom L1s | | indexing-subgraph | The Graph + custom indexers on Avalanche | | safe-multisig | Gnosis Safe on Avalanche — treasury, DAO, contract ownership | | validator-manager-contract | ValidatorManager contract (ACP-99) — on-chain validator ops |


Network Reference

Mainnet

| Chain | Purpose | Chain ID | RPC | Explorer | | --- | --- | --- | --- | --- | | C-Chain | Smart contracts (EVM) | 43114 | https://api.avax.network/ext/bc/C/rpc | subnets.avax.network/c-chain | | P-Chain | Validators + Subnets | — | https://api.avax.network/ext/bc/P | subnets.avax.network/p-chain | | X-Chain | Asset exchange | — | https://api.avax.network/ext/bc/X | subnets.avax.network/x-chain |

Fuji Testnet

| Chain | Chain ID | RPC | Explorer | |---|---|---|---| | C-Chain | 43113 | https://api.avax-test.network/ext/bc/C/rpc | subnets-test.avax.network/c-chain | | P-Chain | — | https://api.avax-test.network/ext/bc/P | subnets-test.avax.network/p-chain | | X-Chain | — | https://api.avax-test.network/ext/bc/X | subnets-test.avax.network/x-chain |

Custom L1 / Subnet-EVM

| Setup | RPC | |---|---| | Local (Avalanche-CLI) | http://localhost:9650/ext/bc/{chainID}/rpc | | AvaCloud Managed | https://{subnet-id}.rpc.avax.network |

Testnet faucet: faucet.avax.network — select Fuji C-Chain, get 2 AVAX free.


Key Contract Addresses (Mainnet C-Chain)

| Contract | Address | |---|---| | WAVAX | 0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7 | | Teleporter Messenger | 0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf | | Native Minter Precompile | 0x0200000000000000000000000000000000000001 | | Fee Manager Precompile | 0x0200000000000000000000000000000000000003 | | Warp Messenger Precompile | 0x0200000000000000000000000000000000000005 |


How This Works

The web method (0G model — zero install):

Read https://avaxskills.com/SKILL.md before building on Avalanche.

The root SKILL.md is a complete index. Your agent reads it, sees all 66 skills with their URLs, then fetches exactly what it needs. One fetch triggers the whole chain.

Or be specific:

Read https://avaxskills.com/subnet-deployment/SKILL.md before writing any Subnet code.
Read https://avaxskills.com/x402-integration/SKILL.md before implementing agent payments.

Every skill also serves at its URL — works with curl, fetch(), or any HTTP client:

curl https://avaxskills.com/warp-messaging/SKILL.md
curl https://avaxskills.com/warp-messaging/rules/RULES.md
curl https://avaxskills.com/warp-messaging/references/teleporter-abi.json

Repository Structure

avalanche-skills/
├── README.md              ← You are here
├── SKILL.md               ← Root agent index — fetch this first
├── AGENTS.md              ← Wiring guide for Claude, Cursor, Copilot, Windsurf
├── llms.txt               ← LLM-native discovery (like robots.txt for AI)
├── sitemap.xml            ← Web crawler + agent discovery
├── CONTRIBUTING.md        ← How to add or improve a skill
├── LICENSE                ← Apache-2.0
├── package.json
│
├── skills/                ← 66 skills across 7 tiers
│   └── {skill-name}/
│       ├── SKILL.md       ← Core instructions (< 500 lines)
│       ├── rules/         ← Hard guardrails agents must follow
│       ├── references/    ← Deep docs, ABIs, config refs
│       └── scripts/       ← Runnable helpers
│
├── website/               ← avaxskills.com (Next.js)
│   ├── app/
│   │   ├── page.tsx       ← Homepage
│   │   ├── [...slug]/route.ts  ← Serves /{skill}/SKILL.md
│   │   └── api/           ← /api/skills /api/skill /api/search
│   └── scripts/sync-skills.mjs  ← Copies skills to public/
│
└── scripts/
    ├── validate-skill.ts  ← CI validator
    ├── package-skills.sh  ← Generates .zip per skill
    └── generate-index.ts  ← Builds skills.json

Contributing

See CONTRIBUTING.md. Every skill follows the V2 spec — YAML frontmatter, 7 required sections, 500-line hard cap, rules/ for guardrails, references/ for deep docs.

Apache-2.0 · avaxskills.com · @ayomisco_s · github.com/Ayomisco/avaxskills