| name | project-patterns |
| version | 1.0.0 |
| description | CUSTOMIZE THIS — Your project's specific patterns, conventions, and best practices. |
| allowed-tools | Read, Grep, Glob, WebSearch |
Project Patterns
Customize this file with your project's specific patterns and conventions.
Technology Stack
- Language: TODO: e.g., TypeScript, Python, Rust
- Framework: TODO: e.g., Next.js, Django, Actix
- Database: TODO: e.g., PostgreSQL, MongoDB
- Testing: TODO: e.g., Jest, pytest, cargo test
Module Structure
src/
├── TODO: document your project structure
Patterns
Architecture
TODO: Document your architecture patterns (MVC, MVVM, Clean Architecture, etc.)
State Management
TODO: Document how state is managed in your project
Data Layer
TODO: Document data access patterns (repositories, services, etc.)
Error Handling
TODO: Document error handling conventions
Testing
TODO: Document testing conventions (naming, mocking, fixtures)
Anti-Patterns to Avoid
TODO: List common mistakes specific to your project