IDE Setup
Recommended IDE configuration for ZeroStarter.
Overview
ZeroStarter includes VS Code configuration for a consistent development experience.
Visual Studio Code
Recommended Extensions
Defined in .vscode/extensions.json:
{
"recommendations": ["oxc.oxc-vscode"]
}The Oxc extension provides fast linting (Oxlint) and formatting (Oxfmt).
Editor Settings
Defined in .vscode/settings.json:
{
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true
}Cursor
Cursor uses the same VS Code configuration automatically.
Additionally, ZeroStarter includes:
- AGENTS.md: AI assistant instructions at repository root
- .skills/: Structured skills for AI-assisted tasks (see AI Skills)