| name | setup |
| version | 1.0.0 |
| description | Set up new project or environment |
| triggers | ["setup","init","new project","configure","install"] |
| category | setup |
| quality_bar | Project is ready to use with all dependencies installed |
Project Setup
Set up new project or environment.
When to Trigger
- User asks to set up project
- New project initialization
- Environment configuration
Steps
- Check existing - See what's already configured
- Install deps - Install required packages
- Configure - Set up config files
- Verify - Test setup works
Quality Bar
- Dependencies installed
- Config files created
- Project is runnable
- Documentation added
Tools Required
- bash
- write_file
- package manager (npm/pnpm/bun)