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
·

12 repositorios

Awesome GitHub RepositoriesCommand Trigger Prefixes

Definition of specific character sequences used to identify executable commands within content files.

Distinct from Configuration File Command Execution: Distinct from configuration file execution: focuses on the specific syntax prefixes within Markdown comments used to trigger commands.

Explore 12 awesome GitHub repositories matching development tools & productivity · Command Trigger Prefixes. Refine with filters or upvote what's useful.

Awesome Command Trigger Prefixes GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mfontanini/presentermAvatar de mfontanini

    mfontanini/presenterm

    7,852Ver en GitHub↗

    Presenterm is a CLI presentation framework and tool used to create interactive slide decks directly in the terminal. It functions as a Markdown slide renderer, transforming Markdown files into formatted terminal presentations with support for synchronized speaker notes and custom YAML themes. The project distinguishes itself through a built-in terminal code executor that runs code snippets live during a presentation, replacing source blocks with real-time output. It also features a terminal image renderer capable of displaying local images, animated GIFs, and pre-rendered diagrams or mathemat

    Defines a specific prefix for HTML comments to distinguish executable commands from standard notes.

    Rustclimarkdownmarkdown-slides
    Ver en GitHub↗7,852
  • mruniquehacker/knightbot-mdAvatar de mruniquehacker

    mruniquehacker/Knightbot-MD

    6,737Ver en GitHub↗

    Knightbot-MD is a WhatsApp bot framework that connects through the multi-device protocol to automate group management, moderation, and interactive features. It provides a modular system for running turn-based multiplayer games like Tic-Tac-Toe within group conversations, converting images into WebP stickers for chat sharing, and synthesizing text messages into audio clips through text-to-speech conversion. The bot includes a link-detection moderation engine that scans incoming messages against blocklisted domains and triggers automated warnings or muting. It enforces role-based command author

    Parses commands from message text using a user-defined prefix character and registered handlers.

    JavaScriptgithub-whatsapp-botknightknight-bot
    Ver en GitHub↗6,737
  • lervag/vimtexAvatar de lervag

    lervag/vimtex

    6,293Ver en GitHub↗

    VimTeX es un entorno de desarrollo integrado para crear y compilar documentos LaTeX dentro de Vim y Neovim. Funciona como una suite completa para la creación de documentos técnicos, combinando los roles de resaltador de sintaxis, navegador de documentos y motor de autocompletado. El plugin se distingue por un flujo de trabajo coordinado que gestiona la compilación asíncrona y la sincronización bidireccional con visores de PDF externos. Esto permite a los usuarios saltar entre ubicaciones específicas del código fuente y sus páginas renderizadas mientras mantienen una interfaz de editor receptiva durante la producción del documento. El sistema proporciona una amplia gama de capacidades para la inteligencia y edición de documentos. Esto incluye sugerencias sensibles al contexto para citas y etiquetas, una tabla de contenidos navegable para recorrer archivos grandes y objetos de texto especializados que tratan los entornos LaTeX y las zonas matemáticas como unidades atómicas. También analiza los registros de compilación para mapear errores y advertencias directamente a las líneas correspondientes en el código fuente.

    Analyzes the surrounding text to determine the arguments and scope of specific LaTeX commands.

    TeX
    Ver en GitHub↗6,293
  • serenity-rs/serenityAvatar de serenity-rs

    serenity-rs/serenity

    5,537Ver en GitHub↗

    Serenity is a Rust library and framework designed for interacting with the Discord API. It serves as a Discord bot framework, gateway client, and REST wrapper, providing the necessary tools to build automated applications and integrate custom software with the Discord platform. The project enables the development of real-time chat automation and the implementation of custom Discord commands. It facilitates Discord API integration through both a typed interface for resource management and a persistent connection handler for receiving state updates and events. The library covers broad capabili

    Parses user messages into commands, arguments, and options using configurable prefix triggers.

    Rustdiscorddiscord-apihacktoberfest
    Ver en GitHub↗5,537
  • koishijs/koishiAvatar de koishijs

    koishijs/koishi

    5,456Ver en GitHub↗

    Koishi is an open-source framework for building multi-platform chatbots, designed around an adapter-driven architecture that lets a single bot connect to multiple messaging services with consistent logic. It provides a plugin-based development platform with hot reload support, enabling developers to write and update bot extensions using TypeScript without restarting the application. A web-based management console offers a graphical interface for configuring plugins, commands, permissions, and monitoring runtime status. What distinguishes Koishi is its combination of a dynamic plugin lifecycle

    Parses user messages using configurable prefixes and extracts command paths, arguments, and options.

    TypeScriptbotchatbotdiscord
    Ver en GitHub↗5,456
  • vudovn/antigravity-kitAvatar de vudovn

    vudovn/antigravity-kit

    4,979Ver en GitHub↗

    Antigravity-kit is a multi-agent orchestrator and routing engine designed to coordinate specialized large language model agents. It functions as a conversational workflow automation tool and a context management system that executes complex tasks through a chat interface. The system utilizes a routing engine to classify user requests and dispatch them to domain-expert agents. It employs a multi-agent orchestration model that allows specialist workers to operate in parallel and combine their outputs. To manage operational efficiency, the kit includes a memory layer for storing project convent

    Executes pre-defined sequences of operations for complex tasks using command-based triggers in chat.

    TypeScript
    Ver en GitHub↗4,979
  • liveblocks/liveblocksAvatar de liveblocks

    liveblocks/liveblocks

    4,438Ver en GitHub↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Starts an AI workflow by mentioning a bot in a comment thread which then executes tools like document creation or editing.

    TypeScriptai-agentsai-copilotcollaboration
    Ver en GitHub↗4,438
  • rytilahti/python-miioAvatar de rytilahti

    rytilahti/python-miio

    4,246Ver en GitHub↗

    python-miio es una biblioteca de Python y una implementación de controlador de hardware del protocolo Miio, diseñada para controlar y gestionar electrodomésticos inteligentes de Xiaomi. Proporciona las interfaces de software necesarias para traducir comandos de alto nivel en paquetes de red para la comunicación con el dispositivo. El proyecto incluye un simulador de dispositivos de red especializado para emular respuestas de hardware y probar implementaciones de protocolos sin dispositivos físicos. También cuenta con una interfaz de línea de comandos para enviar comandos, consultar el estado del dispositivo y realizar la recuperación de tokens para una autenticación segura. Las áreas de capacidad cubren el descubrimiento de redes IoT para identificar modelos de dispositivos y direcciones IP, así como el análisis de protocolos mediante el análisis de capturas de paquetes de red. La biblioteca admite la introspección de características del dispositivo para recuperar metadatos sobre sensores disponibles y configuraciones ajustables.

    Dynamically identifies and executes available hardware commands by parsing external description files.

    Pythonhome-assistanthome-automationmiio
    Ver en GitHub↗4,246
  • teloxide/teloxideAvatar de teloxide

    teloxide/teloxide

    4,166Ver en GitHub↗

    Teloxide es un framework de aplicaciones y wrapper de API en Rust diseñado para construir bots de Telegram. Proporciona una interfaz programática para recibir actualizaciones y enviar mensajes a través de la API de bots de Telegram, utilizando un pipeline declarativo de filtros y manejadores. El framework incluye un gestor de diálogos de bot que utiliza una máquina de estados finitos para rastrear sesiones de usuario y flujos de conversación. Este sistema de gestión de estado admite backends de persistencia conectables, incluyendo memoria, Redis y Sqlite. La librería cubre el enrutamiento asíncrono de mensajes y la recepción de actualizaciones mediante transporte de long-polling o webhooks. También proporciona utilidades para el análisis de comandos, inyección de dependencias con seguridad de tipos y validación de tipos de manejadores para detectar rutas de código inalcanzables.

    Provides utilities to parse plain text user messages into typed command structures with arguments and options.

    Rustrusttelegramtelegram-bot-api
    Ver en GitHub↗4,166
  • php-telegram-bot/coreAvatar de php-telegram-bot

    php-telegram-bot/core

    4,019Ver en GitHub↗

    This project is a PHP library and development kit for building bots that interact with the Telegram Bot API. It provides a framework for handling user messages, managing inline queries, and delivering media content through both webhooks and polling. The framework includes a data management layer for storing user profiles, chat histories, and bot states in a relational database to maintain continuity across sessions. It also features administrative access restrictions to limit the execution of sensitive tasks to verified user identifiers. The system covers a broad set of capabilities includin

    Triggers specific bot actions based on predefined text patterns or command prefixes identified in chat messages.

    PHP
    Ver en GitHub↗4,019
  • apache/nuttxAvatar de apache

    apache/nuttx

    3,912Ver en GitHub↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Parses SCPI commands to enable remote control of programmable test and measurement equipment.

    Cembeddedmcumicrocontroller
    Ver en GitHub↗3,912
  • floattech/zerobot-pluginAvatar de FloatTech

    FloatTech/ZeroBot-Plugin

    2,631Ver en GitHub↗

    ZeroBot-Plugin is an extensible plugin framework for QQ group bots, providing a modular system that adds automation, AI chat, image generation, and moderation capabilities to chat environments. The project is built around a collection of plugin modules that each handle specific functions, from scheduling recurring commands to managing group member interactions. The framework distinguishes itself through its integration of AI-powered features, including configurable large language model chat with image recognition support, alongside automated content moderation that scans text and images again

    Processes user messages as bot commands to trigger automated responses and interactions.

    Gocoolqcqhttpcqhttp-mirai
    Ver en GitHub↗2,631
  1. Home
  2. Development Tools & Productivity
  3. Custom Command Execution
  4. Configuration File Command Execution
  5. Command Trigger Prefixes

Explorar subetiquetas

  • Chat Command Triggers2 sub-etiquetasRequires messages in group chats to start with a configurable prefix, nickname, or @mention to invoke a command. **Distinct from Command Trigger Prefixes:** Distinct from Command Trigger Prefixes: focuses on chat-specific triggers like nicknames and @mentions, not just generic character sequences.