Find the perfect skill
Post-Implementation Self-Review
Development
Post-implementation self-review of recent code to catch issues before formal review. Dispatches a reflector agent for quality checks.
i18n Pre-Commit Check
Development
Pre-commit i18n check. Scans changed files for untranslated strings, missing locale keys, and locale sync issues. Fast and focused — only checks what changed.
Create Skill from Prompt/Gem
Development
Convert an agentic prompt or Gemini Gem into a new structured skill for the framework. Follow the instructions in the hyper-create-skill skill.
brepjs-cad Skill Self-Heal Loop
Development
Autonomously run eval-diagnose-fix-verify-ship to self-heal a brepjs-cad skill from its own eval signals. Supports implement, verify, and polish targets with clean-room subauthors and blind judges.
Spec Kit Implementation Review
Development
Review completed implementation work against specifications, run tests, and update task status in tasks.md.
Clay Hello World
Development
Send your first record to Clay and get enriched data back. Use when starting a new Clay integration, testing webhook setup, or verifying that enrichment columns are working.
Lightning Network Architecture Review
Development
Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs.
FastAPI Router Creator
Development
Create FastAPI router creator operations. Auto-activating skill for Backend Development.
API Design Expert
Development
Provides expert guidance on API design principles, including REST, GraphQL, versioning strategies, and best practices. Helps design robust, maintainable, and scalable APIs with concrete FastAPI examples.
Dispatch Skill Improver for Evidence-Cited Edits
Development
Dispatch the report-only skill-improver agent for a named skill to propose evidence-cited edits from its latest annotated eval run log. Confirms repo, resolves skill, and warns on missing annotations or hold-out tests.
Supabase Architecture Variants
Development
Select and implement Supabase architecture blueprints for different scales. Use for designing new integrations, choosing between monolith, service, or microservice architectures, or planning migration paths.
Git CLI Agentic Patterns
Development
Provides optimized Git commands with porcelain output for AI agent workflows. Ensures machine-readable, stable output across versions and configurations using flags like --porcelain, --numstat, and custom --format. Best for agents automating version control tasks that require deterministic parsing.