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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • anthropics/claude-codeAvatar de anthropics

    anthropics/claude-code

    132,728Ver en GitHub↗

    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
    Ver en GitHub↗132,728
  • nexu-io/open-designAvatar de nexu-io

    nexu-io/open-design

    65,830Ver en GitHub↗

    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
    Ver en GitHub↗65,830
  • mkdocs/mkdocsAvatar de mkdocs

    mkdocs/mkdocs

    22,177Ver en GitHub↗

    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
    Ver en GitHub↗22,177
  • getgrav/gravAvatar de getgrav

    getgrav/grav

    15,395Ver en GitHub↗

    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
    Ver en GitHub↗15,395
  • fermyon/spinAvatar de fermyon

    fermyon/spin

    6,443Ver en GitHub↗

    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
    Ver en GitHub↗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

Explorar subetiquetas

  • 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.