Find the perfect skill
GitHub QA Labels
Development
Helps classify GitHub issues with appropriate QA labels.
Skill Template
Development
Describes a generic skill with instructions and examples.
DCO Sign-off Recovery
Development
Recover commits missing DCO sign-off. Handles amend, interactive rebase, and cherry-pick, and explains the Probot DCO check.
YouTube Thumbnail Generator
Content
Renders a 1280x720 YouTube thumbnail from the brand design system using local headless Chrome. Deterministic, on-brand, no external image model.
ClawMem Operational Reference
Data & AI
Operational reference for ClawMem: escalation gate, MCP routing, query optimization, pipeline behavior, scoring, memory lifecycle. Use for tuning retrieval or troubleshooting recall.
Grill with documentation
Documentation
A relentless interview to sharpen a plan or design, generating docs (ADRs and glossary) as we go.
Laravel Wayfinder
Development
Generates typed TypeScript functions for Laravel routes and controllers, keeping backend and frontend in sync. Use it to import controller methods or named routes with support for parameters, HTTP methods, and query merging. Helps achieve type safety and tree-shaking in Laravel + Inertia or vanilla frontend apps.
Codebase Health Audit
Development
Comprehensive codebase audit to identify technical debt, quality issues, and improvement opportunities.
Evolve Skill via DSPy Optimization
Data & AI
Runs the full skill evolution pipeline: harvests sessions, discovers negative signals, builds a golden dataset, evaluates baseline, and optimizes via DSPy with before/after comparison.
DDD Tactical Patterns
Development
Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants.
Session Resume Prompt Generator
Productivity
Generates a structured resume prompt for interrupted sessions, saving context, tasks, and recommendations to SESSION-RESUME.md. Supports custom target directory via --dir.
E2E Testing with Playwright
Testing
Write robust E2E tests using Playwright and the BasePage pattern for reliable test automation.