FrootAI — AmpliFAI your Agentic Ecosystem Get Started

FrootAI VS Code Extension

Browse, search, and build — right from your editor

Install from VS Code Marketplace

Open VS Code → Extensions (Ctrl+Shift+X) → Search "FrootAI" → Install

Or from terminal: code --install-extension pavleenbali.frootai

Open on VS Code Marketplace →

What You Get

Solution Plays
Browse all 20 plays in the sidebar. Click to open README or folder.
FROOT Modules
18 modules grouped by layer. Click to open and read.
MCP Tools
See all 22 MCP tools at a glance. Know what your agent can do.

Commands (Ctrl+Shift+P)

FrootAI: Initialize DevKitFull .github Agentic OS (19 files) + agent.md + MCP + plugin.json
FrootAI: Initialize TuneKitconfig/*.json + infra/main.bicep + evaluation/ — AI tuning for production
FrootAI: Install MCP ServerInstall globally, run via npx, or add .vscode/mcp.json config
FrootAI: Start MCP ServerLaunch frootai-mcp in terminal (22 tools: 6 static + 4 live + 6 new)
FrootAI: Initialize HooksCopy guardrails.json (preToolUse policy gates) to your project
FrootAI: Initialize PromptsCopy 4 slash commands (/deploy, /test, /review, /evaluate)
FrootAI: Look Up AI Term200+ terms — inline popup with rich definition
FrootAI: Search Knowledge BaseFull-text search across 18 bundled modules
FrootAI: Open Solution PlayView play in rich webview panel (standalone)
FrootAI: Show Architecture Pattern7 decision guides: RAG, agents, hosting, cost
FrootAI: Open Setup GuideOpens the setup guide on the website
FrootAI: Browse Solution PlaysOpens the solution plays page

How DevKit Init Works (v2)

1. 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:

4. Start coding — Copilot generates solution-aware code with full agentic OS context.

  • Layer 1: instructions/*.instructions.md — coding standards, patterns, security
  • Layer 2: prompts/*.prompt.md — /deploy, /test, /review, /evaluate
  • Layer 2: agents/*.agent.md — builder → reviewer → tuner (chained)
  • Layer 2: skills/*/SKILL.md — deploy-azure, evaluate, tune
  • Layer 3: hooks/guardrails.json — preToolUse policy gates
  • Layer 3: workflows/*.md — AI-driven CI/CD
  • Layer 4: plugin.json — distribution manifest
  • + agent.md + .vscode/mcp.json — co-coder + MCP