Awesome AI AgentsIDE Integrations

gmickel/gmickel-claude-marketplace

⭐ 696 Python repository created 2025-12-26

Flow-Next, distributed through this Claude Code plugin marketplace repository, is a workflow layer for agentic software engineering. It targets the failure modes that appear when coding agents implement quickly but drift mid-task, forget requirements and hand reviewers large unfocused diffs. Instead of relying on better prompts, the project puts structure into the operating model: rough intent becomes a durable specification, the specification becomes a context-sized task graph, each task is executed by a re-anchored worker run, and implementation lands as a reviewed pull request with a recorded receipt behind every claim that work is done. The pipeline defines six named handover objects. Each one is reviewable on its own, is verified by a different model than the one that produced it, and is frozen at handover, so the artifact chain replaces the conversation history that agentic work normally loses. Technically it is an agent orchestration plugin: agent-native skills layered over a bundled pure-standard-library Python CLI called flowctl. The host agent supplies the intelligence while flowctl provides deterministic plumbing such as state files, task graph bookkeeping and gate enforcement. Every skill can be invoked in plain language, and slash commands are the precise form of the same operations. There are no external services, no SaaS backend and no global configuration: all state lives inside the repository under a .flow directory, and uninstalling means deleting that directory. The marketplace also ships supporting pieces such as cross-model plan review, implementation review and a Ralph-style continuous execution mode. It supports Claude Code, OpenAI Codex, Cursor and Factory Droid as host agents, and includes a teams guide for shared usage. It suits engineering teams that already use coding agents and want repeatable planning, review and verification gates rather than ad-hoc chat sessions.

https://github.com/gmickel/gmickel-claude-marketplace

claude-codeagentic-workflowspec-driven-developmentcode-revieworchestrationplugincursorcodex

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.