Connects Django to Google Cloud SQL PostgreSQL instances with the proper Cloud SQL connector setup. You'd reach for this when deploying Django apps to GCP and need the auth proxy configuration handled correctly, since Cloud SQL has its own connection requirements beyond standard Postgres. Marked production ready with current dependencies (Django 5.1, psycopg2-binary 2.9.9), though it failed the Gen Agent Trust Hub audit while passing Socket and Snyk. The 10 minute quick start suggests it's focused on getting the connection boilerplate right rather than reinventing database tooling. Useful if you're tired of debugging Cloud SQL connection strings and IAM permissions.
npx skills add https://github.com/jezweb/claude-skills --skill django-cloud-sql-postgres