awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 مستودعات

Awesome GitHub RepositoriesIncremental Implementations

Strategies for building features in small, verifiable vertical slices using test-driven development.

Distinct from Incremental Build Engines: Candidates focus on build-system performance (compilation), whereas this is about the software development methodology of incremental feature delivery.

Explore 12 awesome GitHub repositories matching software engineering & architecture · Incremental Implementations. Refine with filters or upvote what's useful.

Awesome Incremental Implementations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • addyosmani/agent-skillsالصورة الرمزية لـ addyosmani

    addyosmani/agent-skills

    60,849عرض على GitHub↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Provides a framework for implementing features via thin vertical slices and continuous verification.

    Shellagent-skillsantigravityantigravity-ide
    عرض على GitHub↗60,849
  • stitionai/devikaالصورة الرمزية لـ stitionai

    stitionai/devika

    19,511عرض على GitHub↗

    Devika is an autonomous AI software engineering system designed to plan, write, and debug code from high-level natural language instructions. It functions as an agentic software engineer that decomposes complex objectives into actionable coding steps for autonomous execution. The system integrates cloud-based and self-hosted large language models through a provider-agnostic layer, allowing for multi-model reasoning and code completion. It distinguishes itself by combining these models with a sandboxed execution environment for running code across different operating systems and a web-browsing

    Modifies project files to add new capabilities while maintaining existing code style and performing incremental verification.

    Python
    عرض على GitHub↗19,511
  • kanaka/malالصورة الرمزية لـ kanaka

    kanaka/mal

    10,665عرض على GitHub↗

    This project is a Lisp interpreter implementation guide and framework designed to teach the core principles of programming language design. It provides a structured, step-by-step technical framework for building a functional Lisp language from scratch, featuring a specialized interpreter engine and an S-expression parser that converts syntax into abstract syntax trees. The project emphasizes a code-as-data metaprogramming framework, enabling the implementation of macros, quoting, and quasiquoting to transform expressions during evaluation. It is designed with host language agnosticism, allowi

    Organizes the interpreter build process into a sequence of verifiable, incremental implementation stages.

    Assemblybashcc-plus-plus
    عرض على GitHub↗10,665
  • tukuaiai/vibe-coding-cnالصورة الرمزية لـ tukuaiai

    tukuaiai/vibe-coding-cn

    8,294عرض على GitHub↗

    vibe-coding-cn is an AI software development workflow and prompt engineering framework designed to transform product ideas into functional applications using natural language. It functions as an AI agent orchestration system that coordinates specialized skills and quality gates to guide the incremental creation of software. The framework distinguishes itself through a project memory system that maintains architectural and design documentation to preserve context during long-term collaborations. It employs a prompt optimization library that utilizes recursive loops, chain-of-thought reasoning,

    Builds complex features using small-step instructions and mandatory verification tests to ensure successful delivery.

    Pythonaiai-agentsclaude-code
    عرض على GitHub↗8,294
  • sweepai/sweepالصورة الرمزية لـ sweepai

    sweepai/sweep

    7,703عرض على GitHub↗

    Sweep هو نظام هندسة برمجيات مؤتمت يستخدم نماذج لغوية كبيرة لحل مشكلات GitHub. يعمل كمهندس برمجيات يعمل بالذكاء الاصطناعي، حيث يحول أوصاف المشكلات المكتوبة باللغة الطبيعية إلى تغييرات برمجية ملموسة وطلبات سحب (Pull Requests). يتكامل النظام مع خطافات الويب (Webhooks) في GitHub لتشغيل سير العمل بناءً على إنشاء المشكلات أو تحديث التصنيفات. يستخدم النظام حلقة تغذية راجعة تكرارية تحلل أخطاء المترجم ونتائج الاختبارات لتحسين الكود المولد وتصحيح الأخطاء. تغطي الأداة مجموعة من قدرات الصيانة، بما في ذلك إصلاح الأخطاء المؤتمت، وتنفيذ الميزات، وإعادة هيكلة الكود. كما تدمج التحليل الساكن والمطالبات الواعية بالسياق لضمان توافق الكود المولد مع معايير الكتابة والتسجيل والهيكلية الخاصة بالمشروع. تتم إدارة الأمان من خلال حواجز حماية قائمة على القواعد وقيود وصول تمنع الوكيل من تعديل الملفات أو المجلدات المحمية.

    Automatically implements new requested features from GitHub issues while preserving existing codebase styles.

    Jupyter Notebook
    عرض على GitHub↗7,703
  • missing-semester-cn/missing-semester-cn.github.ioالصورة الرمزية لـ missing-semester-cn

    missing-semester-cn/missing-semester-cn.github.io

    7,311عرض على GitHub↗

    This is an open-source educational website that translates and localizes MIT's Missing Semester course, teaching practical computing skills for computer science students. The curriculum covers developer tooling, shell scripting, version control, security fundamentals, and open-source collaboration, with a focus on core computing skills including data processing pipelines, workflow automation, secure remote access, shell productivity, Vim editing, and Git version control. The project distinguishes itself by teaching command-line mastery, shell scripting, and automation to boost daily developer

    Teaches translating a descriptive specification into working code with iterative refinement.

    Markdown
    عرض على GitHub↗7,311
  • rse/es6-featuresالصورة الرمزية لـ rse

    rse/es6-features

    6,163عرض على GitHub↗

    This project is a reference catalogue of the new syntax and behavioral changes introduced in the ECMAScript 6 (ES6) specification for JavaScript. It serves as a curated overview and comparison table of the language features defined by the standard, documenting additions such as block scoping with let and const, arrow function syntax, default parameter handling, and rest parameter collection. The reference is structured as a side-by-side comparison chart that maps old and new JavaScript syntax patterns, providing a focused guide for each capability. It covers the core language fundamentals

    Organises ES6 features by their specification section for side-by-side comparison.

    HTML
    عرض على GitHub↗6,163
  • kuafuai/devopsgptالصورة الرمزية لـ kuafuai

    kuafuai/DevOpsGPT

    5,959عرض على GitHub↗

    DevOpsGPT هي منصة أتمتة DevOps مدفوعة بنماذج اللغات الكبيرة ووكيل تطوير برمجيات ذكي. تحول متطلبات اللغة الطبيعية إلى كود وظيفي وعمليات نشر آلية من خلال تنسيق تحليل قاعدة الكود، وإنشاء الكود، وخطوط أنابيب التسليم. يتميز النظام بمحرك إنشاء كود آلي ومحرك تفكيك قائم على المهام يحلل هياكل المشروع لإنتاج امتدادات كود مدركة للسياق. ويستخدم نظام تكامل نماذج قابلاً للتوصيل للاتصال بنشر نماذج لغوية خاصة أو احترافية لمهام التطوير الخاصة بالمجال. تدير المنصة دورة حياة تسليم البرمجيات الكاملة من خلال منسق خط أنابيب CI/CD الذي يربط تخليق الكود بالاختبار الآلي وأدوات النشر. يشمل ذلك قدرات لإصدار نسخ البرمجيات والتكامل مع منصات DevOps خارجية متنوعة.

    Autonomously modifies project files to add new capabilities while preserving existing code styles.

    HTML
    عرض على GitHub↗5,959
  • potpie-ai/potpieالصورة الرمزية لـ potpie-ai

    potpie-ai/potpie

    5,161عرض على GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Generates detailed implementation plans and surfaces clarifying questions to define new feature specifications.

    Pythonagentsai-agentsai-agents-framework
    عرض على GitHub↗5,161
  • buildermethods/agent-osالصورة الرمزية لـ buildermethods

    buildermethods/agent-os

    3,885عرض على GitHub↗

    Agent-OS is an LLM multi-agent orchestration framework and AI software development lifecycle tool designed to coordinate specialized agents through shared workspaces and structured task lists. It functions as an agentic application bootstrapper and technical specification engine, providing the infrastructure to guide the process from product requirements to automated coding and deployment. The system distinguishes itself through spec-driven development, using detailed technical specifications and layered context injection to ensure generated code aligns with project standards. It employs a ma

    Generates detailed functional requirements and sample data to guide the development of specific application screens.

    Shell
    عرض على GitHub↗3,885
  • gemini-cli-extensions/conductorالصورة الرمزية لـ gemini-cli-extensions

    gemini-cli-extensions/conductor

    2,751عرض على GitHub↗

    Conductor is an agentic coding tool that plans, generates, and manages software features through structured tracks and human-reviewed plans. It operates as a plan-driven code generator, reading structured plan files to determine the sequence of tasks and their dependencies before executing any code generation or modification. The system also functions as a feature specification manager, defining features in formal specification files that capture goals, requirements, and implementation steps as machine-readable documents. The tool distinguishes itself through a git-history-based undo system t

    Planning, specifying, and implementing software features through structured tracks with human review before code generation.

    context-driven-developmentgeminigemini-cli
    عرض على GitHub↗2,751
  • snaptoken/kilo-tutorialالصورة الرمزية لـ snaptoken

    snaptoken/kilo-tutorial

    972عرض على GitHub↗

    This project is an educational resource designed to teach low-level software development through the incremental construction of a functional terminal-based text editor. It provides a step-by-step curriculum that guides users through the process of building an interactive application from scratch using C and standard terminal input handling. The tutorial distinguishes itself by utilizing an incremental implementation pattern, where each functional milestone builds upon previous code to ensure a manageable learning curve. To support this process, the project includes a command-line utility tha

    Structures the learning process into small, functional milestones that build incrementally upon previous code.

    عرض على GitHub↗972
  1. Home
  2. Software Engineering & Architecture
  3. Incremental Implementations

استكشف الوسوم الفرعية

  • AI-Driven Feature Implementation2 وسوم فرعيةAutonomous modification of project files to add new capabilities while preserving existing code styles. **Distinct from Incremental Implementations:** Focuses on AI-agent-driven code modification for new features, rather than manual TDD vertical slice methodologies.