searching-code

10
alexei-ledalexei-led

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+ files).

195 days ago

using-git-worktrees

10
alexei-ledalexei-led

Creates isolated git worktrees for parallel development. Use when starting feature work needing isolation or working on multiple branches simultaneously. Not for simple branch switching or basic git operations.

195 days ago

looking-up-docs

10
alexei-ledalexei-led

Library documentation via Context7. Use for API references, code examples, framework docs.

195 days ago

writing-python

10
alexei-ledalexei-led

Idiomatic Python 3.14+ development. Use when writing Python code, CLI tools, scripts, or services. Emphasizes stdlib, type hints, uv/ruff toolchain, and minimal dependencies.

195 days ago

Using Modern CLI Tools

10
alexei-ledalexei-led

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 replacement, eza instead of ls for directory listing, dust instead of du, procs instead of ps. Use when writing bash scripts, optimizing command chains, working with file searches, or replacing grep/find/cat in workflows. These tools are faster, respect .gitignore, and have better output formatting.

195 days ago

documenting-code

10
alexei-ledalexei-led

Update project documentation based on recent changes. Use when user says "update docs", "document", "add documentation", "update readme", "write docs", or wants to improve documentation.

195 days ago

using-cloud-cli

10
alexei-ledalexei-led

Cloud CLI patterns for GCP and AWS. Use when running bq queries, gcloud commands, aws commands, or making decisions about cloud services. Covers BigQuery cost optimization and operational best practices.

195 days ago

reviewing-code

10
alexei-ledalexei-led

Multi-agent code review for security, quality, and architecture. Use when the user says "review", "review code", "check code", "code review", "review my changes", "review this", or requests feedback on their code.

195 days ago

writing-typescript

10
alexei-ledalexei-led

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).

195 days ago

refactoring-code

10
alexei-ledalexei-led

Batch refactoring via MorphLLM edit_file. Use for "refactor across files", "batch rename", "update pattern everywhere", large files (500+ lines), or 5+ edits in same file.

195 days ago

writing-web

10
alexei-ledalexei-led

Simple web development with HTML, CSS, JS, and HTMX. Use when writing or reviewing web templates, stylesheets, or scripts.

195 days ago

researching-web

10
alexei-ledalexei-led

Web research via Perplexity AI. Use for technical comparisons (X vs Y), best practices, industry standards, documentation. Triggers on "research", "compare", "vs", "best practice", "which is better", "pros and cons".

195 days ago

testing-e2e

10
alexei-ledalexei-led

E2E testing with Playwright MCP for browser automation, test generation, and UI testing. Use when discussing E2E tests, Playwright, browser testing, UI automation, visual testing, or accessibility testing. Supports TypeScript tests and Go/HTMX web applications.

195 days ago

Committing Code

10
alexei-ledalexei-led

Smart git commits with logical grouping. Use when user says "commit", "commit changes", "save changes", "create commit", "bundle commits", "git commit", or wants to commit their work.

195 days ago

Fixing Code

10
alexei-ledalexei-led

Fix ALL issues via parallel agents with zero tolerance quality enforcement. Use when user says "fix", "fix issues", "fix errors", "fix all", "fix bugs", "fix lint", "fix tests", or wants to resolve code problems.

195 days ago

brainstorming-ideas

10
alexei-ledalexei-led

Turn ideas into designs through collaborative dialogue. Use when user wants to brainstorm, design features, explore approaches, or think through implementation before coding.

195 days ago

writing-go

10
alexei-ledalexei-led

Idiomatic Go 1.25+ development. Use when writing Go code, designing APIs, discussing Go patterns, or reviewing Go implementations. Emphasizes stdlib, concrete types, simple error handling, and minimal dependencies.

195 days ago

managing-infra

10
alexei-ledalexei-led

Infrastructure patterns for Kubernetes, Terraform, Helm, Kustomize, and GitHub Actions. Use when making K8s architectural decisions, choosing between Helm vs Kustomize, structuring Terraform modules, writing CI/CD workflows, or applying security best practices.

195 days ago