Hermes Registry

Skills

Self-contained task procedures the Hermes agent can follow — each a single SKILL.md following the agentskills.io open standard.

19 results

Skill

browser-testing-with-devtools

1.0.0

addyosmani · software-development

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

BrowserTestingDevTools
0

claude-api

1.0.0

anthropics · software-development

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).

ClaudeAnthropicAPI
0

debugging-and-error-recovery

1.0.0

addyosmani · software-development

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

DebuggingErrorsRecovery
0

debugging-hermes-tui-commands

1.0.0

Hermes Agent · software-development

Debug Hermes TUI slash commands: Python, gateway, Ink UI.

debugginghermes-agenttui
0

diagnosing-bugs

1.0.0

mattpocock · software-development

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

DebuggingBugsDiagnosis
0

doubt-driven-development

1.0.0

addyosmani · software-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

MethodologyAssumptionsVerification
0

figma-use

1.0.0

openai · design

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.

FigmaPlugin APIDesign
0

gcloud

1.0.0

google · devops

Interacts with Google Cloud services using the gcloud CLI safely and efficiently. Covers command validation, data reduction, safety guardrails with a denylist, and workflows for discovery and investigation. You MUST read this skill before invoking any gcloud command. Use when managing cloud resources, querying configurations, or troubleshooting issues via gcloud. Don't use when writing or debugging Google Cloud client library code or raw REST/gRPC API interactions.

Google CloudGcloud
0

gh-fix-ci

1.0.0

openai · github

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

GitHubCIFixes
1

gke-compute-classes

1.0.0

google · devops

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto Provisioning configuration or general GKE cluster creation.

Google CloudGkeCompute
0

google-agents-cli-onboarding

1.0.0

google · devops

Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs the ADK (Agent Development Kit) development lifecycle.

Google CloudAgentsCli
0

hermes-s6-container-supervision

1.0.0

Hermes Agent · software-development

Modify, debug, or extend the s6-overlay supervision tree inside the Hermes Agent Docker image — adding new services, debugging profile gateways, understanding the Architecture B main-program pattern.

dockers6supervision
0

node-inspect-debugger

1.0.0

Hermes Agent · software-development

Debug Node.js via --inspect + Chrome DevTools Protocol CLI.

debuggingnodejsnode-inspect
0

playwright

1.0.0

openai · software-development

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

PlaywrightBrowserAutomation
0

playwright-interactive

1.0.0

openai · software-development

Persistent browser and Electron interaction through `js_repl` for fast iterative UI debugging.

PlaywrightInteractiveTesting
0

python-debugpy

1.0.0

Hermes Agent · software-development

Debug Python: pdb REPL + debugpy remote (DAP).

debuggingpythonpdb
0

security-best-practices

1.0.0

openai · red-teaming

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

SecurityBest PracticesWeb
0

systematic-debugging

1.1.0

Hermes Agent (adapted from obra/superpowers) · software-development

4-phase root cause debugging: understand bugs before fixing.

debuggingtroubleshootingproblem-solving
0

webapp-testing

1.0.0

anthropics · software-development

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

TestingWebAutomation
0