If you've ever stared at Django REST Framework's class-based views wondering which method to override or where your request is actually being processed, this is for you. It classifies what you're trying to do (picking the right view class, tracing the request lifecycle, figuring out which mixin a method came from) and pulls only the relevant reference docs. The approach is smart: instead of dumping the entire DRF documentation, it maps your question to specific categories and loads just what you need. Built by Vinta Software, who clearly got tired of constantly checking classy.drf.org. It even handles version differences, which anyone who's upgraded DRF knows can be a headache.
npx skills add https://github.com/vintasoftware/django-ai-plugins --skill cdrf-expert