Search the registry
One search across every skill, MCP server, agent, and workflow.
57 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.
agent-platform-inference
1.0.0google · mlops
Connects to and performs inference with Google Cloud Agent Platform GenAI models, including First-Party Gemini models and Third-Party OpenMaaS models (Llama, DeepSeek, Qwen, etc.). Use when you need to generate code for calling Gemini or OpenMaaS models, authenticate with GenAI SDK, OpenAI SDK, or legacy Agent Platform SDK, configure base URLs and global/regional endpoints, or troubleshoot 429 Resource Exhausted (DSQ), 400 User Validation, or 404 Not Found errors. Don't use for deploying models to endpoints or for running model evaluations.
algorithmic-art
1.0.0anthropics · creative
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
ask-matt
1.0.0mattpocock · software-development
Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
bigtable-basics
1.0.0google · data-science
Assists in provisioning instances/tables, designing performant schemas, and querying data in Bigtable. Use when designing Bigtable row keys, configuring column families, writing SQL queries or client library code (Java, Go, Python) for Bigtable, or diagnosing performance/hotspotting issues. Also use when provisioning Bigtable clusters using gcloud or cbt CLIs. Don't use for generic Cloud SQL administration.
chatgpt-apps
1.0.0openai · software-development
Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.
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.
codebase-design
1.0.0mattpocock · software-development
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
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).
deprecation-and-migration
1.0.0addyosmani · software-development
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
docx
1.0.0anthropics · productivity
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
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.
figma
1.0.0openai · design
Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.