plugins marketplace
← All plugins

geepers

v1.13.0

Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.

Claude Code

by Luke SteuberMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/geepers-agents/ inside the repository.

Layout

plugins/community/geepers-agents/
└── .claude-plugin/plugin.json

Manifests1

plugins/community/geepers-agents/.claude-plugin/plugin.json
{
  "name": "geepers",
  "version": "1.13.0",
  "description": "Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.",
  "author": {
    "name": "Luke Steuber"
  },
  "license": "MIT",
  "homepage": "https://dr.eamer.dev/geepers/",
  "repository": "https://github.com/lukeslp/geepers",
  "keywords": [
    "mcp",
    "orchestration",
    "multi-agent",
    "development-workflow",
    "code-quality",
    "deployment",
    "geepers",
    "claude-code"
  ]
}