A curated collection of context files (CLAUDE.md) for different frameworks and technologies to supercharge your Claude Code development experience.
Claude Code can remember your preferences, coding standards, and common workflows across sessions using CLAUDE.md files. These files provide Claude with:
- π Architecture patterns and project structure guidelines
- π¨ Coding standards and conventions
- π§ Common commands and workflows
- π Security best practices
- β‘ Performance optimization tips
- π Troubleshooting guides
# 1. Download a context file
curl -o CLAUDE.md https://raw.githubusercontent.com/apo-bozdag/awesome-claude-contexts/main/backend/laravel/laravel-12.md
# 2. Claude Code will automatically load it!Or manually:
- Browse the collection and find the context file for your framework
- Copy the
.mdfile to your project root - Rename it to
CLAUDE.md - Start coding with Claude!
- Backend - Laravel, Django, Express, FastAPI, Spring Boot, ASP.NET Core
- Frontend - React, Next.js, Vue, Svelte, Angular
- Mobile - React Native, Flutter, Swift, Kotlin
- Full Stack - T3 Stack, MERN, MEAN
- Laravel β Laravel 12
- Django β π§ Coming soon
- Express β π§ Coming soon
- FastAPI β π§ Coming soon
- Spring Boot β π§ Coming soon
- ASP.NET Core β π§ Coming soon
- React β π§ Coming soon
- Next.js β π§ Coming soon
- Vue β π§ Coming soon
- Svelte β π§ Coming soon
- Angular β π§ Coming soon
- React Native β π§ Coming soon
- Flutter β π§ Coming soon
- Swift/SwiftUI β π§ Coming soon
- Kotlin β π§ Coming soon
- T3 Stack β π§ Coming soon
- MERN β π§ Coming soon
- MEAN β π§ Coming soon
Combine multiple context files for complex projects:
<!-- CLAUDE.md -->
# Project Memory
See @laravel/laravel-12.md for Laravel best practices.
## Project-Specific Rules
- Use Inertia.js for Laravel + React integrationCommit CLAUDE.md to share with your team:
git add CLAUDE.md
git commit -m "Add Claude context for Laravel 12"Create ~/.claude/CLAUDE.md for personal preferences across all projects.
We welcome contributions!
Most wanted:
- Django (Python)
- Express.js (Node.js)
- React 18+
- Next.js 14+
- Vue 3
- React Native
- Flutter
Please read our Contributing Guidelines to get started.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ for the Claude Code community
β Star β’ π Report Bug β’ π€ Contribute