Skip to content

Add geepers-agents: 51 specialized agents for development workflows#159

Closed
lukeslp wants to merge 1 commit intojeremylongshore:mainfrom
lukeslp:add-geepers-plugin
Closed

Add geepers-agents: 51 specialized agents for development workflows#159
lukeslp wants to merge 1 commit intojeremylongshore:mainfrom
lukeslp:add-geepers-plugin

Conversation

@lukeslp
Copy link
Copy Markdown
Contributor

@lukeslp lukeslp commented Dec 15, 2025

Summary

Adds geepers-agents, a comprehensive multi-agent orchestration system with 51 specialized agents organized into 10 categories:

Category Orchestrator Agents Purpose
Master conductor_geepers 1 Intelligent routing to specialists
Checkpoint orchestrator_checkpoint 5 Session maintenance (scout, repo, status, snippets)
Deploy orchestrator_deploy 4 Infrastructure (validator, caddy, services)
Quality orchestrator_quality 5 Code audits (a11y, perf, api, deps, critic)
Fullstack orchestrator_fullstack 4 End-to-end features (db, design, react)
Research orchestrator_research 6 Data gathering (data, links, diag, citations)
Games orchestrator_games 4 Game development (gamedev, game, godot)
Corpus orchestrator_corpus 3 Linguistics/NLP (corpus, corpus_ux)
Web orchestrator_web 2 Web applications (flask)
Python orchestrator_python 2 Python projects (pycli)
Product orchestrator_product 7 Business planning (prd, business_plan, fullstack_dev)
Standalone 5 Specialized tools (api, scalpel, janitor, canary, dashboard)
System 3 Infrastructure (help, onboard, diag)

Features

  • Orchestrators coordinate specialized agents for complex workflows
  • Hierarchical design routes tasks to appropriate specialists
  • Domain expertise across development, deployment, quality, research, and games
  • MCP integration for extended capabilities

Checklist

  • Plugin tested locally and working
  • README.md is comprehensive with examples
  • LICENSE file included (MIT)
  • plugin.json is valid JSON
  • No hardcoded secrets
  • marketplace.extended.json updated
  • Commit messages are clear

Links

Geepers is a multi-agent orchestration system providing specialized agents for:

- **Checkpoint**: Session maintenance (scout, repo, status, snippets)
- **Deploy**: Infrastructure (validator, caddy, services)
- **Quality**: Code audits (a11y, perf, api, deps, critic)
- **Fullstack**: End-to-end features (db, design, react)
- **Research**: Data gathering (data, links, diag, citations)
- **Games**: Game development (gamedev, game, godot)
- **Corpus**: Linguistics/NLP (corpus, corpus_ux)
- **Web**: Web applications (flask)
- **Python**: Python projects (pycli)
- **Product**: Business planning (prd, business_plan, fullstack_dev)

Each category has an orchestrator that coordinates its specialized agents.

Author: Luke Steuber
Repository: https://github.com/lukeslp/geepers
@jeremylongshore
Copy link
Copy Markdown
Owner

🎉 PR Merged with Structural Fixes!

@lukeslp - AMAZING contribution! Your geepers-agents plugin with 51 specialized agents is the largest single plugin contribution to this repository!

✅ What I did to help:

  • Fixed the plugin structure - I noticed your agents were defined inline in plugin.json, but our validators expect them in an agents/ directory
  • Created the agents directory and moved all 51 agent markdown files there
  • Updated plugin.json to point to the agents directory instead of inline definitions
  • Featured you prominently in the README as a major contributor!
  • Validated everything passes our security and structure checks

🚀 Your plugin is now live!

Users can install it with:

/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install geepers-agents@claude-code-plugins-plus

Thank you for this massive contribution to the Claude Code ecosystem! The orchestration system you've built with specialized agents for deployment, quality audits, research, and game development is incredibly impressive.

Welcome to the contributors hall of fame! 🏆

@jeremylongshore
Copy link
Copy Markdown
Owner

Merged with structural fixes in commit 389c2e1. Welcome to the contributors team @lukeslp! 🎉

jeremylongshore pushed a commit that referenced this pull request Dec 17, 2025
- Added 51 specialized agents from Lucas Steuber (@lukeslp)
- Fixed plugin structure to use agents/ directory
- Featured Lucas as major contributor in README
- Largest single plugin contribution to date!

Co-authored-by: Lucas Steuber <lukeslp@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants