From compound-engineering-feat-python
PostGIS spatial database patterns covering geometry types, spatial queries, indexing, GeoDjango, and GeoAlchemy2. Use when working on projects with django.contrib.gis or geoalchemy2 in their dependencies.
npx claudepluginhub weorbitant/compound-engineering-feat-python-plugin --plugin compound-engineering-feat-pythonThis skill uses the workspace's default tool permissions.
Patterns and conventions for building spatial applications with PostGIS. Covers geometry
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Patterns and conventions for building spatial applications with PostGIS. Covers geometry and geography types, spatial indexing, common spatial queries, GeoDjango integration, and GeoAlchemy2 for SQLAlchemy-based projects.
ST_DWithin for proximity queries because
it uses spatial indexes, while ST_Distance < X does notApply these patterns when working on any project that uses spatial data. Detect this by
checking pyproject.toml, requirements.txt, or Pipfile for django.contrib.gis,
geoalchemy2, or psycopg2/PostGIS references. Also applies when SQL files or
migrations reference geometry or geography column types.