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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

74 Repos

Awesome GitHub RepositoriesPlugin Integrations

Automatically integrates third-party plugins upon installation.

Distinct from Third-Party Plugins: Distinct from Third-Party Plugins: focuses on the automatic integration process rather than the plugins themselves.

Explore 74 awesome GitHub repositories matching software engineering & architecture · Plugin Integrations. Refine with filters or upvote what's useful.

Awesome Plugin Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nuxt/nuxt.jsAvatar von nuxt

    nuxt/nuxt.js

    60,458Auf GitHub ansehen↗

    Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that integrates server-side rendering, static site generation, and backend API logic within a single unified project. The framework uses a file-based routing system to automatically generate application URLs based on the project's folder and file structure. It supports multi-strategy web rendering, allowing for a combination of server-side, static, and hybrid rendering techniques to optimize page load speeds and search engine visibility. The project provides automated component discovery

    Facilitates the integration of third-party plugins and community modules to extend application capabilities.

    TypeScript
    Auf GitHub ansehen↗60,458
  • zhongyang219/trafficmonitorAvatar von zhongyang219

    zhongyang219/TrafficMonitor

    44,842Auf GitHub ansehen↗

    TrafficMonitor is a system performance monitor that provides a floating desktop window and taskbar overlay to track real-time CPU, memory, and network speed metrics. It functions as a customizable system overlay and hardware resource tracker, displaying live statistics and user-defined data through transparent desktop widgets. The project uses a plugin-based system and dynamic-link libraries to extend data sources and add new hardware tracking capabilities. It includes a theme engine that reads external configuration files to apply custom skins, fonts, and background colors to the interface.

    Maps specific identifiers from plugins to display nodes in the interface to show custom monitoring metrics.

    C++
    Auf GitHub ansehen↗44,842
  • amix/vimrcAvatar von amix

    amix/vimrc

    31,774Auf GitHub ansehen↗

    This project is a Vim configuration framework and development environment that transforms the basic text editor into a full-featured integrated development environment. It provides a curated set of settings and a comprehensive plugin suite to support professional software development workflows. The environment includes specialized tools for polyglot code execution and project navigation, allowing users to run source files in multiple languages via single keystrokes and locate files using fuzzy searching. It also integrates version control workflows, enabling the management of Git operations a

    Provides a system to automatically integrate third-party plugins through a dedicated configuration directory.

    Vim Script
    Auf GitHub ansehen↗31,774
  • michalsnik/aosAvatar von michalsnik

    michalsnik/aos

    28,075Auf GitHub ansehen↗

    AOS is a scroll-triggered animation library that controls the execution, timing, and mapping of CSS transitions based on element visibility and browser viewport intersections. It functions as a DOM element animation controller and a viewport intersection trigger to initiate visual transitions as elements enter the screen. The library utilizes a custom CSS transition bridge to map scroll-based triggers to CSS class changes, enabling integration with external styling frameworks. It supports anchor-based animation triggers, allowing the visibility of one page element to act as the trigger point

    Maps scroll triggers to custom class names to drive transitions using third-party styling tools.

    JavaScript
    Auf GitHub ansehen↗28,075
  • matryer/xbarAvatar von matryer

    matryer/xbar

    18,034Auf GitHub ansehen↗

    xbar is a macOS menu bar status tool and system extension utility that displays the output of shell scripts and programs directly in the system menu bar. It functions as a script-based menu bar manager that runs local and third-party scripts to create real-time status indicators and dynamic dropdown menus. The utility enables the creation of system monitoring dashboards and custom shortcut launchers by executing external programs as subprocesses. It transforms plain text script output into formatted menu items and supports interactive dropdown menus, where user interactions can trigger shell

    Discovers and installs third-party scripts from central directories to extend available functionality.

    Gobitbarmacmacos-menu
    Auf GitHub ansehen↗18,034
  • vim-airline/vim-airlineAvatar von vim-airline

    vim-airline/vim-airline

    17,957Auf GitHub ansehen↗

    vim-airline is a customizable status and tab line plugin for Vim that displays editor state and plugin metadata in real time. It serves as a visual interface extension and buffer manager, providing an enhanced UI through a dynamic status line and a top tab bar for navigating open files. The plugin features a theme-based styling system that supports predefined color schemes and specialized font icons. Users can configure the visual aesthetic by modifying colors and reordering individual status line sections to control which information is visible. The system manages editor state visualization

    Maps metadata retrieved from external editor plugins to specific UI elements for real-time display.

    Vim Scriptstatuslinetablinevim
    Auf GitHub ansehen↗17,957
  • less/less.jsAvatar von less

    less/less.js

    17,031Auf GitHub ansehen↗

    Less.js is a CSS preprocessor and compilation engine that transforms a dynamic stylesheet language into standard CSS for web browser rendering. It functions as a tool to compile extended styling syntax, providing variables, mixins, and functions to create maintainable stylesheets. The project includes a source map generator that creates mapping files to link compiled CSS output back to the original source code for debugging. It allows for the integration of custom plugins and functions to automate the generation of final stylesheets within a build process. The engine supports the compilation

    Integrates custom plugins into the compilation pipeline to modify the final styling output.

    JavaScript
    Auf GitHub ansehen↗17,031
  • sundowndev/phoneinfogaAvatar von sundowndev

    sundowndev/PhoneInfoga

    16,656Auf GitHub ansehen↗

    PhoneInfoga is an open-source intelligence tool and information framework used to gather public data and metadata about phone numbers. It functions as a scanner that utilizes open-source intelligence techniques to identify carriers, line types, and owner reputations for international numbers. The system provides a web-based interface for performing research without a command line, alongside a REST API gateway for programmatically triggering scans and retrieving intelligence data. Its architecture supports a plugin-based model, allowing the integration of custom modules to expand data sources.

    Provides a framework for integrating custom plugins to expand scanning capabilities and data sources.

    Go
    Auf GitHub ansehen↗16,656
  • pytest-dev/pytestAvatar von pytest-dev

    pytest-dev/pytest

    13,645Auf GitHub ansehen↗

    pytest ist ein Test-Framework für Python, das einen Befehlszeilen-Runner zum Entdecken und Ausführen von Testsuiten bereitstellt. Es basiert auf einer modularen Architektur, die Standard-Sprach-Assertions verwendet, um die Korrektheit des Codes zu verifizieren, und Ausdrücke automatisch inspiziert, um detaillierte Fehlerberichte zu liefern, ohne dass spezialisierte Assertions-Methoden erforderlich sind. Das Framework zeichnet sich durch ein Dependency-Injection-System aus, das Setup- und Teardown-Logik verwaltet, indem es Ressourcen automatisch auflöst und in Testfunktionen injiziert. Es bietet zudem eine Hook-basierte Plugin-Architektur, die eine tiefe Anpassung des Test-Lebenszyklus ermöglicht, einschließlich Sammlung, Ausführung und Berichterstattung. Diese Fähigkeiten werden durch dynamische Parametrisierung unterstützt, die mehrere Testinstanzen aus einer einzigen Definition generiert, sowie durch persistentes State-Caching, das das selektive erneute Ausführen fehlgeschlagener Tests über Sitzungen hinweg ermöglicht. Über das Kern-Ausführungsmodell hinaus bietet das Projekt eine umfassende Suite von Tools zur Verwaltung von Testumgebungen, einschließlich Output-Capture, Log-Management und Warnungsvalidierung. Es unterstützt komplexe Testszenarien durch Funktionen wie temporäres Dateimanagement, Objekt-Patching und die Möglichkeit, bestehende Testsuiten anderer Frameworks nativ auszuführen. Die Konfiguration erfolgt über zentralisierte Dateien, was eine fein abgestimmte Kontrolle über Testentdeckung, Filterung und Ausführungsverhalten ermöglicht. Das Projekt wird als Standard-Python-Paket vertrieben und enthält eine umfangreiche Dokumentation zu Konfiguration, Plugin-System und Befehlszeilenschnittstelle.

    Integrates third-party plugins automatically upon installation to add specialized functionality like coverage reporting or distributed execution.

    Pythonhacktoberfestpythontest
    Auf GitHub ansehen↗13,645
  • web-infra-dev/rspackAvatar von web-infra-dev

    web-infra-dev/rspack

    12,761Auf GitHub ansehen↗

    Rspack is a high-performance web bundler written in Rust that packages JavaScript and TypeScript for web applications. It functions as an incremental build engine and a tree-shaking asset optimizer designed to reduce build times and minimize final bundle sizes for web delivery. The project is built for compatibility with the webpack ecosystem, implementing a compatible API that allows existing plugins and configurations to work without modification. This enables the integration of community loaders and plugins while leveraging a Rust-based compilation engine. The tool covers a broad range of

    Enables the use of existing webpack ecosystem plugins and loaders to transform and optimize source code.

    Rustbuild-toolbundlercompiler
    Auf GitHub ansehen↗12,761
  • coreui/coreui-free-bootstrap-admin-templateAvatar von coreui

    coreui/coreui-free-bootstrap-admin-template

    12,220Auf GitHub ansehen↗

    CoreUI Free Bootstrap Admin Template is a pre-built, responsive admin dashboard template built on Bootstrap 5 for constructing back-office interfaces. It provides a library of UI components with native wrappers for React, Vue, and Angular applications, alongside a Sass-based theming system for managing brand colors, dark mode, and design tokens via variables and CSS custom properties. The template includes a set of advanced form controls such as autocomplete, date pickers, and multi-step wizards with built-in validation, and supports switching the entire interface between built-in dark and li

    Integrates Chart.js, Full Calendar, and DataTables as pre-configured dashboard widgets.

    HTMLadminadmin-dashboardadmin-panel
    Auf GitHub ansehen↗12,220
  • jessyancoding/mvparmsAvatar von JessYanCoding

    JessYanCoding/MVPArms

    10,248Auf GitHub ansehen↗

    MVPArms is an Android application framework based on the Model-View-Presenter pattern. It provides a foundation for decoupling business logic from user interface components through a structured architectural implementation. The framework features automated boilerplate generation to produce base classes and dependency injection files, reducing manual project setup. It includes a centralized configuration system to manage global application settings and a dependency injection wrapper that bundles networking and image loading libraries. The project covers lifecycle management by binding logic c

    Integrates foundational libraries and base functionality as a substrate for application components.

    Javaandroidandroid-applicationandroid-architecture
    Auf GitHub ansehen↗10,248
  • katspaugh/wavesurfer.jsAvatar von katspaugh

    katspaugh/wavesurfer.js

    10,114Auf GitHub ansehen↗

    wavesurfer.js is a WebAudio playback library and interactive waveform visualizer that renders audio data onto an HTML5 canvas. It enables users to see and navigate sound files through a visual representation of audio peaks, allowing for direct seeking and playback control within a web browser. The project is distinguished by its flexible rendering model, which can use precomputed peak data to display waveforms without downloading or decoding the full audio file. It utilizes a plugin-based extension model to integrate advanced tools such as spectrograms, interactive audio timelines, and real-t

    Utilizes a plugin-based model to extend functionality with optional modules like spectrograms and timelines.

    TypeScriptaudiojavascriptmusic
    Auf GitHub ansehen↗10,114
  • byvoid/openccAvatar von BYVoid

    BYVoid/OpenCC

    9,772Auf GitHub ansehen↗

    OpenCC is a library and command-line tool for converting text between Simplified Chinese, Traditional Chinese, and Japanese Kanji. It operates at both the individual character and multi-character phrase levels, and applies region-specific vocabulary choices for Mainland China, Taiwan, and Hong Kong during conversion. The conversion engine resolves ambiguous character mappings using semantic and contextual rules, normalizes variant character forms for consistent orthography, and sequences multiple dictionary files into a configurable pipeline. It supports embedding custom conversion rules dire

    Integrates external C++ segmentation plugins like Jieba to improve phrase-level conversion accuracy.

    C++chinesechinese-conversionchinese-translation
    Auf GitHub ansehen↗9,772
  • kubernetes-sigs/kubebuilderAvatar von kubernetes-sigs

    kubernetes-sigs/kubebuilder

    8,992Auf GitHub ansehen↗

    Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat

    Adds optional features or custom scaffolding logic by integrating external plugin executables.

    Gok8s-sig-api-machinery
    Auf GitHub ansehen↗8,992
  • zsh-users/antigenAvatar von zsh-users

    zsh-users/antigen

    8,324Auf GitHub ansehen↗

    Antigen is a git-based package manager and configuration orchestrator for the Zsh shell environment. It serves as a plugin manager designed to download, load, and update plugins, themes, and frameworks directly from Git repositories using specific branches, tags, or versions. The project focuses on shell startup optimization by using static bundle caching and batch completion loading to reduce boot times. It distinguishes itself through environment reproduction capabilities, such as file-based state snapshotting and plugin state restoration, and a distribution workflow that bundles configurat

    Integrates base libraries of functionality to serve as a foundation for other plugins and themes.

    Shell
    Auf GitHub ansehen↗8,324
  • davidjerleke/embla-carouselAvatar von davidjerleke

    davidjerleke/embla-carousel

    8,042Auf GitHub ansehen↗

    Embla Carousel is a lightweight JavaScript carousel library and barebones slider engine designed for creating touch-enabled, swipeable content sliders. It functions as a plugin-based framework that manages scroll physics and slide positioning without imposing specific UI styles, while providing a programmable API for custom carousel development. The system is distinguished by its modular architecture, allowing developers to extend core logic through external plugins and custom event hooks. It is compatible with server-side rendering, generating initial styles on the server to prevent layout s

    Provides a modular system for integrating optional plugins to extend the carousel's core functionality.

    TypeScriptcarouselcarousel-componentcarousel-plugin
    Auf GitHub ansehen↗8,042
  • enquirer/enquirerAvatar von enquirer

    enquirer/enquirer

    7,946Auf GitHub ansehen↗

    Enquirer ist eine Node.js-Bibliothek zum Erstellen interaktiver Befehlszeilenschnittstellen zur Erfassung strukturierter Benutzereingaben. Sie bietet eine Reihe von Terminal-Prompts, einschließlich Menüs, Formularen und Textfeldern, um Daten über Autocomplete, Multiselect und boolesche Bestätigungen zu sammeln. Das Projekt dient als anpassbares Framework, das die Erstellung benutzerdefinierter Prompt-Typen durch eine Basisklasse und die Erweiterung der Funktionalität über eine Plugin-Architektur ermöglicht. Die Bibliothek deckt eine breite Palette von Interaktionsmustern ab, wie das Erfassen numerischer und sensibler Daten, das Validieren von Benutzereingaben gegen benutzerdefinierte Regeln und das Ausführen von Prompt-Sequenzen zur Erfassung komplexen Feedbacks. Sie enthält zudem Funktionen zum Sortieren von Listen, Ausfüllen von Text-Snippets und Verwalten der Terminal-Formularerfassung.

    Enables the integration of external plugin functions to augment the functionality of prompt instances.

    JavaScript
    Auf GitHub ansehen↗7,946
  • wealthfolio/wealthfolioAvatar von wealthfolio

    wealthfolio/wealthfolio

    7,655Auf GitHub ansehen↗

    Wealthfolio is a local-first personal finance tracker and multi-currency net worth calculator designed for managing investments, spending, and overall financial standing. It functions as an extensible portfolio management platform that allows users to maintain their data on their own devices, with an optional self-hosted Docker deployment for private server access. The platform is distinguished by an LLM-powered financial assistant that handles natural language transaction imports and portfolio querying. It further differentiates itself through a TypeScript-based SDK and plugin architecture,

    Implements a system for integrating custom features through a plugin architecture without modifying the core codebase.

    Rustmacos-appportfolio-trackerself-hosted
    Auf GitHub ansehen↗7,655
  • conda/condaAvatar von conda

    conda/conda

    7,444Auf GitHub ansehen↗

    Conda is a binary package manager, cross-platform environment manager, and dependency resolution engine. It serves as a software repository manager that enables the installation and update of pre-compiled binaries and their dependencies across different operating systems. The system creates isolated execution spaces to prevent dependency conflicts between projects and uses a solver to calculate compatible package versions based on constraints from available repositories. It supports the creation of custom software packages from recipes, which can be hosted in public or private channels for di

    Allows integration of custom logic into the package management workflow via a plugin framework.

    Python
    Auf GitHub ansehen↗7,444
Vorherige123…4Nächste
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Third-Party Plugins
  6. Plugin Integrations

Unter-Tags erkunden

  • Backend Adapter IntegrationsSystems for integrating diverse external model backends into a unified execution interface. **Distinct from Plugin Integrations:** Focuses on translating generic requests to specific AI backend APIs, rather than the automatic installation of plugins.
  • Container Network and RuntimeIntegrates custom CNI and CRI plugins into a Kubernetes cluster to control pod networking and container execution. **Distinct from Plugin Integrations:** Distinct from Plugin Integrations: focuses specifically on CNI and CRI plugin integration for Kubernetes, not general third-party plugin integration.
  • Container Network and StorageIntegrates custom CNI and CSI plugins into a Kubernetes cluster for pod networking and persistent storage. **Distinct from Plugin Integrations:** Distinct from Plugin Integrations: focuses specifically on CNI and CSI plugin integration for Kubernetes, not general third-party plugin integration.
  • External Framework Type LogicSpecialized type checking logic and stubs tailored for specific external frameworks to ensure correct API usage. **Distinct from Third-Party Library Integrations:** Focuses on type-system logic for API correctness, unlike Third-Party Library Integrations which refers to plugin-style modular additions.
  • Framework Core IntegrationIntegration of foundational libraries and base functionality as a substrate for other plugins. **Distinct from Plugin Integrations:** Focuses on the 'base' or 'core' framework layer rather than general third-party plugin integration.
  • Host Dependency Levels1 Sub-TagIntegrating a plugin with three levels of dependency on the host codebase: none, partial, or full. **Distinct from Plugin Integrations:** Distinct from Plugin Integrations: focuses on the degree of code dependency between plugin and host, not the automatic integration process.
  • Plugin Data MappingMapping data produced by plugins to specific UI elements for real-time display. **Distinct from Plugin Integrations:** Distinct from general integration: focuses on the data-to-UI binding of plugin-sourced metrics.
  • PyLint ORM PluginsExtends PyLint to understand dynamically built ORM models and queries, eliminating false positives during static analysis. **Distinct from Plugin Integrations:** Distinct from Plugin Integrations: specifically targets PyLint static analysis for ORM models, not general plugin integration.
  • Signal Processing PluginsPlugins specifically designed to add radio signal processing or interface capabilities. **Distinct from Plugin Integrations:** Distinct from Plugin Integrations: focuses on the domain-specific functionality of signal processing extensions rather than the general installation process.
  • Stability Verification ProtocolsEnforcement of health checks and discovery standards for integrated plugins and protocol servers. **Distinct from Plugin Integrations:** Focuses on the verification and stability of the integration rather than the automatic installation process
  • Third-Party Library Integrations11 Sub-TagsIntegrates third-party libraries like ECharts, Quill, and SortableJS as modular plugins for extended functionality. **Distinct from Plugin Integrations:** Distinct from Plugin Integrations: focuses on integrating specific third-party libraries (ECharts, Quill, SortableJS) rather than automatic integration of any plugin upon installation.
  • Visual Style IntegrationsDefining specific color sets to synchronize the visual appearance of external editor plugins with the main theme. **Distinct from Plugin Integrations:** Focuses on visual color synchronization for plugins rather than the technical process of installing or integrating plugin logic.