Awesome Hermes PluginsHooks & Observability

BULDEE/ai-craftsman-superpowers

⭐ 35 Shell added to this list on 2026-08-31 repository created 2026-02-03

AI Craftsman Superpowers enforces a project's architecture rules inside the agent loop instead of stating them in a prompt file. The same rules engine runs as hooks around every write, as a gate in continuous integration, and as the criteria an internal reviewer agent reads, so a domain entity importing from infrastructure or a PHP class missing `declare(strict_types=1)` is refused before the file reaches disk, and the identical rule fails a pull request if the violation arrives that way. Refusals are returned to the model as short findings it has to answer, and non-blocking findings are surfaced once rather than repeatedly. The rules engine supports three levels of inheritance, from global to project to per-directory overrides, in a short form for severity changes and a long form for custom regular-expression rules, which lets legacy directories coexist with strictly checked new code. Every violation the operator fixes is recorded locally, and a fix recurring at least three times across at least three files is promoted to a candidate instinct that a human approves through `/craftsman:metrics`, after which it becomes a project skill carrying its provenance: detection is automatic, codification stays human-gated. Completion requires evidence, so a task cannot be marked done without a verification record and a failing test run revokes one that already exists. Jobs are routed to the cheapest model that can do them, from commit-message formatting on a small model to architecture review on a large one. The repository originated as a Claude Code plugin but ships a root Hermes manifest declaring the `pre_verify` and `pre_llm_call` hooks, so it installs into `~/.hermes/plugins/craftsman` and enables with `hermes plugins enable craftsman`, giving autonomous Hermes agents the same gate, correction-learning loop, `/craftsman` command and situation-selectable skills. GitHub, GitLab and Bitbucket receive native annotations, and Jenkins runs through a generic adapter. Apache-2.0 licensed.

https://github.com/BULDEE/ai-craftsman-superpowers

hooksquality-gatearchitecturedddciguardrailcode-reviewclaude-code

Also in Hooks & Observability

rullerzhou-afk/clawd-on-desk

Clawd on Desk is a pixel desktop pet that reacts to your AI coding agent's activity in real time, offering visual feedback for various states and supporting numerous AI agents including Hermes.

lennney/stop-that-shit

A cross-harness task-boundary guard that ships a Hermes Agent plugin, blocking an AI coding agent from mutating files, dependencies or hashes outside the mode the user asked for.

8bit64k/cronalytics

Cronalytics is a Hermes Agent plugin providing detailed analytics and observability for scheduled agentic automations, tracking costs, tokens, and performance.

Adolanium/hermes-resetwatch

Hermes Desktop plugin showing live remaining-quota bars and reset timers for Claude, Codex, Cursor, and a dozen other AI provider plans on one page inside the app.

briancaffey/hermes-otel

An OpenTelemetry plugin for Hermes Agent that exports LLM tool calls, model invocations, and API requests as OTel spans to various tracing backends like Phoenix, Langfuse, SigNoz, and Jaeger.

rarf/hermes-quota-plugin

A Hermes Desktop plugin showing live model-provider quota as a status-bar chip and sidebar pane, fed by a local cache that a Python backend refreshes across eight providers.

alexander-akhmetov/grafana-agento11y-hermes

A Hermes Agent plugin recording LLM calls and tool executions as Grafana Agent Observability generations while exporting OpenTelemetry traces and metrics over OTLP.

nujovich/hermes-telemetry

A comprehensive telemetry plugin for Hermes Agent that provides real-time budget enforcement and detailed observability for AI operations.