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

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

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

18 مستودعات

Awesome GitHub RepositoriesDeveloper Productivity

Tools, templates, and utilities to accelerate software development and project management.

Explore 18 awesome GitHub repositories matching part of an awesome list · Developer Productivity. Refine with filters or upvote what's useful.

Awesome Developer Productivity GitHub Repositories

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

    freeCodeCamp/freeCodeCamp

    448,278عرض على GitHub↗

    freeCodeCamp هي منصة تعليمية مفتوحة المصدر قائمة على الويب، مصممة لتسهيل اكتساب مهارات هندسة البرمجيات من خلال منهج دراسي منظم قائم على المشاريع. تجمع المنصة بين التعليم النظري وتمارين البرمجة العملية، مما يتطلب من المستخدمين بناء تطبيقات وظيفية لإثبات إتقان مفاهيم البرمجة. توفر المنصة مساحة عمل مدمجة في المتصفح تقوم بتقييم كفاءة المتعلم من خلال الاختبار الآلي لعمليات إرسال الكود مقابل المتطلبات الوظيفية المحددة مسبقاً. تتميز المنصة بدمج التدريب التقني مع موارد التطوير المهني. فبالإضافة إلى وحدات البرمجة الأساسية وتطوير الـ full-stack، تقدم تدريباً متخصصاً في إدارة قواعد البيانات العلائقية والتواصل المهني. تم تصميم وحدات إتقان اللغة هذه لتحسين مهارات التوثيق التقني، والتفاعل التعاوني، والتواصل في مكان العمل لمطوري البرمجيات. تدعم البنية التحتية نموذج التعلم هذا من خلال بيئات معزولة (sandboxes) لتنفيذ الكود ومحرك تحقق آلي يقوم بالتحقق من استعلامات SQL ومنطق الكود الذي يرسله المستخدم. يتم هيكلة المنهج باستخدام ملفات markdown معيارية، وتتم إدارة التجربة بأكملها بواسطة نظام قائم على الأحداث يتتبع التقدم عبر مسارات تعليمية متنوعة.

    Open-source curriculum for learning programming.

    TypeScriptcareerscertificationcommunity
    عرض على GitHub↗448,278
  • nilbuild/developer-roadmapالصورة الرمزية لـ nilbuild

    nilbuild/developer-roadmap

    358,362عرض على GitHub↗

    خرائط طريق ومقالات وموارد للمطورين يقودها المجتمع

    Interactive guides for career growth.

    TypeScript
    عرض على GitHub↗358,362
  • storybookjs/storybookالصورة الرمزية لـ storybookjs

    storybookjs/storybook

    90,415عرض على GitHub↗

    Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without running the full application. The platform utilizes a framework-agnostic bridge layer to support various frontend technologies and features a modular, addon-based architecture that allows for custom UI panels and toolbar controls. It captures component states as declarative metad

    Workshop for building and testing UI components.

    TypeScriptangularcomponentsdesign-systems
    عرض على GitHub↗90,415
  • zed-industries/zedالصورة الرمزية لـ zed-industries

    zed-industries/zed

    85,338عرض على GitHub↗

    Zed is an AI-native, high-performance code editor designed for extreme responsiveness and keyboard-centric workflows. It functions as an extensible text processing workspace that integrates autonomous agents and predictive models directly into the development environment to automate complex engineering tasks, refactoring, and code generation. The editor distinguishes itself through a GPU-accelerated rendering pipeline and an asynchronous multi-threaded architecture that ensures low-latency interaction even with large-scale projects. It features built-in support for real-time, multi-user colla

    High-performance, multiplayer code editor.

    Rustgpuirust-langtext-editor
    عرض على GitHub↗85,338
  • leonardomso/33-js-conceptsالصورة الرمزية لـ leonardomso

    leonardomso/33-js-concepts

    66,467عرض على GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features

    Essential JavaScript concepts for developers.

    JavaScriptangularconceptses6
    عرض على GitHub↗66,467
  • h5bp/html5-boilerplateالصورة الرمزية لـ h5bp

    h5bp/html5-boilerplate

    57,494عرض على GitHub↗

    This project is a professional HTML5 website template and responsive web starter that provides a foundation of pre-configured HTML, CSS, and JavaScript files. It serves as a cross-browser compatibility base, ensuring consistent rendering and performance across modern web browsers. The project includes a web metadata framework to standardize Open Graph and social metadata for content previews on external platforms. It also provides a front-end build pipeline to lint, format, and optimize source assets into production-ready distribution files. The codebase covers broad capability areas includi

    Professional template for fast web development.

    JavaScriptbest-practicescsshtml
    عرض على GitHub↗57,494
  • cypress-io/cypressالصورة الرمزية لـ cypress-io

    cypress-io/cypress

    50,113عرض على GitHub↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    Fast and reliable browser-based testing.

    TypeScriptangular-testing-librarycomponent-testingcypress
    عرض على GitHub↗50,113
  • react-hook-form/react-hook-formالصورة الرمزية لـ react-hook-form

    react-hook-form/react-hook-form

    44,760عرض على GitHub↗

    React Hook Form is a state management library designed to handle form registration, validation, and submission lifecycle events. By decoupling form control logic from the standard component lifecycle, it enables the creation of performant forms that minimize unnecessary re-renders. The library integrates with external schema validation tools to enforce data integrity and provides a declarative framework for managing complex form structures. The project distinguishes itself through a subscription-based architecture that tracks property access to ensure components only update when the specific

    Library for form state management and validation.

    TypeScriptdxform-builderforms
    عرض على GitHub↗44,760
  • eyaltoledano/claude-task-masterالصورة الرمزية لـ eyaltoledano

    eyaltoledano/claude-task-master

    27,567عرض على GitHub↗

    This project is an autonomous, multi-model orchestrator designed to manage the full software development lifecycle through a command-line interface. It functions as an intelligent agent that decomposes high-level product goals into actionable, prioritized subtasks, manages dependency graphs, and executes development cycles. By automating requirement parsing, technical research, and task tracking, it maintains project alignment and momentum throughout the implementation process. The system distinguishes itself through a provider-agnostic abstraction layer that allows users to assign specific a

    AI-driven task management for development.

    JavaScriptaicursorcursor-ai
    عرض على GitHub↗27,567
  • google/guiceالصورة الرمزية لـ google

    google/guice

    12,734عرض على GitHub↗

    Guice is a Java dependency injection framework and component container. It automates object wiring by mapping interfaces to implementations via a central injector, removing the need for manual factory patterns and constructor calls. The framework provides specialized support for aspect-oriented programming, allowing for the interception and modification of method execution to implement shared cross-cutting concerns. It also functions as a persistence manager to coordinate transaction boundaries and manage the lifecycle of entity managers within a dependency-injected environment. Its core cap

    Dependency injection framework for managing object lifecycles and wiring.

    Java
    عرض على GitHub↗12,734
  • react-cosmos/react-cosmosالصورة الرمزية لـ react-cosmos

    react-cosmos/react-cosmos

    8,665عرض على GitHub↗

    React Cosmos is an isolated component workbench and sandbox for building and testing React UI components separately from the rest of an application. It serves as a UI component library tool used to document and visualize various states and variations of user interface elements. The project enables the development of components in isolation to decouple UI elements from complex application state and business logic. This environment supports React UI prototyping, UI component testing, and visual regression workflows to ensure consistent behavior across different states. The tool provides capabi

    Sandbox for developing components in isolation.

    TypeScriptcomponentsdevtoolsreact
    عرض على GitHub↗8,665
  • nowork-studio/toprankالصورة الرمزية لـ nowork-studio

    nowork-studio/toprank

    2,873عرض على GitHub↗

    Open-source Claude Code skills for SEO, GEO, Google Ads, Meta Ads

    Claude Code plugin with SEO and Google Ads skills.

    TypeScript
    عرض على GitHub↗2,873
  • acunniffe/git-aiالصورة الرمزية لـ acunniffe

    acunniffe/git-ai

    2,153عرض على GitHub↗

    A Git extension for tracking the AI-generated code in your repos

    Git extension tracking AI-generated code and prompts.

    Rust
    عرض على GitHub↗2,153
  • erishforg/git-parsecالصورة الرمزية لـ erishforG

    erishforG/git-parsec

    16عرض على GitHub↗

    `bash $ parsec start PROJ-1234 # creates worktree, fetches Jira title, sets up branch $ parsec ship PROJ-1234 # pushes, opens PR, cleans worktree `

    Git worktree manager for isolated agent workspaces.

    Rust
    عرض على GitHub↗16
  • qovery/qovery-skillsالصورة الرمزية لـ Qovery

    Qovery/qovery-skills

    7عرض على GitHub↗

    AI agent skills for deploying and troubleshooting applications on Kubernetes using Qovery. Compatible with 30+ AI coding tools that support the Agent Skills open standard.

    Agent skill for deploying applications to Kubernetes.

    Shell
    عرض على GitHub↗7
  • zagmoai/public-google-driveالصورة الرمزية لـ zagmoai

    zagmoai/public-google-drive

    1عرض على GitHub↗

    Memyard Drive

    Agent skill for editing Google Docs and Sheets.

    عرض على GitHub↗1
  • garvitsurana/burndG

    garvitsurana/burnd

    0عرض على GitHub↗

    CLI tool to identify cost leaks in agent usage.

    عرض على GitHub↗0
  • sapph1re/agent-cost-guardrailsالصورة الرمزية لـ sapph1re

    sapph1re/agent-cost-guardrails

    0عرض على GitHub↗

    Budget limits and cost guardrails for AI agent frameworks. Prevents runaway API spend with hard budget enforcement, circuit breakers, and per-agent cost tracking.

    Framework-native budget limits for AI agent frameworks.

    Python
    عرض على GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Developer Productivity