Search the registry
One search across every skill, MCP server, agent, and workflow.
16 results
Feature Implementation
1.0.0Hermes Registry
Plan, implement, and test a new feature end to end.
Frontend Engineer
1.0.0Hermes Registry
Builds accessible, performant, maintainable UI components and frontend features.
Prompt Engineer
1.1.0Hermes Registry
Designs, tests, and refines prompts for LLM features.
brainstorming
1.0.0obra · software-development
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
claude-code
2.2.0Hermes Agent + Teknium · autonomous-ai-agents
Delegate coding to Claude Code CLI (features, PRs).
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.
documentation-and-adrs
1.0.0addyosmani · software-development
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
incremental-implementation
1.0.0addyosmani · software-development
Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
observability-and-instrumentation
1.0.0addyosmani · devops
Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.
opencode
1.2.0Hermes Agent · autonomous-ai-agents
Delegate coding to OpenCode CLI (features, PR review).
security-and-hardening
1.0.0addyosmani · red-teaming
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
spec-driven-development
1.0.0addyosmani · software-development
Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
tdd
1.0.0mattpocock · 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.
us-market-bubble-detector
1.0.0TraderMonty · trading
Evaluates market bubble risk through quantitative data-driven analysis using the revised Minsky/Kindleberger framework v2.1. Prioritizes objective metrics (Put/Call, VIX, margin debt, breadth, IPO data) over subjective impressions. Features strict qualitative adjustment criteria with confirmation bias prevention. Supports practical investment decisions with mandatory data collection and mechanical scoring. Use when user asks about bubble risk, valuation concerns, or profit-taking timing.
using-git-worktrees
1.0.0obra · software-development
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback