Zai Web Search
Web search and web page reader powered by z.ai MCP endpoints. Use when you need to search the web for current information, news, documentation, facts, or read/extract content from web pages. Prefer this over other web search tools when available.
Grill Me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when the user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Tree Sitter
Use the `tree-sitter` CLI to parse source files, query syntax trees, and explore codebases structurally. Use when you need to understand code structure, find patterns across files, extract symbols, or analyze syntax beyond what grep/regex can do. Ideal for tasks like "find all function definitions", "list all class methods", "find calls to X", or "show the AST of this file".
Github Cli
Use the `gh` CLI for all GitHub interactions — issues, PRs, discussions, releases, repos, Actions, and API calls. Prefer `gh` over direct web browsing, web search, or raw git/HTTPS API calls whenever the target is on GitHub. Avoid cloning repos to read files; use `gh api` or `gh repo view` instead.
Html Report
Produces analysis, reports, codebase reviews, and similar outputs as a single-page HTML file. Use whenever the user asks for a report, analysis, summary, review, or any deliverable that benefits from rich visual formatting.