Search the registry
One search across every skill, MCP server, agent, and workflow.
21 results
Airtable
1.0.0domdomegg
Read and write records, bases, and schema in Airtable. Community-maintained — scope the PAT to specific bases.
Code Reviewer
1.1.0Hermes Registry
Reviews a diff for correctness bugs and suggests minimal fixes.
Doc Writer
1.1.0Hermes Registry
Writes and updates clear technical documentation from code and context.
Figma
1.0.0Figma
Figma Dev Mode server — read components, variables, and layout; generate code from frames; create and update canvas content. Enable the desktop MCP server (Dev Mode) on port 3845.
Refactorer
1.1.0Hermes Registry
Improves code structure and readability without changing behavior.
Security Auditor
1.1.0Hermes Registry
Audits code changes for security vulnerabilities and unsafe patterns.
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.
claude-code
2.2.0Hermes Agent + Teknium · autonomous-ai-agents
Delegate coding to Claude Code CLI (features, PRs).
codebase-inspection
1.0.0Hermes Agent · github
Inspect codebases w/ pygount: LOC, languages, ratios.
codex
1.0.0Hermes Agent · autonomous-ai-agents
Delegate coding to OpenAI Codex CLI (features, PRs).
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.
opencode
1.2.0Hermes Agent · autonomous-ai-agents
Delegate coding to OpenCode CLI (features, PR review).
p5js
1.0.0· creative
p5.js sketches: gen art, shaders, interactive, 3D.
pretext
1.0.0Hermes Agent · creative
Use when building creative browser demos with @chenglou/pretext — DOM-free text layout for ASCII art, typographic flow around obstacles, text-as-geometry games, kinetic typography, and text-powered generative art. Produces single-file HTML demos by default.
requesting-code-review
2.0.0Hermes Agent (adapted from obra/superpowers + MorAlekss) · software-development
Pre-commit review: security scan, quality gates, auto-fix.
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.
test-driven-development
1.1.0Hermes Agent (adapted from obra/superpowers) · software-development
TDD: enforce RED-GREEN-REFACTOR, tests before code.
touchdesigner-mcp
1.1.0kshitijk4poor · creative
Control a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.
writing-plans
1.1.0Hermes Agent (adapted from obra/superpowers) · software-development
Write implementation plans: bite-sized tasks, paths, code.