Hermes Workflows — Development skill for Claude Code
Multi-step automations for Hermes Agent, authored as a graph and running on native Cron, Kanban, and Profiles.
How to install Hermes Workflows
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open itechmeat/hermes-workflows and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Hermes Workflows does
Multi-step automations for Hermes Agent, authored as a graph and running on native Cron, Kanban, and Profiles.
Alternatives in Development
- Ecc Guide — Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su 243.5k ★
- Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
- Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★
README
Hermes Workflows
Multi-step automations for [Hermes Agent](https://github.com/NousResearch/hermes-agent) — drawn as a graph, run on Hermes' own primitives, with a human in the loop only where you put one.
Hermes Workflows is a dashboard plugin for Hermes Agent. You draw an automation as a graph — agent tasks, shell steps, branches, and review gates — and it runs on top of Hermes' own Kanban, Cron, and Profiles. It is not a second engine: every node compiles to a native Hermes primitive, so a workflow is something you can read, schedule, and reason about with the tools Hermes already gives you. Where a single scheduled prompt (an [Automation Blueprint](#workflows-vs-automation-blueprints)) isn't enough, a workflow is the layer above it.
Hermes Workflows now supports release-oriented runs that resume failed runs, export portable template bundles, and drive adopted board cards one at a time on a shared feature branch so cross-card context stays intact while docs and version updates happen once for the whole scope.
Why
- It runs itself. Hermes Workflows advances the run as soon as a workflow card finishes. Native Kanban lifecycle hooks move card-driven nodes forward in seconds, while the configurable self-terminating cron tick stays as the safety net and
wait-node poll. - Nothing is locked away. A workflow is a plain spec you export to YAML/JSON, re-import on a clean install, and edit by hand or in the visual editor. Data flows between nodes through the run state, not a host file path baked into the graph — so it stays portable.
- It speaks Hermes, not a private dialect. Nodes become native Kanban cards, Cron jobs, and Profile assignments; results deliver through the host's own delivery router; skills come from the host catalog. There is no parallel runtime to learn or trust.
- You see what happened. Every agent node reports live per-node telemetry (duration, tokens, tool calls, errors), pending dangerous-command approvals surface
Related Skills
Narrate
Write one-sentence, agent-authored summaries for each domain and the top load-bearing symbols into the .codewe
Callsheet
Turn any recording of a call into one self-contained HTML readout: local Whisper, multi-agent analysis, hand-a
Claude Dev
Autonomous multi-agent development team orchestrator for Claude Code. Team-lead agent dispatches developer/rev
Profile Grill
Claude Code skill: Build boundary-clear professional profiles through structured grilling. First step in the j
Code Knowledge Graph
GKG is Pre-indexed code knowledge graph for Claude Code, Codex, Cursor, OpenCode, and Hermes Agent — to save �
Hermes Tui
Native Rust TUI for Hermes Agent. Opt-in second client; Ink stays hermes --tui.
Related Agents
Foundation Models
Specialist for Apple's Foundation Models framework and Apple Intelligence — on-device and Private Cloud Comput
Fire Learncoding Walker
Dependency graph mapper for learncoding mode — detects entry point and produces ordered linear step list from
Yume
Native desktop UI for Claude Code with orchestration, streaming, background agents, and multi-provider support