Find the perfect skill
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.
Visualize Codebase Architecture with CodeFlow
Development
Turn any GitHub repo, local folder, or PR into an interactive architecture map with dependency graphs, health scores, and security scans. Runs fully client-side.
Printing Press CLI for Golden Coverage
Development
CLI tool for golden generation coverage. Automates creation of golden tests.