Skip to content

eigi-ai/eigi-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eigi Claude Code Plugin

This repository is structured as a standalone Claude Code plugin named eigi.

It connects Claude Code to the hosted Eigi MCP server and adds Eigi conversation prompt rules as a Claude Code skill.

It also includes .claude-plugin/marketplace.json so the same repository can be added directly as a marketplace without introducing an extra plugin folder.

Repository Structure

eigi-plugins/
├── .claude-plugin/
│   └── plugin.json
├── .mcp.json
├── README.md
└── skills/
    └── conversation-rules/
        └── SKILL.md

Components

  • MCP server: https://mcp.eigi.ai/mcp
  • Skill: /eigi:conversation-rules

Local Testing

From this repository root, validate the plugin:

claude plugin validate .

Load the plugin directly during development:

claude --plugin-dir .

After Claude Code starts, reload plugin components if needed:

/reload-plugins

Then use the skill:

/eigi:conversation-rules

Check the MCP connection from inside Claude Code:

/mcp

Public Distribution

This repo works in two ways:

  1. As a direct plugin source for local development with claude --plugin-dir .
  2. As a self-hosted marketplace repo with /plugin marketplace add eigi-ai/eigi-plugins

To install from the GitHub marketplace repo:

/plugin marketplace add eigi-ai/eigi-plugins
/plugin install eigi@eigi-plugins

For Anthropic's community marketplace submission:

  1. Push this repository to GitHub.
  2. Run claude plugin validate . locally.
  3. Submit the plugin through the Claude plugin submission form.
  4. Wait for automated validation and safety review.

Notes

  • The Eigi MCP server uses Claude Code's remote HTTP MCP transport.
  • If the MCP server later requires authentication, add plugin userConfig to .claude-plugin/plugin.json and reference it from .mcp.json headers.
  • Agents and hooks are intentionally not included in this first scaffold. They can be added later under agents/ and hooks/ at the plugin root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors