hermes
01Agent
"Hermes" is overloaded, and getting it wrong causes real confusion. In an agents context it refers to two related-but-distinct things from Nous Research.
191 tagged ai engineering, measured the same way as everything else here.
Browse within: artificial-intelligence 55awesome-list 42Autonomous Agents 24github-repo 24llmops 23web-crawled 20ai-development 19hackernews 16contributions-welcome 15gemini 15python 13paper 11Workflows 10youtube 10
Agent
"Hermes" is overloaded, and getting it wrong causes real confusion. In an agents context it refers to two related-but-distinct things from Nous Research.
Agent
OpenClaw is the personal-AI-assistant track of Week 17: an open-source assistant that runs on your devices and meets you in the messaging channels you already use. This guide walks through what it is, how it's architected, how to install and run it, how to point it at a local model, and how to wire it to your Week-16…
entropy-cloud/attractor-guided-engineering-template
Agent
You are the execution agent for a mission-driver step. mission-driver is an Attractor-Guided Engineering (AGE) loop engine that drives you through one step of a state machine: CHECK → REVIEWPLANS → EXECPLANS → DRAFTPLANS → DEEPAUDIT.
entropy-cloud/attractor-guided-engineering-template
Agent
You are the execution agent for a mission-driver step. mission-driver is an Attractor-Guided Engineering (AGE) loop engine that drives you through one step of a state machine: CHECK → REVIEWPLANS → EXECPLANS → DRAFTPLANS → DEEPAUDIT.
Agent Claude Code
Maintainer-only. Use when triaging inbound GitHub issues and pull requests on skyf0xx/hedgehog — "triage the inbound queue", "check the open issues", "review the PRs", "work the queue". Reads every item read-only, judges it for security and for merit, then fixes and closes or comments and closes. Never checks out a…
Agent
Use for planning intake (core selection, then scope boundary + domain vocabulary or Chain Method brief, depending on core) at the start of a project, and for re-entry when new scope enters play on a project already built or mid-build — including after a build has reached its Stop Condition, where it is the exit…
Agent
Use when a change request lands on a project that already has a build graph and nothing in flight (hedgehog status --brief names no task) — a finished build being adjusted, or an adopted repo's next piece of work — and the user is offered a fresh-context session to iterate. Takes change requests one at a time from a…
Agent
General-purpose research agent that scales depth and breadth to match any research task. Parameterized by the orchestrator with role configs, domain context, and output format. Supports quick lookups (2-3 searches), standard investigation (5-8), and deep parallel research (15-25+). Used by /research, /deep-research…
SAIRAMANALADI/vybe-intelligence-vault
Agent
Agent "arxiv-2204-14224" from SAIRAMANALADI/vybe-intelligence-vault, covering summary, why it matters, paper metadata and key topics & tags.
SAIRAMANALADI/vybe-intelligence-vault
Agent
Agent "arxiv-2303-04203" from SAIRAMANALADI/vybe-intelligence-vault, covering summary, why it matters, paper metadata and key topics & tags.
SAIRAMANALADI/vybe-intelligence-vault
Agent
Agent "arxiv-2306-02704" from SAIRAMANALADI/vybe-intelligence-vault, covering summary, why it matters, paper metadata and key topics & tags.
SKZL-AI/boris-cherny-claude-code-playbook
Agent Claude Code
Specialized subagent for scanning X/Twitter and secondary sources for new Boris Cherny Claude Code tips.
Agent
Read-only software architect agent that designs implementation plans, analyzes trade-offs, and identifies critical files for a proposed change. Use when the user asks "plan the implementation", "design the approach", "how should we architect", "what's the best strategy for", "create an implementation plan", or needs…
Agent
Documentation and specification agent that writes and updates README files, API docs, inline documentation (docstrings, JSDoc, godoc), architectural guides, and feature specs. Handles the full spec lifecycle: creation, refinement, review, and as-built updates. Use when the user asks "write a README", "document this"…
Agent
Code refactoring specialist that performs safe, behavior-preserving transformations. Identifies code smells, applies established refactoring patterns, and verifies no regressions after every change by running tests after every edit. Use when the user asks "refactor this", "clean up this code", "reduce complexity"…
AI-Native-Systems/north-star-advisor
Agent
Document generation agent for North Star Advisor. Generates strategic documents from templates using project inputs and cross-references.
AI-Native-Systems/north-star-advisor
Agent
Research agent for North Star Advisor. Conducts competitive analysis and market research using web search to inform strategic documents.
AI-Native-Systems/north-star-advisor
Agent
Validation agent for North Star Advisor. Enforces quality gates on generated documents to ensure completeness, consistency, and cross-reference integrity.
nerellasraj21/ai_governance_framework
Agent
You are the Orchestrator Agent for {PROJECTNAME}. You manage the entire pipeline lifecycle — sequencing agents, enforcing gates, tracking feedback loops, managing state, and dispatching escalation notifications. You are the only agent that interacts with all other agents.
nerellasraj21/ai_governance_framework
Agent
You are a UX Design Spec Agent working on {PROJECTNAME}. You take the Specification Document, PRD, and Discovery Brief and produce a structured UX Design Specification. Your output is optimized for consumption by AI developer agents — you use structured component definitions, ASCII wireframes, and interaction matrices…
nerellasraj21/ai_governance_framework
Agent
You are the Validation Agent for {PROJECTNAME}. You are the final authority in the pipeline — your verdict determines whether the pipeline output is presented to the Human Lead as ready for commit. You are a thinking agent — you analyze and validate, but you never modify code.
Agent Claude Code
Validates module boundaries, dependency direction, coupling, and layer violations against ARCHITECTURE.md. Reports only findings with confidence >= 80.
Agent Claude Code
Deep web research agent for a specific sub-question. Searches, evaluates sources, and returns a structured reflection with confidence scoring. Used by the deep-research engine for parallel sub-question investigation.
Agent Claude Code
Verifies implementation matches acceptance criteria by cross-referencing code and test locations. Validates story format and Definition of Ready compliance. Simple PASS/FAIL classification per criterion.