awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

63 रिपॉजिटरी

Awesome GitHub RepositoriesGitHub Integration Tools

Utilities and interfaces for interacting with GitHub repositories, including issue tracking and pull request management.

Distinguishing note: This tag focuses on tools that integrate with GitHub workflows, distinct from general-purpose project management or generic issue trackers.

Explore 63 awesome GitHub repositories matching development tools & productivity · GitHub Integration Tools. Refine with filters or upvote what's useful.

Awesome GitHub Integration Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rahuldkjain/github-profile-readme-generatorrahuldkjain का अवतार

    rahuldkjain/github-profile-readme-generator

    24,286GitHub पर देखें↗

    This project is a web-based Markdown profile builder designed to create professional landing pages for GitHub accounts. It functions as a profile README generator that collects user details and professional statistics to produce formatted Markdown code for showcasing technical skills and achievements. The tool distinguishes itself by integrating live data cards, such as contribution metrics and visitor counters, and providing an RSS feed embedder for automated blog syndication. It also automates the setup process by importing public user information and suggesting relevant skills based on a G

    Provides a web-based interface to collect user details and generate a professional GitHub profile README.

    TypeScript
    GitHub पर देखें↗24,286
  • github/hubgithub का अवतार

    github/hub

    22,955GitHub पर देखें↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Extends standard git commands with direct integration for managing GitHub pull requests and repositories.

    Go
    GitHub पर देखें↗22,955
  • mislav/hubmislav का अवतार

    mislav/hub

    22,948GitHub पर देखें↗

    Hub is a terminal-based GitHub API client and command-line wrapper that extends standard git version control with remote project management functionality. It serves as an interface to programmatically execute GitHub operations and simplify the interaction between local repositories and remote resources. The tool provides specialized capabilities for synchronizing forks with upstream repositories and managing GitHub-specific assets including pull requests, issues, and releases. It also enables the creation of code gists and allows users to open specific repository files in a web browser direct

    Manages pull requests, issues, and releases for GitHub projects directly from the terminal.

    Gogitgithub-apigo
    GitHub पर देखें↗22,948
  • desktop/desktopdesktop का अवतार

    desktop/desktop

    21,587GitHub पर देखें↗

    This project is a graphical desktop client for managing version control repositories. It provides a visual interface that translates complex command-line operations into intuitive workflows for tracking local code changes and synchronizing them with remote servers. The application distinguishes itself through integrated credential management and network configuration tools. It utilizes secure authentication flows to handle remote service logins and includes a network layer that automatically detects and applies system-wide proxy settings. These capabilities ensure that version control operati

    Integrates remote service login flows directly into the local development environment for seamless repository access.

    TypeScriptelectrongitgithub
    GitHub पर देखें↗21,587
  • swagger-api/swagger-codegenswagger-api का अवतार

    swagger-api/swagger-codegen

    17,760GitHub पर देखें↗

    Swagger Codegen is a template-driven engine and multi-language toolkit used to generate API client SDKs, server stubs, and human-readable documentation from OpenAPI specifications. It translates these specifications into functional libraries and boilerplate routing code across various target programming languages. The tool utilizes a pluggable generator module system and an integrated template engine, allowing for the customization of generated source code and the creation of new language-specific generators. It supports flexible specification sourcing via local files, remote HTTP endpoints,

    Includes specialized scripts to automate the upload of generated SDKs to GitHub repositories.

    Mustacheopen-sourceopenapi-specificationopenapi3
    GitHub पर देखें↗17,760
  • lowlighter/metricslowlighter का अवतार

    lowlighter/metrics

    16,185GitHub पर देखें↗

    This project is an automated data visualization engine designed to generate dynamic images and charts from repository and user activity. It functions as a modular framework that aggregates statistics and engagement history to produce visual summaries for embedding directly into profile documentation. The system operates through a configuration-driven execution model that leverages automated workflows to fetch and process data without requiring a persistent server. By utilizing a plugin-based architecture, it connects to diverse external web services to pull information, which is then rendered

    Provides a modular platform that connects to external web services to pull and display performance metrics and engagement history.

    JavaScriptautomatedautomationgithub
    GitHub पर देखें↗16,185
  • aiming-lab/autoresearchclawaiming-lab का अवतार

    aiming-lab/AutoResearchClaw

    13,453GitHub पर देखें↗

    AutoResearchClaw is an agentic system designed to automate the scientific research process. It functions as an autonomous research agent and workflow automator that manages the entire lifecycle of a project, from initial hypothesis generation and literature review to experimental execution and the production of LaTeX-formatted academic papers. The system distinguishes itself through a multi-agent research pipeline that utilizes structured debates for hypothesis refinement and peer review. It employs a branch-and-merge architecture to explore parallel research directions and integrates human-i

    Allows research workflows to be started through external interfaces like chat applications or terminal tools.

    Python
    GitHub पर देखें↗13,453
  • kefranabg/readme-md-generatorkefranabg का अवतार

    kefranabg/readme-md-generator

    11,119GitHub पर देखें↗

    This project is a command-line utility designed to automate the creation of formatted project documentation. It functions as a markdown generator that produces structured files by combining interactive user prompts with metadata extracted from package and git files. The tool uses a template-based generation system, allowing the application of custom layout files to ensure consistent structural organization across different software projects. It automates the collection of project details to populate documentation values and suggest defaults. The system covers operational workflows for projec

    Provides an automated utility to generate formatted markdown README files for software projects.

    JavaScriptcligeneratorreadme
    GitHub पर देखें↗11,119
  • phodal/githubphodal का अवतार

    phodal/github

    11,028GitHub पर देखें↗

    This project serves as a comprehensive knowledge base and technical reference for navigating the GitHub development platform. It provides a structured collection of documentation and operational practices designed to assist contributors in understanding the ecosystem and managing software development lifecycles. The repository functions as a guide for implementing workflow automation, detailing how to define and manage sequences that trigger based on repository events. By utilizing declarative configuration and version-controlled logic, it enables the orchestration of development tasks direct

    Offers a centralized reference collection for navigating platform workflows and operational practices.

    Rich Text Formatbookbooksgithub
    GitHub पर देखें↗11,028
  • dexidp/dexdexidp का अवतार

    dexidp/dex

    10,902GitHub पर देखें↗

    Dex is an OpenID Connect provider and identity federation proxy that translates authentication signals from various upstream sources into a unified OpenID Connect interface. It functions as a multi-protocol identity broker, enabling client applications to implement a single standard while delegating user verification to external identity providers. The project distinguishes itself through a pluggable connector architecture that bridges disparate protocols including LDAP, SAML, and OAuth2. It provides specific integrations for services such as GitHub, Google, GitLab, and Microsoft, while offer

    Authenticates users through self-hosted GitHub Enterprise instances using custom hostnames and certificates.

    Gohacktoberfestidentity-provideridp
    GitHub पर देखें↗10,902
  • emdash-cms/emdashemdash-cms का अवतार

    emdash-cms/emdash

    10,887GitHub पर देखें↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Provides a README covering installation, capabilities, settings, and migration notes to help users adopt and configure the plugin.

    TypeScriptastrocmsemdash
    GitHub पर देखें↗10,887
  • hackjutsu/leptonhackjutsu का अवतार

    hackjutsu/Lepton

    10,335GitHub पर देखें↗

    Lepton is a cross-platform snippet manager and cloud-synced code library designed to organize and synchronize reusable code fragments and text snippets across different operating systems. It functions as a developer productivity tool and a markdown-enabled code editor for managing technical documentation. The application supports synchronization via remote backends and private enterprise server instances, including GitHub Enterprise integration. It utilizes token-based authentication to secure private code repository syncing and ensures connectivity in restricted corporate environments throug

    Provides specialized connectivity for integrating with self-hosted GitHub Enterprise server instances.

    JavaScriptdesktop-clientelectronelectron-app
    GitHub पर देखें↗10,335
  • dlvhdr/gh-dashdlvhdr का अवतार

    dlvhdr/gh-dash

    10,189GitHub पर देखें↗

    gh-dash is a terminal user interface (TUI) dashboard and API client for monitoring and managing GitHub pull requests, issues, and notifications. It serves as a repository manager and git workflow tool, allowing users to track project activity and execute development lifecycle tasks directly from the command line. The project distinguishes itself through a highly configurable layout and keybinding system. It uses custom filter templates to define specific subsets of activity and allows users to associate remote repositories with local filesystem directories to automate branch checkouts. The t

    Provides a terminal interface to track and update pull requests and issues to streamline the development lifecycle.

    Gobubblesbubbleteacli
    GitHub पर देखें↗10,189
  • probot/probotprobot का अवतार

    probot/probot

    9,558GitHub पर देखें↗

    Probot is a framework for building and deploying GitHub Apps that monitor webhook events and execute automated workflows. It provides a system for receiving and validating event notifications to trigger server-side actions. The project utilizes an event-driven plugin architecture and a middleware-based request processing system to handle authentication, validation, and routing. It employs a dependency-injection pattern to provide a pre-configured API client for authenticated interactions with GitHub services. The framework includes tools for token-based identity management, signature-based p

    Provides a programmatic interface for interacting with GitHub APIs to manage software development lifecycles.

    TypeScriptgithub-appsprobot
    GitHub पर देखें↗9,558
  • star-history/star-historystar-history का अवतार

    star-history/star-history

    9,200GitHub पर देखें↗

    Star History is a suite of utilities for visualizing the growth of GitHub repositories over time. It functions as a star growth visualizer, a repository comparison tool, a metric embedder for external websites, and a trending analytics dashboard. The project enables the analysis of star acquisition rates for multiple repositories on a single chart to determine relative growth. It also provides the ability to rank repositories by growth windows to identify rising projects. The system covers project analytics and open source benchmarking by generating time-series charts and growth reports. It

    Provides an interface to compare star acquisition rates across different GitHub repositories.

    TypeScriptgithubgithub-stargithub-star-history
    GitHub पर देखें↗9,200
  • airbnb/epoxyairbnb का अवतार

    airbnb/epoxy

    8,556GitHub पर देखें↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Allows mixing paginated items with custom view types like headers in a single RecyclerView.

    Java
    GitHub पर देखें↗8,556
  • leetcode-opensource/vscode-leetcodeLeetCode-OpenSource का अवतार

    LeetCode-OpenSource/vscode-leetcode

    8,493GitHub पर देखें↗

    This project is a VS Code extension that integrates LeetCode problem solving directly into the editor. It functions as a code submission client and competitive programming tool, allowing users to browse, solve, and submit algorithmic challenges without leaving their development environment. The extension distinguishes itself by managing local workspaces and archives, enabling the organization of problem files and descriptions in configurable local folders. It supports multi-account session management and regional endpoint routing to handle different geographic service instances. The tool cov

    Integrates LeetCode problem browsing, solving, and submission directly into the VS Code development environment.

    TypeScriptalgorithmdatastructureinterview
    GitHub पर देखें↗8,493
  • github/copilot-cligithub का अवतार

    github/copilot-cli

    8,536GitHub पर देखें↗

    This project is a command line interface and GitHub CLI extension that functions as an AI coding agent and model orchestrator. It enables the writing of code and the management of repositories through natural language prompts using large language models. The tool implements the Agent Client Protocol to act as a standardized agent server for external editors. It features a provider-agnostic routing system that allows switching between different hosted AI models or external compatible endpoints. Capabilities include the automation of Git workflows, such as managing pull requests and issues, an

    Provides a command-line interface for managing GitHub pull requests and issues using natural language prompts.

    Shell
    GitHub पर देखें↗8,536
  • symfony/thankssymfony का अवतार

    symfony/thanks

    8,087GitHub पर देखें↗

    Thanks is a GitHub dependency star bot and forwarding tool designed to distribute appreciation across a network of software dependencies. It identifies the GitHub repositories of a project's external dependencies and automatically stars them to support the developers who maintain those tools. The tool allows a primary repository to forward stars to a specified list of external projects. This mechanism shares the visibility and community appreciation received by a high-traffic project with its underlying foundational libraries and packages. The system integrates with the GitHub API to perform

    Provides a tool for forwarding stars from a primary repository to a list of specified external project dependencies.

    PHP
    GitHub पर देखें↗8,087
  • all-contributors/allcontributors.orgall-contributors का अवतार

    all-contributors/allcontributors.org

    8,063GitHub पर देखें↗

    All Contributors is an open source tool that automates the recognition of every person who contributes to a project, not just those who write code. It uses a GitHub bot to parse issue comments and automatically update a project's README with a formatted markdown table listing contributors and their emoji-coded contributions. The project standardizes contribution categories by mapping specific emoji symbols to distinct contribution types, enabling consistent visual recognition of diverse roles such as design, documentation, and community support. It integrates with the GitHub API to fetch cont

    Automates the generation and updating of contributor acknowledgment tables in project README files.

    MDXacknowledgementsall-contributorscontributors
    GitHub पर देखें↗8,063
पिछला123…4अगला
  1. Home
  2. Development Tools & Productivity
  3. GitHub Integration Tools

सब-टैग एक्सप्लोर करें

  • Contribution Visualization Tools2 सब-टैग्सA tool that generates a complete timeline chart of a user's GitHub contributions from account creation to the present day. **Distinct from GitHub Integration Tools:** Distinct from GitHub Integration Tools: focuses specifically on visualizing contribution history, not on general GitHub workflow integration.
  • Enterprise Instance ConnectorsSpecialized utilities for interfacing with self-hosted GitHub Enterprise server instances. **Distinct from GitHub Integration Tools:** Focuses specifically on self-hosted server instance connectivity, whereas GitHub Integration Tools is broader.
  • External Utility Triggers1 सब-टैगCapabilities for invoking external command-line tools from within a primary application interface. **Distinct from GitHub Integration Tools:** Distinct from GitHub Integration Tools: focuses on the mechanism of triggering any external utility, not just GitHub-specific ones.
  • Fuzzy Search InterfacesSearchable interfaces for filtering and locating specific items within an integration. **Distinct from GitHub Integration Tools:** Distinct from general Integration Tools: specifically implements a fuzzy-finding mechanism for item retrieval.
  • Item Detail Views3 सब-टैग्सDedicated views for rendering detailed metadata and content of a specific entity. **Distinct from GitHub Integration Tools:** Distinct from Integration Tools: focuses on the rendering and display of a single item's full details.
  • LeetCode Integration Tools4 सब-टैग्सTools specifically designed to integrate LeetCode activity with other developer platforms. **Distinct from GitHub Integration Tools:** Specializes GitHub integration specifically for LeetCode solution synchronization
  • Maintainer Advocacy InterfacesSpecialized interfaces for collecting and presenting structured feedback from project leaders to platform developers. **Distinct from GitHub Integration Tools:** Specifically targets the presentation of maintainer advocacy rather than general integration or repository management.
  • README Generators5 सब-टैग्सTools for automating the creation and maintenance of profile documentation. **Distinct from GitHub Integration Tools:** Distinct from general GitHub integration tools: focuses specifically on README generation rather than workflow automation.
  • Requirement IngestionProcesses for converting external issue trackers or documents into structured development plans. **Distinct from GitHub Integration Tools:** Distinct from general integration by focusing on the translation of issues into actionable implementation steps.
  • Workflow Feedback CollectionTools specifically for gathering signatures and structured requests regarding platform workflow improvements. **Distinct from GitHub Integration Tools:** Focuses on the gathering of feedback and signatures for advocacy, distinct from general workflow integration.