awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesAgentic Coding Assistants

IDE extensions that provide autonomous coding and project management capabilities.

Distinguishing note: Focuses on agentic, multi-step coding capabilities rather than simple completion.

Explore 5 awesome GitHub repositories matching development tools & productivity · Agentic Coding Assistants. Refine with filters or upvote what's useful.

Awesome Agentic Coding Assistants GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • github/awesome-copilotAvatar github

    github/awesome-copilot

    35,119Vezi pe GitHub↗

    Awesome Copilot is a comprehensive framework for autonomous software development, providing the infrastructure to orchestrate multi-agent teams and automate complex coding workflows. It functions as a centralized platform for managing AI-driven development, enabling developers to deploy specialized agents that interact with local files, terminal commands, and external APIs to execute end-to-end software delivery tasks. The project distinguishes itself through its focus on governance and extensibility, offering a suite of security controls, policy-based execution guardrails, and audit trails t

    Facilitates the discovery and installation of curated agents, hooks, and skills to enhance coding assistant functionality.

    Pythonaigithub-copilothacktoberfest
    Vezi pe GitHub↗35,119
  • smtg-ai/claude-squadAvatar smtg-ai

    smtg-ai/claude-squad

    6,065Vezi pe GitHub↗

    Claude Squad is a terminal-based orchestrator for running multiple AI coding assistants in parallel. It manages the lifecycle of AI agent sessions from a single keyboard-driven interface, allowing users to launch, monitor, pause, resume, and terminate agents without leaving the command line. The tool isolates each agent's work in separate git worktrees, so changes remain on independent branches and never interfere with each other. Before any modifications are committed or pushed, users can review a diff preview of what each agent produced and approve or reject the changes. This diff-based app

    Starts each AI agent with a user-specified shell command, supporting different assistants like Claude Code or Aider.

    Goaiderclaude-codecli
    Vezi pe GitHub↗6,065
  • grapeot/devin.cursorrulesAvatar grapeot

    grapeot/devin.cursorrules

    5,970Vezi pe GitHub↗

    Devin.cursorrules is a configuration framework that transforms Cursor and Windsurf IDEs into autonomous coding agents capable of executing multi-step development workflows without manual step-by-step prompting. It provides a structured set of rule files and configuration templates that extend native IDE agent functionality with automated planning and extended tool capabilities. The project bootstraps an agentic coding environment through a cookiecutter template or direct file copy, injecting plain-text configuration files into the project root that define agent behavior and tool integrations.

    Configures an IDE with automated planning and extended tool use to turn a standard AI coder into a self-evolving developer agent.

    Python
    Vezi pe GitHub↗5,970
  • 1remote/1remoteAvatar 1Remote

    1Remote/1Remote

    5,953Vezi pe GitHub↗

    1Remote is a portable remote desktop client that manages and launches remote sessions across multiple protocols from a single unified interface. It organizes servers using a flexible tagging system and stores all configuration in structured JSON files for easy backup and transfer between machines. The application supports launching RDP, SSH, VNC, Telnet, and other remote connections, and allows users to replace default protocol handlers with custom external programs that accept command-line arguments. It includes a bulk server editor for applying uniform changes to addresses, credentials, or

    Launches arbitrary external programs with custom command-line parameters from the remote session interface.

    C#rdpremote-controlremote-desktop
    Vezi pe GitHub↗5,953
  • eventstore/eventstoreAvatar EventStore

    EventStore/EventStore

    5,809Vezi pe GitHub↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores application state as an immutable, ordered sequence of events rather than updating rows in place, preserving full history for audit, replay, and distributed consistency. The database combines event storage with real-time streaming and a built-in JavaScript projection engine that transforms and aggregates event streams into materialized views. The system provides official gRPC client libraries for Python, Node.js, Java, .NET, Go, and Rust, enabling multi-language application development

    Provides pre-built MCP interfaces and agent skills for AI coding assistants to interact with the event store.

    C#
    Vezi pe GitHub↗5,809
  1. Home
  2. Development Tools & Productivity
  3. Agentic Coding Assistants

Explorează sub-etichetele

  • Custom Program LaunchersStarts each AI agent with a user-specified shell command, supporting different assistants like Claude Code or Aider. **Distinct from Agentic Coding Assistants:** Distinct from Agentic Coding Assistants: focuses on launching arbitrary external programs rather than providing built-in IDE agent capabilities.
  • MCP Interface IntegrationsPre-built agent skills and MCP interfaces that let coding assistants build, debug, and deploy applications against a database. **Distinct from Agentic Coding Assistants:** Distinct from Agentic Coding Assistants: focuses on the MCP integration layer for connecting assistants to a specific database, not the autonomous coding capabilities of the assistant itself.