Minimal Agent WorkspaceA VS Code extension that sets up a minimal two-column layout for working with Claude Code — perfect for non-technical users. What it DoesOn startup, the extension automatically: 1. Sets Up Editor Layout
2. Installs Claude Code (if needed)If Claude Code is not already installed, the extension automatically runs the official installer:
No Node.js or npm required — the installer downloads a standalone binary. 3. Bootstraps Claude Code ConfigurationWhen a workspace folder is open, the extension creates the following files if they don't already exist (never overwrites):
Generated
|
| Setting | Default | Description |
|---|---|---|
minimalAgentWorkspace.autoOpenOnStartup |
true |
Automatically set up layout and bootstrap files on startup |
Commands
- Minimal Agent Workspace: Open Layout — Manually trigger the workspace layout
Privacy & Transparency
This extension:
- Installs Claude Code using the official installer from Anthropic (if not already installed)
- Creates files in your workspace (
.claude/folder withCLAUDE.md,settings.local.json, andskills/) - Clones a public GitHub repo (lawvable/awesome-legal-skills) to a temp folder, copies only the
skills/directory, then deletes the temp folder - Never overwrites existing files
- Does not collect any data or telemetry
License
MIT