The django-security skill provides comprehensive security guidelines and configurations for Django applications, covering authentication, authorization, CSRF protection, SQL injection and XSS prevention, and secure deployment settings. It is designed for Django developers setting up new projects, implementing user permissions, or preparing applications for production deployment. The skill solves the problem of securing Django applications against common vulnerabilities by providing production-ready code examples and best practices for security headers, password validation, custom user models, and HTTPS enforcement.
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-security