By vechain
Build full-stack VeChainThor dApps and smart contracts using specialized AI skills: integrate SDKs and fee delegation for backend logic, scaffold React/Next.js frontends with wallet connections and theming, develop Solidity contracts via Hardhat, create mobile apps with React Native, manage VeBetterDAO governance and staking, index events, operate nodes, and secure GitHub Actions workflows.
npx claudepluginhub vechain/vechain-ai-skills --plugin secure-github-actionsCore VeChain development — SDK usage, fee delegation (VIP-191), multi-clause transactions, dual-token model, legacy migration, and general VeChainThor development patterns.
VeChain Kit and dapp-kit packages — installation, hooks, components, wallet connection, social login, smart accounts, theming, and Privy setup.
Generic frontend development patterns for VeChain dApps — React Query, Turborepo architecture, state management, Chakra UI, i18n, loading states, and transaction UX.
Solidity smart contract development on VeChainThor — Hardhat setup, ERC-20/721 patterns, upgradeable contracts, gas optimization, testing with Thor Solo, security auditing, and ABI codegen.
VeBetterDAO and X2Earn app development — B3TR/VOT3 tokens, reward distribution, sustainability proofs, app submission, governance, VeVote, quadratic funding, B3MO Quests, and navigators.
StarGate staking on VeChainThor — NFT-based staking, tiered rewards, validator delegation, node management, boosting, and Phase 2 changes.
Manages translation files for react-i18next. Adds/removes keys across 15 languages, keeps files sorted, enforces fixed-word rules, and verifies sync with en.json.
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
Complete domain knowledge for VeBetterDAO's auto-voting and relayer system. Use when working on relayer dashboard, relayer node, auto-voting contracts (XAllocationVoting, VoterRewards, RelayerRewardsPool), or anything related to relayers, auto-voting, gasless voting, or relayer rewards. Triggers on: relayer, auto-voting, autovoting, gasless voting, relayer rewards, RelayerRewardsPool, castVoteOnBehalfOf, castNavigatorVote, relayer dashboard, relayer node, veDelegate comparison.
Scaffold a VeChain dApp with Next.js, VeChain Kit, Chakra UI v3, and GitHub Pages deployment. Supports standalone (frontend-only) or monorepo (Turbo + Hardhat contracts) modes. Use when creating a new VeChain project, scaffolding a dApp, setting up a VeChain frontend, or bootstrapping a VeChain monorepo.
React Native VeWorld wallet integration — deep link communication, NaCl encryption, transaction signing, certificate signing, EIP-712 typed data, and multi-network support.
VeChain indexer-core library — IndexerFactory, IndexerRunner, LogsIndexer vs BlockIndexer mode selection, ABI and business events, rollback semantics, and integration guidance.
Build X2Earn sustainability apps on VeBetterDAO — reward distribution, sustainability proofs, app submission, endorsement, and integration patterns.
VeBetterDAO Navigators feature: rewards multipliers (freshness + governance intent) and navigator delegation system. Use when working on navigator contracts, delegation, staking, freshness multiplier, governance intent multiplier, navigator fees, slashing, or any navigator-related frontend/backend code. Triggers on: navigator, navigators, delegation, freshness multiplier, governance intent, navigator staking, navigator fee, slashing, NavigatorRegistry.
VeChainThor node internals — architecture, consensus (PoA/PoS/BFT), built-in contracts, REST API, storage, P2P networking, block production, transaction lifecycle, reward distribution, staking, and contributing to the Go codebase.
Secure GitHub Actions workflows against supply-chain, privilege, and shell-injection risks. Use when creating, scaffolding, editing, or reviewing `.github/workflows/*.yml`, reusable workflows, `action.yml`, or Dependabot config for GitHub Actions. Also use for full repository security audits ("audit my workflows", "harden this repo", "security scan", "pin actions to SHA"), secrets scanning with gitleaks and trufflehog, and pre-public-release security reviews. Enforce full 40-character commit SHA pinning, avoid `pull_request_target` on untrusted code, pass GitHub context into `run:` steps via `env:`, and set least-privilege permissions.
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 claimSpecialized agents for blockchain development, smart contracts, and Web3 applications
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing
Claude Code skill pack for Alchemy (18 skills)
Blockchain development agents providing expertise in blockchain architecture, smart contracts, and Web3
Ethereum development skills — corrects LLM blind spots on gas costs, L2s, DeFi protocols, security, and the current tool landscape.
Domain-specific technology experts - blockchain, fintech, gaming, IoT, payments
AI skills and plugins for VeChain development and agentic coding.
# Skills CLI (any agent)
npx skills add vechain/vechain-ai-skills
# Claude Code Marketplace
/plugin marketplace add vechain/vechain-ai-skills
/plugin marketplace update vechain-ai # Update to latest skills
# Install skills
/plugin install vechain-dev # Core VeChain SDK, fee delegation, multi-clause
/plugin install vechain-kit # Frontend dApps, wallet, social login
/plugin install smart-contract-development # Solidity, Hardhat, testing, security
/plugin install vebetterdao # X2Earn apps, B3TR/VOT3, governance
/plugin install stargate # NFT staking, validators, delegation
/plugin install translate # i18n translation management
/plugin install grill-me # Relentless plan interviewer
/plugin install auto-voting-relayers # Auto-voting & relayer system
/plugin install create-vechain-dapp # Scaffold VeChain dApp projects
/plugin install vechain-react-native-dev # React Native VeWorld wallet integration
/plugin install indexer-core # indexer-core library integration & maintenance
# Update frequently to always have up to date skills
Core VeChain development — SDK usage, fee delegation (VIP-191), multi-clause transactions, dual-token model, and legacy migration from Connex/thor-devkit.
Frontend dApp development with VeChain Kit and dapp-kit — wallet connection, social login, smart accounts, hooks, components, React Query patterns, and transaction UX.
Solidity smart contract development on VeChainThor — Hardhat setup, ERC-20/721 patterns, upgradeable contracts, gas optimization, testing with Thor Solo, security auditing, and ABI codegen.
VeBetterDAO and X2Earn app development — B3TR/VOT3 tokens, reward distribution, sustainability proofs, app submission, governance, VeVote, and quadratic funding.
StarGate staking on VeChainThor — NFT-based staking, tiered rewards, validator delegation, node management, boosting, and Phase 2 changes.
Manages react-i18next translation files across 15 languages. Adds/removes keys, keeps files sorted, enforces fixed-word rules, and verifies sync with the source locale.
Interview you relentlessly about every aspect of a plan until shared understanding is reached. Walks down each branch of the design tree, resolving dependencies between decisions one-by-one.
Complete domain knowledge for VeBetterDAO's auto-voting and relayer system -- smart contracts (XAllocationVoting, VoterRewards, RelayerRewardsPool), relayer node, relayer dashboard, fee mechanics, and veDelegate comparison.
Scaffold a VeChain dApp with Next.js 14, VeChain Kit, Chakra UI v3, and GitHub Pages deployment. Supports standalone (frontend-only) or monorepo (Turbo + Hardhat contracts) modes.
React Native VeWorld wallet integration — deep link communication, NaCl encryption, transaction signing, certificate signing, EIP-712 typed data, and multi-network support via @vechain/react-native-wallet-link.
VeChain indexer-core library — IndexerFactory, IndexerRunner, LogsIndexer vs BlockIndexer mode selection, ABI and business events, rollback semantics, and integration guidance.
See CONTRIBUTING.md for development setup and contribution guidelines.
MIT License — see LICENSE for details.