Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

django-backend-boilerplate

django-backend-boilerplate には efazulkarim から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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