Awesome Hermes PluginsCommands & Workflows

lingjiuu/hermes-dynamic-workflows

⭐ 116 Python added to this list on 2026-07-15 repository created 2026-06-05

The hermes-dynamic-workflows plugin empowers Nous Research Hermes Agent with dynamic workflow capabilities, inspired by Claude Code's approach. It enables the Hermes model to generate and execute sandboxed Python scripts on the fly, facilitating the orchestration of numerous independent subagents. This functionality is particularly useful for intricate tasks such as codebase audits, large-scale data migrations, and cross-validated research. The plugin provides a rich API for workflow scripts, including functions like `agent()` for spawning child agents with specific prompts and options (e.g., schema enforcement, model override, agentType, isolation), `pipeline()` and `parallel()` for managing concurrency, and `workflow()` for inline execution of named workflows. Users can define custom agent types with tailored toolsets and system prompts, allowing for fine-grained control over subagent behavior. Configuration options allow users to set concurrency limits, timeouts, and define permitted/forbidden toolsets for child agents. A live interactive dashboard is available to monitor workflow execution, displaying progress per phase and per subagent, along with real-time prompts and outputs. The plugin ensures persistence of scripts and execution traces, and injects task notifications into conversations upon completion. It supports various agent types like 'general-purpose', 'explore', 'plan', and 'verification', each with predefined toolsets, and allows for custom type definitions at project or user levels. This robust extension significantly enhances Hermes Agent's capabilities for complex, multi-step automation and intelligent orchestration.

https://github.com/lingjiuu/hermes-dynamic-workflows

dynamic-workflowshermes-agenthermes-pluginmulti-agentworkflow-orchestrationpythonnous-researchai-orchestrationagent-frameworkautomation

Also in Commands & Workflows

obra/superpowers

A composable skill and workflow bundle, installable as a Hermes plugin, that drives coding agents through brainstorming, specification, planning, red-green-refactor TDD and subagent-driven implementation.

OthmanAdi/planning-with-files

This repository provides a persistent, file-based planning skill for AI coding agents, ensuring plans survive context loss, restarts, and offering a completion gate for long-running tasks.

rlaope/oh-my-hermes

Operating layer for Hermes Agent that adds eleven routed workflows covering planning, research, creation, coding handoffs, operations and project memory with explicit evidence boundaries.

Lifecycle-Innovations-Limited/claude-ops

A business operations plugin that ports to Hermes Agent, gathering infrastructure health, CI/CD, inbox, pull requests, sprint state and revenue into one briefing plus autonomous agents.

xuyang-liu16/hermes-code-bridge

This Hermes Agent plugin acts as a control plane, enabling coordination and routing of tasks to local coding agents like Codex, Kimi Code, Claude Code, OpenCode, and Gemini CLI.

Bergschloss/Refine-Cycle-for-Hermes-Agent

Cross-session self-improvement plugin that fingerprints Hermes' repeating mistakes, writes a bounded lesson to memory or skills once a threshold is met, then grades whether it helped.

mrrkrieg/loopgraph

Native Hermes plugin and governance layer that routes verified company events into department-owned business loops, validating each routing decision, controlling execution and recording the outcome.

MahdiHedhli/HermesUltraCode

Hermes Agent plugin that gates every subagent dispatch behind a review by a model from a different lab, allowing only tightening or blocking, and records each decision in an immutable audit trail.