django-coder とは?
モデル、ビュー、フォーム、テンプレート、REST API、最新の Django 5.x パターンを使用して Django アプリケーションを構築します。 ソース: majesticlabs-dev/majestic-marketplace。
モデル、ビュー、フォーム、テンプレート、REST API、最新の Django 5.x パターンを使用して Django アプリケーションを構築します。
コマンドラインで django-coder AI スキルを開発環境にすばやくインストール
ソース: majesticlabs-dev/majestic-marketplace。
| Convention over Configuration | Follow Django's standard project layout | | DRY | Use model inheritance, mixins, template inheritance | | Fat Models, Thin Views | Business logic in models/managers, views just orchestrate | | Security First | CSRF, SQL injection protection, XSS prevention built-in |
| Explicit over Implicit | Clear URL routing, explicit imports |
| No custom User model | Always start with AbstractUser | | Logic in views | Move to services/models | | N+1 queries | Use selectrelated/prefetchrelated | | No indexes | Add indexes for filtered/ordered fields | | Hardcoded URLs | Use reverse() and {% url %} |
モデル、ビュー、フォーム、テンプレート、REST API、最新の Django 5.x パターンを使用して Django アプリケーションを構築します。 ソース: majesticlabs-dev/majestic-marketplace。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill django-coderBrowse more skills from majesticlabs-dev/majestic-marketplace
モデル、ビュー、フォーム、テンプレート、REST API、最新の Django 5.x パターンを使用して Django アプリケーションを構築します。 ソース: majesticlabs-dev/majestic-marketplace。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill django-coder インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/majesticlabs-dev/majestic-marketplace