Skip to content

enviodev/envio-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Envio Claude Code Plugins

Official plugin marketplace for Envio's Claude Code plugins. These plugins enhance Claude Code with specialized knowledge and capabilities for Envio development.

Available Plugins

Plugin Description Version
envio-hyperindex HyperIndex blockchain indexer development 1.0.0

Installation

Add the Marketplace

Add this marketplace to Claude Code:

/plugin marketplace add enviodev/envio-plugins

This makes all Envio plugins available for installation.

Install a Plugin

Once the marketplace is added, install plugins:

/plugin install envio-hyperindex@envio-plugins

Or browse interactively:

/plugin

Local Development

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

Usage

Once installed, plugins activate automatically based on context. For example:

  • HyperIndex Development: Ask Claude to "create an indexer", "write event handlers", or mention HyperIndex/Envio
  • Subgraph Migration: Ask Claude to "migrate from subgraph" or "convert thegraph indexer"

Available Commands

/envio-hyperindex:init    Initialize a new HyperIndex project

Available Skills

Skill Triggers
HyperIndex Development "create indexer", "event handlers", "config.yaml", "schema.graphql"
Subgraph Migration "migrate from subgraph", "convert thegraph", "subgraph to hyperindex"

Available Agents

Agent Purpose
HyperIndex Helper Debug indexers, explain patterns, review code

Marketplace Structure

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

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Adding a New Plugin

  1. Create plugin directory under plugins/
  2. Add required .claude-plugin/plugin.json manifest
  3. Add skills, commands, or agents as needed
  4. Update this README's plugin table
  5. Submit a pull request

Resources

License

Source Available - see LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •