Idiomatic TypeScript development. Use when writing TypeScript code, Node.js services, React apps, or discussing TS patterns. Emphasizes strict typing, composition, and modern tooling (bun/vite).
10
AI 82
using-modern-cli
alexei-led2/28/2026
Prefer modern CLI tools for better performance: rg (ripgrep) instead of grep for text searching, fd instead of find for file discovery, bat instead of cat for viewing files, sd instead of sed for text...
10
looking-up-docs
alexei-led2/7/2026
Library documentation via Context7. Use for API references, code examples, framework docs.
10
AI 95
searching-code
alexei-led2/7/2026
Intelligent codebase search via WarpGrep. Use when user asks "how does X work", "trace flow", "find all implementations", "understand codebase", or needs cross-file exploration in large repos (1000+ f...
10
writing-web
alexei-led2/7/2026
Simple web development with HTML, CSS, JS, and HTMX. Use when writing or reviewing web templates, stylesheets, or scripts.