Claude Code plugin for Envio HyperIndex development - teaches best practices for building blockchain indexers and migrating from TheGraph subgraphs
npx claudepluginhub 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.
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.
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.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Complete developer toolkit for Claude Code
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.