Awesome AI AgentsIDE Integrations

fcakyon/claude-codex-settings

⭐ 1142 Python repository created 2025-07-09

Claude Codex Settings is a configuration and plugin repository for agentic coding tools, covering Claude Code, Claude Desktop, OpenAI Codex CLI, Cursor and Gemini CLI, with support for Kimi, MiniMax and GLM API providers alongside the default models. It is distributed as a plugin marketplace rather than a monolithic dotfile set: the marketplace is registered once with the host tool, then individual plugins are installed by name using each tool native command, for example claude plugin marketplace add followed by claude plugin install, codex plugin add, cursor plugin install, or gemini extensions install pointing at a plugin directory. Each plugin bundles some combination of skills defined by SKILL.md files, slash commands, and hooks written in Python that run on tool lifecycle events. Documented examples include simplify, which reviews a staged or committed diff across four angles, reuse, simplification, efficiency and altitude, using parallel agents and then applies the cleanups, together with a guard hook requiring a completed simplify run before each commit unless explicitly skipped; and humanize, which inspects text before a Write or Edit is saved and blocks writing that reads as machine-generated, offering plain-word replacements, scanning markdown files whole but only comments and docstrings inside code. The repository also carries shared agent guidance in .claude/CLAUDE.md, intended to be copied into a project or synced into the user home configuration, with symlinks suggested so Codex, Cursor, Copilot and Gemini read the same file through their AGENTS.md and GEMINI.md conventions. The stated motivation is to correct common failure modes of coding agents: acting on unchecked assumptions, not asking for clarification, not surfacing tradeoffs, over-complicating code and APIs, and leaving dead code behind. The project is indexed on Context7 and publishes an llms.txt.

https://github.com/fcakyon/claude-codex-settings

claude-codecodex-clicursorgemini-clipluginsskillshookssubagentsmcpagent-configurationpython

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.

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.

langchain-ai/mcpdoc

MCP LLMS-TXT Documentation Server is an open-source MCP server that exposes llms.txt files to IDEs and applications, providing controlled, auditable access to LLM documentation for enhanced development workflows.