Find the perfect skill
Run Local Services
Development
Start all local services (backend, frontend, docs) with dependency checking, error diagnosis, and automatic recovery.
Code Review of Uncommitted Changes
Development
Rigorous code review of uncommitted changes covering architecture, quality, and security. Flags issues, embeds assumptions, and proposes a plan for user approval before edits.
Diagnosing Bugs
Development
Diagnosis loop for hard bugs and performance regressions. Use when the user says 'diagnose'/'debug this', or reports something broken/throwing/failing/slow.
Fetch Documentation with Context7 MCP
Development
Automatically fetches up-to-date documentation for libraries and frameworks using the Context7 MCP server. It resolves library identifiers, retrieves API usage, setup, and troubleshooting docs, and applies them to ensure code correctness. Best used proactively when working with any dependency to avoid outdated training data.
SDD TDD Task Breakdown Generation
Development
Generates a hierarchical task breakdown with TDD steps for implementing an approved design. Use after the design phase is approved to translate the design into small, testable work items organized by component. Each task includes Red-Green-Refactor steps, test pyramid considerations, and acceptance criteria.
Groq Hello World
Development
Minimal Groq API connection example. Quickly start with a Groq client and make your first API call.
Hebrew Terminal Launcher
Development
Launch Claude Code in Git Bash with proper Hebrew/RTL text rendering.
New Database Column Conventions
Development
Guidelines for defining new database columns using Go struct tags, including field types, constraints, and naming conventions.
Weekly Engineering Retrospective
Development
Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking.
CQRS Implementation
Development
Implement Command Query Responsibility Segregation to separate read and write models, optimize query performance, and build event-sourced systems.
Pull Request Creation
Development
Creates a pull request after full verification and rebase. Handles the ship workflow: verify, push, create PR.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Handles single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check.