Skills

Browse AI context skills for Web3 development

Type:
Source:

51 skills · click to copy URL

standards/sdk-migration-guide

Web3 SDK Migration Guide (ethers v5→v6, wagmi v1→v2, web3.js v1→v2)

Web3 SDK Migration Guide (ethers v5→v6, wagmi v1→v2, web3.js v1→v2) Overview Web3 SDKs have undergone major breaking changes. AI models are frequently trained o

Ethereum32
monad/network-config

Monad Network Configuration Reference

Monad Network Configuration Mainnet Chain ID: 143 Currency: MON RPC: https://rpc.monad.xyz Backup RPC: https://monad.drpc.org Block Explorer 1: https://monadsca

Monad31
zama/fhevm-dev-guide

Zama fhEVM — Solidity Dev Guide

Zama fhEVM — Solidity Confidential Contract Development Use this skill when writing, reviewing, or debugging Solidity contracts that use Zama's fhEVM library. -

Zama11
base/l2-dev

Base L2 Development

Overview Base is an Ethereum Layer 2 network built by Coinbase on top of the OP Stack. It is fully EVM-compatible, but there are several important differences t

Base10
ton/tact-dev

TON + Tact Development

Overview TON (The Open Network) is a high-performance Layer 1 blockchain that uses Cell/Slice data structures. Tact is a high-level smart contract language for

Ton10
zama/fhe-concepts

Zama FHE — Concepts & Overview

Zama FHE — Overview & Ecosystem Use this as a general reference for Zama's company background, product lineup, ecosystem, and key links. For deeper technical us

Zama8
zama/gateway-decrypt

Relayer SDK & Gateway Decrypt

Zama Relayer SDK & Hardhat Testing Use this skill when building frontend TypeScript apps that interact with fhEVM contracts, or when writing Hardhat tests for c

Zama7
hyperliquid/dev-guide

Hyperliquid HyperEVM Developer Guide

Hyperliquid HyperEVM Developer Guide > Last Updated: 2026-03-30 > Source: https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/hyperevm Network Inform

Hyperliquid3
starknet/cairo

StarkNet + Cairo 1.0 Development

Overview StarkNet is an Ethereum ZK-Rollup based on STARK proofs. Cairo 1.0 is its native smart contract language (Rust-like syntax). AI tools frequently genera

Starknet3
initia/core

Initia: Core Development

Initia Appchain Dev Deliver practical guidance for full-stack Initia development: contracts, frontend integration, and appchain operations. Command examples in

Initia3
bitget/wallet

Bitget Wallet Integration

Bitget Wallet Skill API Overview How to handle tasks: 1. Primary sources: Use the Scripts section in this SKILL and the files under docs/ to decide which comman

Multichain3
sentient/dev-guide

Sentient AI Agent Framework Guide

Sentient AI Agent Framework Guide > Source: https://sentient.foundation | https://github.com/sentient-agi Overview Sentient is an open-source AGI toolstack focu

Sentient3
ethereum/core

Ethereum Core Development

Overview Ethereum is the world's leading smart contract platform. This skill covers core development patterns, common AI mistakes, and best practices for buildi

Ethereum3
aptos/move-security-audit

Aptos Move: Security Audit

Security Audit Skill Overview This skill performs systematic security audits of Move contracts using a comprehensive checklist. Every item must pass before depl

Aptos3
solana/compatibility-matrix

Version Compatibility Matrix

Solana Version Compatibility Matrix Master Compatibility Table | Anchor Version | Release Date | Solana CLI | Rust Version | Platform Tools | GLIBC Req | Node.j

Solana2
solana/confidential-transfers

Confidential Transfers

Confidential Transfers (Token-2022 Extension) When to use this guidance Use this guidance when the user asks about: - Private/encrypted token balances - Confide

Solana2
aptos/move-dev

Aptos Move Development

Overview Aptos is a Layer 1 blockchain using the Move programming language. Move provides resource-oriented programming with linear types and strong safety guar

Aptos2
solana/payments

Payments & Commerce

Payments and commerce (optional) When payments are in scope Use this guidance when the user asks about: - checkout flows, tips, payment buttons - payment reques

Solana2
kite/dev-guide

Kite AI Chain Developer Guide

Kite AI Chain Developer Guide > Last updated: 2026-03-30 > Source: https://docs.gokite.ai Network Information | Parameter | Value | |------|-----| | Chain ID |

Kite2
0g/dev-guide

0G Network Developer Guide

0G Network Developer Guide > Last updated: 2026-03-30 > Source: https://docs.0g.ai Overview 0G (Zero Gravity) is a decentralized storage + data availability + A

0g2
virtuals/agent-guide

Virtuals Protocol Agent Builder Guide

Virtuals Protocol Agent Builder Guide > Source: https://whitepaper.virtuals.io/builders-hub Overview Virtuals Protocol is an AI Agent creation and tokenization

Virtuals2
bittensor/subnet-guide

Bittensor Subnet Developer Guide

Bittensor Subnet Developer Guide > Source: https://docs.bittensor.com | https://github.com/opentensor/bittensor Installation bash pip install --upgrade bittenso

Bittensor2
solana/idl-codegen

IDL & Client Code Generation

IDLs + client generation (Codama / Shank / Kinobi) Goal Never hand-maintain multiple program clients by manually re-implementing serializers. Prefer an IDL-driv

Solana1
protocols/safe

Safe (Gnosis Safe) Multisig — Developer Guide

Safe (Gnosis Safe) Multisig — Developer Guide > Safe is the most widely used smart account / multisig on EVM chains. Supports 15+ networks. Creating a 2/3 Multi

Multichain1
solana/testing

Testing Strategy

Testing Strategy (LiteSVM / Mollusk / Surfpool) Testing Pyramid 1. Unit tests (fast): LiteSVM or Mollusk 2. Integration tests (realistic state): Surfpool 3. Clu

Solana1
zama/tfhe-rs-lib

Zama TFHE-rs Rust Library

Zama TFHE-rs — Rust FHE Library Use this skill when writing Rust programs that perform FHE computation using Zama's TFHE-rs library. --- Installation toml Cargo

Zama1
infra/quicknode

QuickNode Blockchain Infrastructure

Quicknode Blockchain Infrastructure Intake Questions - Which chain and network should Quicknode target? - Is this read-only or should I create infrastructure (s

Multichain1
solana/frontend-framework-kit

Frontend with framework-kit

Frontend with framework-kit (Next.js / React) Goals - One Solana client instance for the app (RPC + WS + wallet connectors) - Wallet Standard-first discovery/co

Solana1
aptos/move-generate-tests

Aptos Move: Generate Tests

Generate Tests Skill Overview This skill generates comprehensive test suites for Move contracts with 100% line coverage requirement. Tests verify: - ✅ Happy pat

Aptos1
solana/common-errors

Common Errors & Solutions

Common Solana Development Errors & Solutions GLIBC Errors GLIBC2.39 not found / GLIBC2.38 not found anchor: /lib/x8664-linux-gnu/libc.so.6: version GLIBC2.39' n

Solana1
aptos/move-gas-optimization

Aptos Move: Gas Optimization

Skill: analyze-gas-optimization Analyze and optimize Aptos Move contracts for gas efficiency, identifying expensive operations and suggesting optimizations. Whe

Aptos1
solana/kit-web3-interop

Kit ↔ web3.js Interop

Kit ↔ web3.js Interop (boundary patterns) The rule - New code: Kit types and Kit-first APIs. - Legacy dependencies: isolate web3.js-shaped types behind an adapt

Solana1
protocols/the-graph

The Graph — Subgraph Development & GraphQL Queries

The Graph — Subgraph Development & GraphQL Queries > The Graph is a decentralized indexing protocol for querying blockchain data via GraphQL. Querying Existing

Multichain1
aptos/move-write-contracts

Aptos Move: Write Smart Contracts

Write Contracts Skill Core Rules Digital Assets (NFTs) ⭐ CRITICAL 1. ALWAYS use Digital Asset (DA) standard for ALL NFT-related contracts (collections, marketpl

Aptos1
aptos/create-project

Aptos: Create Project Scaffold

Create Aptos Project Skill Purpose Scaffold new Aptos projects using npx create-aptos-dapp. This is the mandatory first step when a user wants to build any new

Aptos1
solana/resources

Curated Resources

Curated Resources (Source-of-Truth First) Learning Platforms - [Blueshift](https://learn.blueshift.gg/) - Free, open-source Solana learning platform - [Blueshif

Solana1
mantle/mantle-smart-contract-deployer

mantle-smart-contract-deployer

Mantle Smart Contract Deployer Overview Run a safe deployment planning pipeline from finalized build inputs to explorer verification readiness. This skill start

Mantle
mantle/mantle-data-indexer

mantle-data-indexer

Mantle Data Indexer Overview Use GraphQL or SQL indexers to answer historical questions on Mantle with reproducible queries, clear time boundaries, and source a

Mantle
mantle/mantle-smart-contract-developer

mantle-smart-contract-developer

Mantle Smart Contract Developer Overview Guide Mantle-specific contract development decisions and fail closed when requirements are incomplete. This skill owns

Mantle
mantle/mantle-address-registry-navigator

mantle-address-registry-navigator

Mantle Address Registry Navigator Overview Resolve addresses from trusted sources only and fail closed when data is missing or stale. Never synthesize contract

Mantle
mantle/mantle-tx-simulator

mantle-tx-simulator

Mantle Tx Simulator Overview Prepare simulation handoff packages for external backends and translate returned technical diffs into user-readable expected outcom

Mantle
ethereum/ethskills-noir

Noir (ZK Privacy)

Privacy Apps with Noir What You Probably Got Wrong "Use nargo prove and nargo verify." Those commands were removed. Nargo only compiles and executes. Proving an

Ethereum
mantle/mantle-readonly-debugger

mantle-readonly-debugger

Mantle Readonly Debugger Overview Run deterministic troubleshooting for pre-execution failures and provide the smallest next action to restore reliable read-pat

Mantle
mantle/mantle-risk-evaluator

mantle-risk-evaluator

Mantle Risk Evaluator Overview Run a mandatory pre-flight checklist and return a clear pass, warn, or block verdict. Prevent unsafe execution when any critical

Mantle
mantle/mantle-portfolio-analyst

mantle-portfolio-analyst

Mantle Portfolio Analyst Overview Build deterministic, read-only wallet analysis on Mantle. Enumerate balances, DeFi positions (Aave V3 lending, V3 LP, Merchant

Mantle
mantle/mantle-openclaw-competition

mantle-openclaw-competition

OpenClaw Competition — DeFi Operations Guide Overview This skill provides everything OpenClaw needs to execute DeFi operations in the Mantle asset accumulation

Mantle
mantle/mantle-network-primer

mantle-network-primer

Mantle Network Primer Overview This is a reference/onboarding skill for Mantle-specific concepts that are easy to misunderstand during development or user suppo

Mantle
mantle/mantle-defi-operator

mantle-defi-operator

Mantle Defi Operator Overview Coordinate deterministic pre-execution planning for Mantle DeFi intents. This skill should orchestrate verified address lookup, pr

Mantle
solana/web3js-v2

Solana web3.js v2 Migration Guide

Overview Solana web3.js v2 is a complete API rewrite and is not compatible with v1. Most AI models still generate v1 code. This Skill helps your AI Agent consis

Solana19
sui/move-dev

Sui Move Development

Overview Sui is a Layer 1 blockchain developed by Mysten Labs using the Move language. Sui Move differs significantly from Aptos Move: Sui uses an object-centri

Sui10
monad/wallet

Monad Wallet & Integration

⚠️ CRITICAL: Safe Multisig Required - No Exceptions Any transaction other than deploying a Safe multisig must be proposed to the user via the deployed multisig.

Monad7