LLM Babysitter ๐ถ
April 23, 2026 ยท View on GitHub
Babysit your AI-IDE with help from web-based LLMs.
Stop copy-pasting dozens of files manually.
LLM Babysitter is a VS Code / Google Antigravity extension that helps you copy-paste structured prompts for web-based LLMs, with pre-prompt, instructions and files context.
๐ Table of Contents
โจ Features
๐ถ Babysit your AI-IDE
- Your IDE is whining about reached quota? Use the cheap model and feed it a full, structured meal of code.
- You're tired of paying for API calls ? Use a web-based LLM to babysit your limited model.
- Total Flexibility: Use the web-based model you want (Gemini Pro, GPT, Claude, etc.)
๐ Structured Prompt Generation
- Preprompt: e.g., "You are a Senior Software Engineer..."
- Instruction: Define the task (e.g., "Audit this code for security vulnerabilities...")
- File Context: Select files of your project to include in the prompt.
- Final Logic: Instructions to ensure the web-based LLM output is ready to be pasted into your AI-IDE.
๐ง Prompt Templates
Get the best results from LLMs with curated templates:
- Bug audit: Audit your code for bugs.
- Bug follow up: Is the bug resolved ? Any regression ?
- Create tests: Create tests for your code. Or create your own instructions ! You can save them for later use.
โก Explorer
- Navigate your project with a searchable tree view.
- Select files to copy to the clipboard.
๐ Real-time Token Metrics
- Token counting with color-coding helps you stay within your model's context limits.
๐ง How to install
๐ From the Marketplaces (Recommended)
The easiest way to install LLM Babysitter is directly from the extension tab in VS Code or Google Antigravity:
- Navigate to the extensions tab (Ctrl+Shift+X or Cmd+Shift+X).
- Search for "LLM Babysitter".
- Click "Install" and enjoy!
The extension is available on VS Code Marketplace and Open VSX Registry.
๐ฆ Installation from .vsix file
- Download the latest .vsix file from the releases page.
- Open VS Code (or Google Antigravity).
- Navigate to the extensions tab (Ctrl+Shift+X or Cmd+Shift+X).
- Click on the "..." button in the top-right corner of the extensions panel.
- Select "Install from VSIX..." from the dropdown menu.
- Navigate to the downloaded .vsix file and select it.
- Click "Install".
๐ ๏ธ (Hard Mode) Installation from source code
- Clone the repository and open the folder in VS Code.
- Run
npm installto install dependencies. - Run
npm run packageto create a .vsix file. - Follow the installation steps above to install the .vsix file.
๐ How to use LLM Babysitter
- Install LLM Babysitter (see above).
- Open the LLM Babysitter tab by clicking on the baby icon in the Activity Bar (the left sidebar).
- Choose a template (e.g., "Bug audit") or write your own instructions.
- Select files you want to add to the prompt.
- Click Copy and paste
- Go to your web version of your favorite LLM and paste the prompt !
- With the default
Final instructions, the web based LLM will generate a prompt ready to be pasted into an AI assistant IDE (Antigravity, Copilot, etc).
๐ก๏ธ Privacy & Performance
- ๐ Local Only: Everything happens locally on your machine.
- ๐๏ธ Read Only: The extension does not modify your files.
- ๐ซ No Telemetry: It does not collect any data.
- โก Efficient: Optimized for large projects and complex file structures.
- ๐ฆ Lightweight: No external dependencies required.
โ๏ธ Exclude Settings
Exclude files from the babysitter explorer via right click on the file in the explorer or via settings.json:
| Setting | Type | Default | Description |
|---|---|---|---|
llm-babysitter.excludePatterns | array | [...] | Glob patterns to exclude (e.g., **/node_modules/**). |
If you find this tool useful, please leave a โญ on GitHub!