Awesome Hermes PluginsCommands & Workflows

Lifecycle-Innovations-Limited/claude-ops

⭐ 190 Shell added to this list on 2026-08-24 repository created 2026-04-11

claude-ops packages day-to-day business operations as a plugin that runs across three harnesses, Claude Code, Grok and Hermes Agent. A single command produces a morning briefing that puts infrastructure health, CI/CD status, a unified inbox across Slack, Telegram and Gmail, open pull requests, sprint progress and a revenue snapshot from Stripe, RevenueCat and AWS on one screen, and closes with a suggested next action. The Hermes port lives in `claude-ops/hermes-plugin/`, a directory holding the Hermes manifest, a Python entry point and its own runtime notes, installed to `~/.hermes/plugins/ops`. It exposes the plugin's slash commands and makes the bundled skills reachable through `skill_view("ops:*")`. Version numbers in `plugin.json`, the Hermes `plugin.yaml` and the installer pin are kept in step by a release skill, and the plugin's `.mcp.json` is deliberately empty so MCP servers start on demand rather than once per session. A separate document records what each harness port does and does not support. Beyond the briefing the repository bundles a large content set: dozens of skills, a set of agents, and integrations with external services. The second major version added an autonomy layer on top of the reporting surface, including post-merge and build-failure auto-fix, plus safety hooks; the project describes those additions as purely additive, with no change to earlier behaviour unless enabled. Skills use third-person trigger descriptions and a shared preamble, and oversized ones are split into `references/` files, with a plugin-root rules skill acting as the single source of project conventions. The repository is mostly shell and documentation, and the Hermes plugin is a port of a code base whose primary target is Claude Code. Anyone adopting it on Hermes should read the harness ports document first to see which surfaces are wired through and which stay Claude-only.

https://github.com/Lifecycle-Innovations-Limited/claude-ops

operationsbriefingslash-commandsskillsci-cdintegrations

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.

lingjiuu/hermes-dynamic-workflows

This plugin introduces dynamic workflows to Hermes Agent, allowing models to write, execute, and orchestrate sandboxed Python scripts for complex multi-agent tasks.

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.