Find the perfect skill
ADR Index
Development
Build or rebuild the full ADR index and dependency graph in AgentDB from the docs/adr/ directory.
Vexor: Semantic File Search
Development
Vector-powered CLI for semantic file search, with a skill for Claude/Codex.
Integrate Claude Skill into Guidelines
Development
Adapt and integrate a Claude global skill into your project's development guidelines, not into project code.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling. Use when experiencing slow API responses or implementing caching strategies.
Schema Alignment
Development
Detect drift between database schema and code data models. Works with common ORMs and migration tools.
Evidence-Based Skill Improvement via Eval Logs
Development
Dispatch the skill-improver agent to propose evidence-cited edits for a skill from its latest annotated eval log. Report-only; never edits the skill.
Parallel Task Dispatcher
Development
Dispatches tasks from .hyperflow/tasks/ using parallel workers and reviewers, then integrates and commits results.
Create High-Quality Git Commits
Development
Analyzes pending changes, runs relevant agents (e.g., python-moderniser, click-auditor), and composes logical commits with proper commit messages.
Config Schema Validator
Development
Generates Zod/JSON Schema configuration validators with defaults and custom error messages for robust config management.
omc - Claude Code Multi-Agent Orchestration
Development
Multi-agent orchestration skill for Claude Code with 29+ specialized agents, smart model routing, persistent execution loops, and skill layers. Enables team-based autonomous coding workflows.
Create High-Quality Pull Requests
Development
Automates creation of well-structured pull requests via gh pr create, handling commits, branching, and pushing.
Mistral Vibe CLI Platform
Development
Authoritative reference for setting up Mistral Vibe CLI coding agent in gald3r projects. Covers TOML config, agents, skills, MCP servers, and capability boundaries.