QuizGate (VS Code Extension)
QuizGate bridges the gap between your AI agent and your IDE. When your AI is unsure about an architectural decision or implementation detail, it uses QuizGate to summon a beautiful, interactive quiz panel directly inside VS Code to ask you for clarification.
Getting StartedUsing QuizGate requires two pieces:
Step 1: Install the VS Code ExtensionInstall QuizGate directly from the VS Code Marketplace, or load it locally via a Once installed, the extension automatically runs a lightweight background server to listen for questions from your AI. Step 2: Install the MCP ServerYour AI Agent needs the MCP server to know how to talk to VS Code. Run this command in your terminal to install the server globally:
Step 3: Configure your AI AgentAdd For Gemini CLI / Antigravity (
For Claude Desktop (
Restart your AI agent. That's it! Local Testing / DevelopmentIf you want to test the MCP server locally without downloading from npm, you can link the repository manually:
Then configure your agent's command to run UsageYou don't need to do anything manually. Whenever your AI agent faces ambiguity or needs to ask a clarifying question, it will automatically summon the QuizGate panel in your editor. Just click your answer and hit Submit! Configuration SettingsYou can tweak how QuizGate behaves in VS Code settings (
🤖 Instructions for AI Agents(If you are an AI reading this):
When performing a task that involves architectural decisions, user preferences, or ambiguity, prioritize using the For advanced developer documentation, architecture details, and troubleshooting, see the Documentation Guide. |
