Routes Claude Code file operations through a JetBrains IDE MCP server (mcpwebstorm, mcprider, mcpidea, mcppycharm). Covers the native-to-IDE tool map, required parameter names and path translation. Use when a redirect fires on a native Read/Grep/Glob/Edit/Write/Bash call, or before the first file operation in a…
Probes whether a JetBrains IDE MCP server is connected to this session, which IDE prefix is live and whether the routing hook will enforce redirects. Use when the user asks about IDE routing status — e.g. "jetbrains status", "is routing active", "check the IDE connection" — or invokes /jetbrains-router:status. Do NOT…
Interviews you about the mistakes that keep landing in your repo, then sets up what catches them: your linter, type checker, test runner, CI, and checks written for your codebase. Every check must catch a planted violation before it counts as coverage, and nothing lands you did not approve.
Reports everything jig put in this repository and why it is there: every guard with what it watches and what happens on a match, every check module including the ones only the commit hook and CI run, every file jig wrote with the reason it was approved and whether it has drifted, and whether the session, commit and CI…
Interviews a project's owner then installs reviewed and reversible checks that catch bad work before it lands — linter, type checker, tests, CI and project-specific guards proven against their own fixtures before they are offered as coverage. Nothing is written or installed without being named and approved first.…
Reads jig's ledger and reports what every installed guard has done. Then acts on it: mark a report as a false alarm. Step a guard down to observe or back to blocking. Retire one that never earned its keep. List installed files that drifted since jig wrote them. Use when the user asks what jig has caught, whether a…
Stops Claude from guessing at an unclear request. When the task could honestly go several ways, Claude asks focused questions — options, recommendation first — and keeps asking until nothing material is left to guess at. Every ask is logged locally so the asking bar tunes from evidence.
Runs scribe's clarify rounds for an underspecified request: numbered questions via AskUserQuestion, each with concrete options and the recommended answer first, repeated until nothing material is left to ask, then a one-line task statement and execution. Use when the scribe gate has judged the current request…
Fetches the current official Claude Code documentation on demand from code.claude.com/docs/en/ and returns raw Markdown from the primary source. Also reads a bundled canonical reference for undocumented host MCP tools. Use when the user asks a factual question about how Claude Code works — hook event names, CLI flags…