Search the registry
One search across every skill, MCP server, agent, and workflow.
17 results
Code Reviewer
1.1.0Hermes Registry
Reviews a diff for correctness bugs and suggests minimal fixes.
Security Auditor
1.1.0Hermes Registry
Audits code changes for security vulnerabilities and unsafe patterns.
claude-code
2.2.0Hermes Agent + Teknium · autonomous-ai-agents
Delegate coding to Claude Code CLI (features, PRs).
code-review-and-quality
1.0.0addyosmani · software-development
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
code-simplification
1.0.0addyosmani · software-development
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
codex
1.0.0Hermes Agent · autonomous-ai-agents
Delegate coding to OpenAI Codex CLI (features, PRs).
doubt-driven-development
1.0.0addyosmani · 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.
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.
github-code-review
1.1.0Hermes Agent · github
Review PRs: diffs, inline comments via gh or REST.
karpathy-guidelines
1.0.0multica-ai · software-development
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
opencode
1.2.0Hermes Agent · autonomous-ai-agents
Delegate coding to OpenCode CLI (features, PR review).
receiving-code-review
1.0.0obra · software-development
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
requesting-code-review
2.0.0Hermes Agent (adapted from obra/superpowers + MorAlekss) · software-development
Pre-commit review: security scan, quality gates, auto-fix.
review
1.0.0mattpocock · software-development
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
security-best-practices
1.0.0openai · 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.
security-threat-model
1.0.0openai · red-teaming
Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.
skill-idea-miner
1.0.0TraderMonty · trading
Mine Claude Code session logs for skill idea candidates. Use when running the weekly skill generation pipeline to extract, score, and backlog new skill ideas from recent coding sessions.