Batch 33 (Phase D) — Misc IDE Plugins, Gemini Subagents & Residual Catalog Tools
Roster (2)
| slug | stars | distribution | cli_binary | local_ui | orchestration | multi_model | tier |
|---|---|---|---|---|---|---|---|
| claude-code-mcp-kunihiros | 33 | mcp-server | yes (thin wrapper) | none | none | no | A |
| ankitmundada-gemini-subagents | 33 | template-bundle | no | none | hierarchical (prompt-level) | yes (per-agent frontmatter) | A |
Intra-batch patterns
Both frameworks share exactly the same star count (33) and contributor count (2) — coincidence. Despite both appearing in the "misc" residual batch, they are architecturally opposite: claude-code-mcp-kunihiros is a protocol-bridge MCP server with zero agent primitives, while ankitmundada-gemini-subagents is a 128-agent persona library with no infrastructure code. Neither implements a development methodology, spec-driven workflow, or quality gate. Both are single-tool-locked: the MCP server requires Claude Code CLI, the subagent collection requires Gemini CLI. Neither has memory, hooks, or git automation.
Most interesting find
ankitmundada-gemini-subagents: The per-agent model: and temperature: frontmatter fields are the most technically distinctive feature in this batch and rare in the broader corpus. This is the only collection analyzed that makes model routing declarative per-persona rather than global — gemini-3-flash-preview for lightweight tasks, gemini-3-pro-preview for deep reasoning — effectively encoding a cost/quality tradeoff policy directly into each agent definition. The meta-agent-installer pattern (one agent that installs other agents from inside Gemini CLI) is also a novel bootstrapping approach.
Items written as Tier C
None. Both frameworks had sufficient public material (README, source code, agent files) for full 11-file reports.
Cross-references discovered
ankitmundada-gemini-subagentspattern-borrows from BMAD-METHOD's persona-MD format but applies it to Gemini CLI — a direct cross-tool port of Archetype 1.claude-code-mcp-kunihirosis conceptually adjacent toccmemory(both are single-purpose MCP bridge servers) but bridges to Claude Code CLI rather than Neo4j.- The
agent-installermeta-agent inankitmundada-gemini-subagentsis a self-referential install mechanism analogous to (but simpler than) the marketplace-style patterns seen inclaude-skills-marketplace-mhattingandeval-marketplace.