Find the perfect skill
Maintenance Workflow
Development
Provides a structured maintenance workflow for repository stewardship, covering triage, analysis, and execution. Treats external PRs as intelligence sources rather than merge candidates, implementing fixes yourself. Helps when uncertain about next steps or needing exact stage outputs and approval points.
Run Local Services with Auto-Recovery
Development
Start all local dev services (backend, frontend, docs) with smart port selection, dependency checks, health checks, and automatic error recovery.
Optimizing Gas Fees
Development
Optimize blockchain gas costs by analyzing prices, patterns, and timing. Use for checking gas prices, estimating costs, and finding optimal transaction windows.
Engine Flow Tracer
Development
Trace data flow through the engine, from built-in flows to custom analysis with steps and transformations.
Structured Code Review
Development
Performs structured code reviews on staged changes, pull requests, or commit ranges. Evaluates code quality, domain rule adherence, security, test coverage, and architectural alignment. Helps catch issues early in the development workflow.
Plan Creation Stage
Development
Generate a concise markdown implementation plan with task statuses and progress tracking based on a prior discussion.
Advanced TypeScript Patterns
Development
Write precise TypeScript with generics, conditional types, branded types, discriminated unions, and type narrowing. Covers advanced type patterns for type-safe code.
SQLite Query Performance Tuning
Development
Specialized in SQLite query performance tuning. Diagnose slow queries, analyze execution plans, and optimize indexes and queries through a measurement-driven workflow.
Frontend Interface Design & Improvement
Development
Design, redesign, audit, and polish production-grade frontend interfaces. Covers UX, accessibility, performance, theming, and design systems.
Create high-quality Git commits
Development
Analyze changes, run verification agents, and create optimized commits.
On-Demand Incus Boxes with pu
Development
Provision and manage ephemeral Incus containers for CI, builds, and evidence capture. Use pu to spin up, connect, and destroy remote Linux hosts.
AI Builder - Code Development
Development
Implement backlogs through a structured feature-driven approach. Read requirements, reference existing features, design, code, and document.