Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By enviodev
Claude Code plugin for Envio HyperIndex development - teaches best practices for building blockchain indexers and migrating from TheGraph subgraphs
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin enviodev-envio-pluginsThis skill should be used when the user asks to "create an indexer", "build a hyperindex", "index blockchain events", "write event handlers", "configure config.yaml", "define schema.graphql", "use envio", "set up hyperindex", "index smart contract events", "create graphql schema for blockchain data", or mentions Envio, HyperIndex, blockchain indexing, or event handler development.
This skill should be used when the user asks to "migrate from subgraph", "convert subgraph to hyperindex", "migrate from thegraph", "port subgraph", "convert subgraph handlers", "migrate assemblyscript to typescript", or mentions TheGraph, subgraph migration, subgraph.yaml conversion, or converting from TheGraph to Envio. For core HyperIndex development patterns, refer to the hyperindex-development skill.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Specialized agents for blockchain development, smart contracts, and Web3 applications
Claude Code skill pack for QuickNode (18 skills)
Skills for working with the Sentio platform — building blockchain data processors, running SQL queries, managing alerts, dashboards, and endpoints
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Official plugin marketplace for Envio's Claude Code plugins. These plugins enhance Claude Code with specialized knowledge and capabilities for Envio development.
| Plugin | Description | Version |
|---|---|---|
| envio-hyperindex | HyperIndex blockchain indexer development | 1.0.0 |
Add this marketplace to Claude Code:
/plugin marketplace add enviodev/envio-plugins
This makes all Envio plugins available for installation.
Once the marketplace is added, install plugins:
/plugin install envio-hyperindex@envio-plugins
Or browse interactively:
/plugin
Clone and add locally for development:
git clone https://github.com/enviodev/envio-plugins.git
cd envio-plugins
# Add local marketplace
/plugin marketplace add ./envio-plugins
Once installed, plugins activate automatically based on context. For example:
/envio-hyperindex:init Initialize a new HyperIndex project
| Skill | Triggers |
|---|---|
| HyperIndex Development | "create indexer", "event handlers", "config.yaml", "schema.graphql" |
| Subgraph Migration | "migrate from subgraph", "convert thegraph", "subgraph to hyperindex" |
| Agent | Purpose |
|---|---|
| HyperIndex Helper | Debug indexers, explain patterns, review code |
envio-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
├── plugins/
│ └── envio-hyperindex/ # Individual plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ ├── commands/
│ ├── agents/
│ └── README.md
├── README.md
├── CONTRIBUTING.md
└── LICENSE
We welcome contributions! See CONTRIBUTING.md for guidelines.
plugins/.claude-plugin/plugin.json manifestSource Available - see LICENSE for details.