looking-up-docs
Find exact, version-correct library/API/framework docs through one lookup
writing-go
Idiomatic Go development. Use when writing Go code, designing APIs, reviewing
brainstorming-ideas
Brainstorm ideas and stress-test draft plans before coding. Use when
browser-automation
'Browser automation for rendered UI exploration, validation, screenshots,
cleanup-git
Remove merged local branches and stale git worktrees. Use when the user
committing-code
Create normal git commits with logical grouping. Use when committing,
configuring-git-hygiene
'Configure safe git workflow hygiene: pre-commit/pre-push hooks, Gitleaks
deploying-infra
Validate infrastructure changes and, after explicit confirmation, apply
documenting-code
Create or update human-facing docs, agent-facing instructions, architecture
fixing-code
Fix code defects with a reproducible feedback loop, root-cause diagnosis,
improving-tests
Improve test design, speed, and coverage with behavior-focused tests,
operating-infra
Author, inspect, troubleshoot, and review infrastructure across IaC,
playwright-skill
Support-only Playwright runtime/reference for browser-automation — dev-server
refactoring-code
Batch behavior-preserving refactors for multi-file, repeated-pattern,
researching-web
Web research via platform web tools. Use for technical comparisons, current-state
reviewing-code
Use when reviewing changed code, PRs, diffs, or specific files. Finds
spec-flow
Use when planning, executing, checkpointing, finishing, or inspecting
using-git-worktrees
Creates isolated git worktrees for parallel development. Use when starting
writing-csharp
Idiomatic C# /.NET development. Use when writing C# code, changing `.csproj`
writing-java-kotlin
Idiomatic modern Java and Kotlin JVM development. Use when writing `.java`,
writing-python
Idiomatic Python 3.12+ development. Use when writing Python code, CLI
writing-rust
Idiomatic Rust development. Use when writing Rust code, Cargo crates/workspaces,
writing-shell
Idiomatic shell development for POSIX sh, Bash, Zsh, Fish, hooks, CI
writing-typescript
Idiomatic TypeScript development. Use when writing TypeScript code, Node.js
writing-web
Simple web development with HTML, CSS, JS, and HTMX. Use when working