Find the perfect skill
Agent File Review
Development
Audit of agent files: frontmatter, triggers, voice, length, duplication.
Supabase Performance Tuning
Development
Optimize Supabase API performance by implementing caching, batching, and connection pooling to reduce latency and improve throughput.
Scaffold a new hr-* skill directory
Development
Scaffold a new hr-* skill directory with SKILL.md, content/, and examples/ templates.
DeepWork Jobs Management
Development
Creates and manages multi-step AI workflows by defining job specifications, reviewing them, generating step instructions, and learning from past runs. Helps streamline complex tasks that require multiple AI steps, such as data processing or content generation pipelines.
Audit Suite Orchestrator
Development
Runs a preset suite of audits in parallel and merges their reports into one summary.
String Concatenation Optimization
Development
Compiler optimization for adjacent constant string concatenation. Triggered by references to string concatenation tasks.
Git Master
Development
Handles advanced git operations including branch management, merge conflict resolution, and history rewriting. Provides safe workflows with explicit confirmation for destructive commands like force push and rebase. Helps developers maintain clean commit history and recover from common git issues.
Database Sharding Strategies
Development
Horizontal scaling patterns for multi-tenant databases. Covers shard key selection, consistent hashing, and shard management.
Move Documentation Files
Documentation
Automates moving documentation files with git history preservation, automatic alias injection, verification, and internal link updates.
ADR Review Level 1 (Runcriticon)
Development
Applies the ultrathink Level 1 review pattern to a Runcriticon ADR. Detects gaps in blocks A-G, proposes sub-decisions with anchors, and chains review/acceptance PRs.
AOTInductor Debugging
Development
Guide to diagnose and fix AOTInductor errors, such as segfaults, device mismatches, and constant loading failures.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs. Covers consumer analysis, style selection, error handling, versioning, pagination, and auth.