Browse, search, and build — right from your editor
Open VS Code → Extensions (Ctrl+Shift+X) → Search "FrootAI" → Install
Or from terminal: code --install-extension pavleenbali.frootai
FrootAI: Initialize DevKitFull .github Agentic OS (19 files) + agent.md + MCP + plugin.jsonFrootAI: Initialize TuneKitconfig/*.json + infra/main.bicep + evaluation/ — AI tuning for productionFrootAI: Install MCP ServerInstall globally, run via npx, or add .vscode/mcp.json configFrootAI: Start MCP ServerLaunch frootai-mcp in terminal (16 tools: 6 static + 4 live)FrootAI: Initialize HooksCopy guardrails.json (preToolUse policy gates) to your projectFrootAI: Initialize PromptsCopy 4 slash commands (/deploy, /test, /review, /evaluate)FrootAI: Look Up AI Term200+ terms — inline popup with rich definitionFrootAI: Search Knowledge BaseFull-text search across 18 bundled modulesFrootAI: Open Solution PlayView play in rich webview panel (standalone)FrootAI: Show Architecture Pattern7 decision guides: RAG, agents, hosting, costFrootAI: Open Setup GuideOpens the setup guide on the websiteFrootAI: Browse Solution PlaysOpens the solution plays page1. Run Ctrl+Shift+P → FrootAI: Initialize DevKit
2. Select a solution play (e.g., Enterprise RAG)
3. FrootAI copies the full .github Agentic OS to your workspace:
instructions/*.instructions.md — coding standards, patterns, securityprompts/*.prompt.md — /deploy, /test, /review, /evaluateagents/*.agent.md — builder → reviewer → tuner (chained)skills/*/SKILL.md — deploy-azure, evaluate, tunehooks/guardrails.json — preToolUse policy gatesworkflows/*.md — AI-driven CI/CDplugin.json — distribution manifestagent.md + .vscode/mcp.json — co-coder + MCP4. Start coding — Copilot generates solution-aware code with full agentic OS context.