Find the perfect skill
Python Code Assistant
Development
Generates, analyzes, debugs, and tests Python code using only local context. It inspects the Python environment, reads docstrings and offline documentation to craft solutions, and suggests pip or conda commands for missing packages. Helps when you need to produce or improve Python code without internet access.
Plan-First Development
Development
Break complex projects into detailed multi-phase plans before writing any code. Prevents scope creep, refactoring waste, and missed requirements. Use when starting any project with more than 1000 lines of code or building systems with multiple interacting components.
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.
SLO Implementation and Observability
DevOps
Expert guide for defining SLIs/SLOs, error budgets, and monitoring systems aligned with business priorities.
Codebase Health Audit
Development
Comprehensive codebase audit to identify technical debt, quality issues, and improvement opportunities.
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.
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.