Istar VS Code Setup v3.0.0 - Reorganized + Tools
Istar VS Code Setup v3.0.0
Major reorganization with new tools, extensions installer, and skills catalog.
New
- Master installer: scripts/setup/install-all.ps1 -- one command installs everything
- Extension installer: scripts/setup/install-extensions.ps1 -- 25+ extensions by category
- Skills catalog: docs/reference/skills-catalog.md -- 150+ Kilo Code skills by domain
- Recommended extensions: vscode/recommended-extensions.json (5 categories) + .vscode/extensions.json (15 recommendations)
- Documentation index: docs/README.md with unified table of contents
- Workspace agent location: .github/copilot/agents/ for VS Code auto-discovery
Reorganized
- Scripts split into scripts/setup/ (installation) and scripts/tools/ (utilities)
- Superseded BYOK docs moved to docs/archive/
- All paths and references updated for new structure
- README rewritten to mirror new folder layout
Quick start
# One command to install everything
.\scripts\setup\install-all.ps1
# Or install only extensions
.\scripts\setup\install-extensions.ps1