LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: django

Browse skills that share this tag.

  • python-patterns - Python Development Principles and Decision-Making
    pythonarchitecturefastapidjango

    ★ 0 · Updated 2026-09-22

    Provides principles for Python framework selection, async decision-making, type hints, project structure, background tasks, error handling, and testing.

    ⚙ Select Python frameworks⚙ Decide async versus sync⚙ Apply type hints strategies
  • python-patterns - Python development principles and decision-making
    pythonarchitecturefastapidjango

    ★ 129 · Updated 2026-09-21

    Provides decision-making principles for Python framework selection, async patterns, type hints, project structure, and error handling.

    ⚙ Select Python web frameworks⚙ Choose async or sync patterns⚙ Apply Python type hinting strategies
  • python-development-python-scaffold - Python Project Scaffolding
    pythonscaffoldingfastapidjango

    ★ 0 · Updated 2026-09-19

    Generate production-ready Python project structures with modern tooling, type hints, testing setup, and configuration.

    ⚙ Analyze project architecture types⚙ Initialize projects using uv⚙ Generate FastAPI project structures
  • tg-migrations - Django Migration Best Practices for World of Darkness
    djangodatabase-migrationspythonschema-changes

    ★ 602 · Updated 2026-09-19

    Guidelines and patterns for Django data migrations, schema changes, migration squashing, and testing in the World of Darkness application.

    ⚙ Plan multi-step database migrations⚙ Create idempotent data migrations⚙ Squash historical Django migrations
  • profiling-slow-api-endpoints - Profile slow PostHog API endpoints in Postgres or Python.
    postgresqlpythondjangoapm

    ★ 39,782 · Updated 2026-09-14

    Profiles slow PostHog API endpoints spending time in Postgres or Python using APM traces, production EXPLAIN, and post-deploy verification.

    ⚙ Analyze APM performance traces⚙ Capture exact SQL and parameters⚙ Run production database EXPLAIN queries
  • bc-monitoring-create-new-report - Create Monitoring Report
    breathecodemonitoringreportsdjango

    ★ 10 · Updated 2026-09-13

    Adds a new monitoring report type end-to-end by creating models, generator actions, serializers, registry entries, and tests.

    ⚙ Define report data model⚙ Implement report generator class⚙ Register report command generation
  • django-pro - Django 5.x Expert Development Skills
    web-developmentpythondjangoasync

    ★ 27 · Updated 2026-03-24

    Expert Django 5.x development with async views, DRF, Celery, and Channels for scalable web applications

    ⚙ Create async views⚙ Optimize database queries⚙ Build REST APIs
  • django-verification - Django Deployment Verification Workflow
    verificationdjangodeploymentpython

    ★ 2 · Updated 2026-03-20

    Pre-deployment verification workflow covering migrations, security, performance, and deployment configuration

    ⚙ check migrations⚙ run system checks⚙ perform security audit