Use With django-drf This skill focuses on spec compliance . For implementation patterns (ViewSets, Serializers, Filters), use skill together with this one. | Skill | Focus | |-------|-------| | | What the spec requires (MUST/MUST NOT rules) | | | How to implement it in DRF (code patterns) | When creating/modifying endpoints, invoke BOTH skills. --- Before Implementing/Reviewing ALWAYS validate against the latest spec before creating or modifying endpoints: Option 1: Context7 MCP (Preferred) If Context7 MCP is available, query the JSON:API spec directly: Option 2: WebFetch (Fallback) If Contex…