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.
Awesome Hermes Plugins › Commands & Workflows
The Hermes Code Bridge is a plugin designed for Nous Research Hermes Agent, transforming it into a command center for various local coding agents. This plugin addresses the challenge of managing multiple AI coding assistants, each with its specific strengths, by allowing Hermes to route tasks, monitor progress, and consolidate results. Instead of manually copy-pasting prompts and tracking output across different terminals, users can issue a single command to Hermes, which then intelligently dispatches the work to agents like Codex for implementation, Claude Code for review, or Kimi Code for long-context understanding. Key functionalities include running implementation and review loops, obtaining second opinions before merging, dispatching specific tasks to the most suitable coding agent, resuming existing agent sessions, and coordinating multi-agent local workspaces. The plugin streamlines the development workflow by teaching Hermes to discover installed CLIs, manage sessions, construct structured prompts, monitor job execution, verify artifacts and tests, and report back verifiable evidence of agent actions. It emphasizes a strict safety model, ensuring transparent reporting of commands, avoiding secret leaks, respecting sandboxes, and verifying results before claiming task success. This empowers Hermes to act as an intelligent orchestrator for complex local coding tasks, enhancing productivity and collaboration within development environments.
https://github.com/xuyang-liu16/hermes-code-bridge
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.
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.
Operating layer for Hermes Agent that adds eleven routed workflows covering planning, research, creation, coding handoffs, operations and project memory with explicit evidence boundaries.
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.
This plugin introduces dynamic workflows to Hermes Agent, allowing models to write, execute, and orchestrate sandboxed Python scripts for complex multi-agent tasks.
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.
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.
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.