Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:1,629
forks:385
updated:2026年4月7日 10:21
ファイルエクスプローラー
SKILL.md
Steps for creating or modifying Django forms and adding validation
Steps for adding a new Django REST Framework API endpoint
Steps for initiating the Django development server without Docker
Steps for generating and applying Django migrations
Docker Compose, container services, deployment
How to update project documentation
| name | django-create-model |
| description | Steps for creating or modifying a Django model |
Use this skill when defining a new database model or modifying an existing one.
app/eventyay/base/models/ for shared models or a specific sub-app's models.py).app/eventyay/base/ if applicable.agents.md) when writing model queries, especially regarding event multi-tenancy (django_scopes.scope(event=event)).