awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesCommand Standardizers

Utilities that enforce uniform task execution across diverse project configurations.

Distinct from Command Execution: Distinct from Command Execution: focuses on standardizing task behavior across different tools rather than just running commands.

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

Awesome Command Standardizers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gsd-build/get-shit-doneAvatar de gsd-build

    gsd-build/get-shit-done

    64,457Voir sur GitHub↗

    This project is an autonomous software development assistant and project management tool that utilizes a multi-agent orchestrator to automate complex workflows. It functions as an agentic framework designed to research, plan, execute, and verify software development tasks by coordinating specialized agents that manage context windows and system performance. The system distinguishes itself through a structured, interview-based requirement engineering phase that clarifies project objectives before initiating automated work. It employs atomic task decomposition to break goals into independent un

    Translates installer-owned command text into environment-specific instructions to ensure correct execution within the local context.

    JavaScriptclaude-codecontext-engineeringmeta-prompting
    Voir sur GitHub↗64,457
  • addyosmani/agent-skillsAvatar de addyosmani

    addyosmani/agent-skills

    60,849Voir sur GitHub↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Triggers predefined workflows for planning, building, testing, or reviewing code via short-hand triggers.

    Shellagent-skillsantigravityantigravity-ide
    Voir sur GitHub↗60,849
  • elsewhencode/project-guidelinesAvatar de elsewhencode

    elsewhencode/project-guidelines

    29,458Voir sur GitHub↗

    This project provides a comprehensive collection of standardized conventions and architectural patterns designed to maintain consistent code quality, secure workflows, and project stability. It serves as a structured guide for implementing engineering processes, including automated testing, dependency management, and environment configuration across diverse software development lifecycles. The framework distinguishes itself by offering a unified approach to version control and interface design. It enforces linear development practices through standardized commit messages and branch protection

    Standardizes build commands and sequences to ensure consistent compilation results across environments.

    JavaScriptbest-practicesguidelineshow-to
    Voir sur GitHub↗29,458
  • nrwl/nxAvatar de nrwl

    nrwl/nx

    28,939Voir sur GitHub↗

    This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor

    Allows running arbitrary terminal commands as project tasks to integrate external tools into the standard workflow.

    TypeScriptangularbuildbuild-system
    Voir sur GitHub↗28,939
  • commitizen/cz-cliAvatar de commitizen

    commitizen/cz-cli

    17,473Voir sur GitHub↗

    Commitizen is a command-line utility designed to enforce consistent commit message formatting within version control systems. By guiding developers through interactive prompts, the tool ensures that every commit adheres to predefined standards, resulting in a predictable and searchable project history. The system utilizes a plugin-based adapter pattern that allows for the dynamic loading of custom commit formats and validation logic. This configuration-driven approach enables teams to define specific templates for message construction, which are then populated via user input to maintain stric

    Standardizes commit message construction and task execution across diverse project configurations.

    JavaScriptcommand-linecommit-hookscommitizen
    Voir sur GitHub↗17,473
  • bytedance/flowgram.aiAvatar de bytedance

    bytedance/flowgram.ai

    8,146Voir sur GitHub↗

    Flowgram.ai is a workflow development framework for building AI workflow platforms. It provides a visual drag-and-drop canvas for constructing workflows, an Entity-Component-System (ECS) based document model for structuring workflow nodes as a tree, and a node-based form engine for managing configuration forms with built-in rendering, validation, side effects, and error handling. The framework also includes a workflow execution engine that parses directed graph workflows and runs nodes step by step with state tracking and array iteration. The framework distinguishes itself through a layered r

    Workflow builder dispatches and manages commands that modify the workflow document state.

    TypeScriptaiautomationcoze
    Voir sur GitHub↗8,146
  • microsoft/rushstackAvatar de microsoft

    microsoft/rushstack

    6,479Voir sur GitHub↗

    Rushstack est un ensemble d'outils complet pour gérer les monorepos TypeScript à grande échelle, fournissant un framework pour l'automatisation des pipelines de build, la coordination des dépendances et l'analyse statique. Il fonctionne comme un orchestrateur de build incrémental et un système de gestion conçu pour maintenir la cohérence et la performance à travers de multiples packages dans un espace de travail partagé. Le système se distingue par un modèle d'exécution basé sur des graphes acycliques dirigés et un incrémentalisme basé sur le hash de contenu, qui assure que seuls les projets affectés sont reconstruits. Il optimise davantage les workflows de développement via la mise en cache distante des artefacts de build avec des intégrations pour S3, Azure et HTTP, et utilise la gestion d'espace de travail basée sur des liens symboliques pour une visibilité immédiate des changements locaux. L'ensemble d'outils couvre un large éventail de capacités incluant des workflows de release automatisés, l'analyse de contrat API et l'application de la qualité de code en entreprise via des profils de linting standardisés. Il fournit également un support étendu pour le bundling d'actifs, la transpilation TypeScript et la génération de définitions de type à partir de schémas JSON et d'actifs statiques. Des domaines utilitaires supplémentaires incluent la gestion de la localisation, la génération d'avis de licence et l'orchestration d'interfaces de ligne de commande avec une sortie de processus synchronisée.

    Validates that executed commands comply with environment standards and organizational best practices.

    TypeScript
    Voir sur GitHub↗6,479
  • jpuri/react-draft-wysiwygAvatar de jpuri

    jpuri/react-draft-wysiwyg

    6,471Voir sur GitHub↗

    This project is a rich text editor component for React applications that provides a visual interface for composing and formatting content. It functions as a DraftJS-based WYSIWYG editor, allowing users to create structured documents with inline styles and block types. The editor features a customizable toolbar interface for managing text alignment, lists, and media embeds. It includes a specialized input system for inserting emojis, hashtags, and user mentions as single deletable units. The project provides capabilities for transforming internal editor state into HTML, JSON, or Markdown form

    Implements a command-based system to manage and mutate the document's internal state.

    JavaScript
    Voir sur GitHub↗6,471
  1. Home
  2. Development Tools & Productivity
  3. Command Execution
  4. Command Standardizers

Explorer les sous-tags

  • Command Compliance ChecksUtilities that verify if shell commands adhere to environmental and best-practice standards. **Distinct from Command Standardizers:** Focuses on compliance validation of command behavior rather than just standardizing execution across configurations
  • Workflow1 sous-tagTools that trigger standardized, multi-step engineering workflows via shorthand triggers. **Distinct from Command Standardizers:** Specifically targets the standardization of AI-driven engineering workflows rather than general project task execution.