Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:1.629
forks:385
updated:7 de abril de 2026 às 10:21
Explorador de arquivos
SKILL.md
| 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)).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