This one covers Django's core patterns: models with the full ORM query API, both function-based and class-based views, the MVT architecture, and migrations. It includes practical examples like select_related for query optimization, Q objects for complex filtering, and proper model method patterns. The skill walks through project structure (the project vs apps distinction), common field types, and QuerySet chaining. If you're building anything beyond a Flask microservice, Django's batteries-included approach makes sense, and this gives you the ORM patterns and view structures without having to dig through docs. It stops mid-sentence in the API example, but the core reference material is solid.
npx -y skills add bobmatnyc/claude-mpm-skills --skill django-framework --agent claude-codeInstalls to .claude/skills
Select a file.
bobmatnyc/claude-mpm-skills
mindrally/skills