project-scaffoldlisted
Install: claude install-skill rajurayhan/ai-agent-framework
# Project Scaffold
Use for new developer onboarding or recovering a broken local environment.
## Checklist
```
- [ ] Install dependencies
- [ ] Copy environment templates (.env.example → .env.local)
- [ ] Start local database/auth stack
- [ ] Apply migrations
- [ ] Seed test data
- [ ] Start dev server
- [ ] Run test suite
```
## Verify
- Login with seeded test account
- Admin/dashboard loads without errors
- Integration tests pass against local database
## Success criteria
- All developers run the app locally without heroics
- Schema migrations are source of truth (not manual dashboard edits)
Activate `devops-engineer` agent for production deployment setup.
Full worked example: If Cursor initialized, see `.cursor/skills/project-scaffold/SKILL.md`