Use when building an HTTP API client, SDK wrapper, or service integration module in Elixir using the Req library. Triggers on "API client", "SDK", "service wrapper", "HTTP integration", "webhook", "Req plugin", or when creating modules that call external APIs.
CRITICAL for ALL Elixir/Phoenix/Ash development work. Invoke when working with Elixir code, Ecto schemas, Ash resources, Phoenix applications, or databases in Elixir projects. Provides MCP tools for live code evaluation (via IEx), instant module navigation, direct SQL execution, schema introspection, and documentation…
Web browser CLI tool for testing and verifying web pages during development. USE WHEN: You need to verify functionality of a web page or app you're building You need to test a web endpoint, check build status, or validate UI output You need to interact with a running web application (login, fill forms, navigate) The…