Search the registry
One search across every skill, MCP server, agent, and workflow.
19 results
Bug Fix
1.0.0Hermes Registry
Reproduce a reported bug, fix it, and add a regression test.
Debugger
1.1.0Hermes Registry
Root-causes a failing test or bug and proposes a minimal fix.
Dependency Upgrade
1.0.0Hermes Registry
Bump dependencies, run the test suite, and open a PR if green.
Feature Implementation
1.0.0Hermes Registry
Plan, implement, and test a new feature end to end.
Neon
1.0.0Neon
Serverless Postgres with branch-based migrations — the agent tests migrations on an instant copy-on-write branch before applying.
Playwright
1.0.0Microsoft
Drive a real browser — navigate, click, fill forms, screenshot, and run plain-English smoke tests.
Prompt Engineer
1.1.0Hermes Registry
Designs, tests, and refines prompts for LLM features.
Refactor Module
1.0.0Hermes Registry
Safely refactor a module behind its existing tests.
Test Coverage Boost
1.0.0Hermes Registry
Find under-tested code and add the highest-value missing tests.
Test Writer
1.1.0Hermes Registry
Writes focused unit and integration tests for existing code.
backtest-expert
1.0.0TraderMonty · 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.
cybersecurity-mitre
1.0.0mukul975 · red-teaming
Use when performing security research, red-teaming, or threat modeling. 753+ structured cybersecurity skills mapped to MITRE ATT&CK tactics and techniques.
dogfood
1.0.0· dogfood
Exploratory QA of web apps: find bugs, evidence, reports.
dual-axis-skill-reviewer
1.0.0TraderMonty · 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.
kanban-codex-lane
1.0.0Hermes 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.
pair-trade-screener
1.0.0TraderMonty · 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.
skill-designer
1.0.0TraderMonty · 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.
test-driven-development
1.1.0Hermes Agent (adapted from obra/superpowers) · software-development
TDD: enforce RED-GREEN-REFACTOR, tests before code.
thirdweb
1.0.0thirdweb
Deploy and interact with smart contracts across EVM chains. Contract deploys are irreversible and cost gas — test on a testnet first.