awesome-repositories.comKategorienBlog
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
·

5 Repos

Awesome GitHub RepositoriesCLI Plugin Systems

Frameworks for extending command line tools with modular plugins.

Explore 5 awesome GitHub repositories matching development tools & productivity · CLI Plugin Systems. Refine with filters or upvote what's useful.

Awesome CLI Plugin Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • anthropics/claude-codeAvatar von anthropics

    anthropics/claude-code

    132,728Auf GitHub ansehen↗

    Anthropic's terminal-native AI coding agent.

    Allows for the installation of modular plugins to extend command-line capabilities and automate repetitive development workflows.

    Pythonaiclideveloper-tools
    Auf GitHub ansehen↗132,728
  • nexu-io/open-designAvatar von nexu-io

    nexu-io/open-design

    65,830Auf GitHub ansehen↗

    Open Design is an AI design orchestration platform and LLM agent workspace designed for generating prototypes, presentations, and motion graphics. It functions as a local-first environment that integrates various command-line AI agents and coding tools into a unified design workflow, allowing users to migrate design specifications into brand-compliant source code. The project is distinguished by its ability to enforce visual consistency through a design system manager that defines brand contracts and tokens using Markdown. It features a specialized motion graphics generator that converts HTML

    Verifies plugin configuration and type safety via CLI commands to ensure runtime compatibility.

    TypeScriptagent-skillsai-agentsai-design
    Auf GitHub ansehen↗65,830
  • mkdocs/mkdocsAvatar von mkdocs

    mkdocs/mkdocs

    22,177Auf GitHub ansehen↗

    MkDocs is a static site generator designed specifically for creating project documentation. It functions as a command-line utility that transforms structured Markdown files into professional, searchable websites. By utilizing a centralized configuration file, it manages site metadata, navigation hierarchies, and build settings to ensure consistent output across documentation projects. The platform distinguishes itself through a highly extensible architecture that separates content from presentation. Users can apply visual themes to control the site's appearance, while a plugin-based build sys

    Analyzes configuration files to list required external packages for documentation plugins.

    Pythondocumentationmarkdownmkdocs
    Auf GitHub ansehen↗22,177
  • getgrav/gravAvatar von getgrav

    getgrav/grav

    15,395Auf GitHub ansehen↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Allows developers to extend the command-line interface by defining custom plugin commands.

    PHPcmscontentcontent-management
    Auf GitHub ansehen↗15,395
  • fermyon/spinAvatar von fermyon

    fermyon/spin

    6,443Auf GitHub ansehen↗

    Spin is a WebAssembly serverless framework and development toolchain for building and running portable microservices. It functions as an event-driven orchestrator and runtime that executes WebAssembly components, allowing developers to map HTTP requests, Redis messages, and cron schedules to specific modules. The project distinguishes itself by implementing a Wasm-based AI inference gateway, enabling components to perform model inference and generate text embeddings. It utilizes the WebAssembly Component Model and WASI for language-agnostic composition and portable host interfacing, while emp

    Enables extending the command-line interface by installing and managing modular plugins from local or remote sources.

    Rust
    Auf GitHub ansehen↗6,443
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. CLI Tooling Frameworks
  5. CLI Tooling
  6. Distribution and Extensibility
  7. CLI Plugin Systems

Unter-Tags erkunden

  • Dependency AnalyzersTools that inspect project configurations to identify required external plugins and packages. **Distinct from CLI Plugin Systems:** Focuses on dependency identification for plugins, distinct from general CLI plugin systems.
  • Integrity ValidatorsTools that verify the structural and type safety of plugins before they are loaded into a system. **Distinct from CLI Plugin Systems:** Focuses on validation and safety checks of the plugin's config, not the system that hosts the plugins.