awesome-repositories.com

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

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

3 dépôts

Awesome GitHub RepositoriesWorkflow

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

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

Awesome Workflow 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.
  • 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
  • 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
  • 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
  5. Workflow

Explorer les sous-tags

  • Document State CommandsDispatches and manages commands that modify the workflow document state, enabling structured mutations. **Distinct from Workflow:** Distinct from general Workflow command triggers: focuses on commands that mutate a document model rather than triggering external engineering workflows.