Awesome AI AgentsIDE Integrations

jarrodwatts/claude-delegator

⭐ 997 repository created 2026-01-08

Claude Delegator is a Claude Code plugin that gives Claude a set of specialist subagents backed by a second model provider. It installs through the Claude Code plugin marketplace and a setup command, and requires either the Codex CLI or the Gemini CLI to be available; the plugin detects which one is configured and routes work accordingly, and both can be used together. Five experts are defined, each with its own system prompt stored in the prompts directory: an Architect for system design, tradeoffs and hard debugging; a Plan Reviewer that validates a plan before implementation starts; a Scope Analyst that surfaces ambiguities early; a Code Reviewer for bug hunting and quality; and a Security Analyst for vulnerabilities and threat modelling. Claude reads the incoming request, picks the matching expert, and delegates through the MCP servers registered for Codex or Gemini. Responses are synthesised by Claude rather than passed through raw, so the main agent still applies its own judgement to the expert output. Each expert supports two operating modes chosen automatically from the request: advisory mode runs the underlying CLI in a read-only sandbox for analysis and recommendations, and implementation mode runs it with workspace write access so the expert can make changes directly. Defaults for sandbox mode and approval policy can be set globally in the Codex configuration file and overridden per call. Multi-turn conversations are supported through a thread identifier, letting an expert keep context across chained implementation steps, and experts retry up to three times before escalating. The README documents manual MCP registration commands for both providers as a fallback when the setup command fails, plus health-check invocations. Expert prompts are meant to be edited for project-specific behaviour.

https://github.com/jarrodwatts/claude-delegator

claude-codepluginmcpsubagentscodexgeminicode-review

Also in IDE Integrations

continuedev/continue

Continue is an open-source platform that enables developers to create, share, and use custom AI code assistants within popular IDEs, enhancing coding productivity and collaboration through features like Chat, Autocomplete, Edit, and Agent.

coder/coder

Coder is a platform for creating secure, self-hosted cloud development environments that streamline developer onboarding and optimize resource usage through automation and integrations.

sweepai/sweep

Sweep is an AI-powered coding assistant plugin designed to enhance productivity and coding efficiency within JetBrains IDEs.

tigerless-labs/autoharness

Claude Code plugin that distills reusable skills from real coding sessions, merges same-scenario skills instead of duplicating them, and prunes skills that stop being used.

eth-sri/lmql

LMQL is a Python-superset programming language designed for constraint-guided and efficient interaction with large language models, enabling advanced control flow, decoding, and integration with multiple LLM providers.

nicepkg/aide

Aide is a Visual Studio Code extension that leverages AI to provide one-click code conversion, commenting, optimization, and batch processing features to enhance developer productivity.

fcakyon/claude-codex-settings

Plugin marketplace and shared configuration for Claude Code, Codex CLI, Cursor and Gemini CLI, bundling skills, slash commands, hooks, subagents and MCP servers.

DeepMyst/Mysti

VS Code extension that runs twelve AI coding agents in one chat interface, with a brainstorm mode where two agents collaborate, selectable personas, permission controls and at-mention routing.