My GitHub Copilot Instructions
Quick reference guide for AI assistants working with my Next.js codebase. Links to detailed articles about my coding preferences and architecture patterns.
Project Overview
Next.js 15 application with TypeScript and Tailwind CSS. For implementation details, see the linked articles below.
Essential Architecture References
- Content Modeling with Contentful
- Frontend Application Structure Architecture with Next.js
- Function Styles
- Object Destructuring
- Branching Strategy
- Dev Tools Summary
Quick Guidelines
When working with my codebase:
- Follow established patterns from the linked articles
- Maintain consistency with existing code style
- Use the component hierarchy (elements → patterns → pages)
- Reference architecture articles for detailed context
These resources provide comprehensive guidance for effective collaboration and maintaining code quality standards.