About
The Framework Conventions Guide is designed to help developers stop fighting their tools and start embracing 'convention over configuration.' By applying universal principles used by major framework creators, this skill guides Claude to write code that is idiomatic to environments like Django, Laravel, Rails, and Next.js. It focuses on using built-in framework features over external libraries, mapping logic to RESTful resources, and maintaining rich domain models. Whether you are refactoring a complex codebase or starting a new project, this skill ensures your architecture remains simple, maintainable, and aligned with the framework's intended philosophy.