Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

django-backend-boilerplate

يحتوي django-backend-boilerplate على 12 من skills المجمعة من efazulkarim، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
5
محدث
2026-06-29
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

caveman
المهن الحاسوبية الأخرى

No-op. Documents that caveman mode is wired globally via ~/.claude/settings.json (SessionStart + UserPromptSubmit hooks). Project files do not need to re-enable it. Switch level with /caveman lite|full|ultra or say "stop caveman".

2026-06-29
django-auth
مطوّرو البرمجيات

Authentication patterns for my-api-project — DRF Token auth, django-allauth, session auth, and permissions. Use when modifying auth views, adding login/logout, or wiring OAuth.

2026-06-29
django-migrations
مطوّرو البرمجيات

Safe, reversible Django migrations for my-api-project. Use when adding a column, table, FK, index, or constraint. Covers makemigrations, data migrations, non-destructive adds, and FK index requirements.

2026-06-29
django-models
مطوّرو البرمجيات

Django ORM model patterns for my-api-project. Use when defining or modifying apps/*/models.py — Django model style, timestamps, soft delete via is_deleted, relationships, and index hints.

2026-06-29
django-settings
مطوّرو البرمجيات

Django settings patterns for my-api-project. Use when extending config/settings/ — environment-specific overrides, env var handling, and the rule to never read os.environ outside settings files.

2026-06-29
drf-views
مطوّرو البرمجيات

Django REST Framework view patterns for my-api-project. Use when adding a new API endpoint, creating a new ViewSet, or wiring a new resource into urls.py. Covers ViewSets, serializers, routers, and DRF conventions.

2026-06-29
llm-provider-fallback
مطوّرو البرمجيات

Multi-provider LLM routing for my-api-project. Use when adding a new LLM provider, fixing provider-specific bugs, or adjusting the priority chain. Priority: OpenRouter > ApiFreeLLM > GLM > Vultr.

2026-06-29
polar-payments
مطوّرو البرمجيات

Polar SDK patterns for my-api-project. Use when modifying payment views, subscription services, or webhook handling. Covers checkout creation, webhook signature verification, and sandbox vs live toggle.

2026-06-29
pytest-django
محللو ضمان جودة البرمجيات والمختبرون

Pytest patterns for my-api-project. Use when writing or running tests. Covers conftest fixtures, DRF APIClient, mocking external services, and the marker system.

2026-06-29
security-and-hardening
محللو أمن المعلومات

Security middleware, headers, rate limits, request sanitization, and input validation for my-api-project. Use when modifying middleware or hardening a route.

2026-06-29
stripe-payments
مطوّرو البرمجيات

Stripe (legacy) patterns for my-api-project. Use when modifying Stripe payment views. Covers checkout, webhook signature, and idempotency keys. Note: Polar is the primary billing path; Stripe routes exist for back-compat.

2026-06-29
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

TDD workflow adapted to Django + DRF in my-api-project. Use when adding a new endpoint, service method, or business rule. Red → Green → Refactor, with the project's test layout and markers.

2026-06-29