Search for patterns inside file contents using ripgrep (rg). Use when searching for code patterns, finding function...

Rename symbols across a codebase safely. Use when renaming functions, variables, classes, or other symbols and need...

Find and edit Clojure symbols using clj-kondo and REPL introspection. Use when finding Clojure function definitions,...

Interact with running Clojure REPLs via nREPL. Evaluate Clojure code, query namespaces, test functions, and debug...

Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test...

AlpineJS best practices and patterns. Use when writing HTML with Alpine.js directives to avoid common mistakes like...

Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status,...

Use when integrating with BlindPay for stablecoin-to-fiat payouts, fiat-to-stablecoin payins, receiver KYC...

Detect AI-generated content and humanize text to bypass AI detectors. Use when the user wants to check if text is...

Ask humans questions via native macOS dialogs and notifications. Use when you need clarification, confirmation, or...

Execute and manage Rust tests including unit tests, integration tests, and doc tests. Use when running tests to...

Advanced test optimization with cargo-nextest, property testing, and performance benchmarking. Use when optimizing...

Systematic approach to diagnosing and fixing failing tests in Rust projects. Use when tests fail and you need to...