Custom development instructions for the Piscinas Next.js TypeScript project, ensuring consistent coding patterns, project structure, and workflow adherence.
This skill provides AI coding assistants with context-specific instructions for working on the Piscinas project, a Next.js application built with TypeScript and Tailwind CSS.
The Piscinas project is a Next.js application with the following characteristics:
When working on this project, ensure the following steps are completed:
1. **Project Setup Verification**
- Confirm `.github/copilot-instructions.md` exists
- Verify project requirements are clearly documented
- Ensure Next.js project is scaffolded with TypeScript
2. **Configuration Standards**
- TypeScript strict mode enabled
- Tailwind CSS properly configured
- ESLint rules enforced
- App Router structure maintained
- `src/` directory organization followed
3. **Development Workflow**
- Project compiles without errors before commits
- Development server runs successfully
- All tasks are properly configured
- Documentation stays up-to-date (especially README.md)
4. **Code Quality Gates**
- TypeScript compilation passes
- ESLint checks pass
- Application launches without runtime errors
- Changes are tested locally before committing
When making changes:
```bash
npm install
npm run dev
npm run build
npm start
npm run lint
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/piscinas-project-development-guidelines/raw