Hermes Registry

Skills

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

25 results

Skill

aspnet-core

1.0.0

openai · software-development

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.

ASP.NET.NETBackend
0

backtest-expert

1.0.0

TraderMonty · trading

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

backtestingstrategyedge
0

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

ci-cd-and-automation

1.0.0

addyosmani · devops

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

CI/CDAutomationPipelines
0

cybersecurity-mitre

1.0.0

mukul975 · red-teaming

Use when performing security research, red-teaming, or threat modeling. 753+ structured cybersecurity skills mapped to MITRE ATT&CK tactics and techniques.

cybersecuritymitreatt&ck
1

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

dogfood

1.0.0

· dogfood

Exploratory QA of web apps: find bugs, evidence, reports.

qatestingbrowser
0

dual-axis-skill-reviewer

1.0.0

TraderMonty · trading

Review skills in any project using a dual-axis method: (1) deterministic code-based checks (structure, scripts, tests, execution safety) and (2) LLM deep review findings. Use when you need reproducible quality scoring for `skills/*/SKILL.md`, want to gate merges with a score threshold (for example 90+), or need concrete improvement items for low-scoring skills. Works across projects via --project-root.

skill-toolingreviewtrading
0

finishing-a-development-branch

1.0.0

obra · software-development

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

GitBranchWorkflow
1

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

google-cloud-networking-observability

1.0.0

google · devops

Investigates Google Cloud networking issues by analyzing logs, metrics, and diagnostics. Use when investigating VPC Flow Logs (including cost estimation), NAT, firewall, or threat logs, querying latency and throughput metrics, or running Connectivity Tests for path diagnostics. Don't use for generic VM management or non-observability tasks.

Google CloudCloudNetworking
0

grilling

1.0.0

mattpocock · productivity

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

GrillingCritiqueThinking
0

idea-refine

1.0.0

addyosmani · productivity

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".

IdeasRefinementPlanning
1

interview-me

1.0.0

addyosmani · productivity

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

InterviewRequirementsDiscovery
0

kanban-codex-lane

1.0.0

Hermes Agent · autonomous-ai-agents

Use when a Hermes Kanban worker wants to run Codex CLI as an isolated implementation lane while Hermes keeps ownership of task lifecycle, reconciliation, testing, and handoff.

kanbancodexworktrees
1

migrate-to-shoehorn

1.0.0

mattpocock · software-development

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.

MigrationShoehornRefactoring
0

pair-trade-screener

1.0.0

TraderMonty · trading

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair trading opportunities, statistical arbitrage screening, mean-reversion strategies, or market-neutral portfolio construction. Supports correlation analysis, cointegration testing, and spread backtesting.

screenerstock-screeningtrading
0

playwright-interactive

1.0.0

openai · software-development

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

PlaywrightInteractiveTesting
0

setup-pre-commit

1.0.0

mattpocock · devops

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

Pre-commitGit HooksCI
0

skill-creator

1.0.0

anthropics · software-development

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

SkillsAuthoringMeta
0

skill-designer

1.0.0

TraderMonty · trading

Design new Claude skills from structured idea specifications. Use when the skill auto-generation pipeline needs to produce a Claude CLI prompt that creates a complete skill directory (SKILL.md, references, scripts, tests) following repository conventions.

skill-toolingreviewtrading
0

tdd

1.0.0

mattpocock · software-development

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

TDDTestingRed-Green-Refactor
0

test-driven-development

1.1.0

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

TDD: enforce RED-GREEN-REFACTOR, tests before code.

testingtdddevelopment
0

validate-idea

1.0.0

slavingia · domain

Validate a business idea using the minimalist entrepreneur framework. Use when someone has a business idea and wants to test if it's worth pursuing before building anything.

ValidationIdeasStartup
0
Page 1 of 2