Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:1,629
forks:385
updated:2026년 4월 7일 10:21
파일 탐색기
SKILL.md
| name | django-create-api-endpoint |
| description | Steps for adding a new Django REST Framework API endpoint |
Use this skill when exposing new data or functionality via the DRF API using viewsets and serializers.
app/eventyay/api/. Prefer using explicit serializer fields covering direct model or nested relation mappings.app/eventyay/api/.app/eventyay/api/urls.py.SerializerMethodField for genuinely computed or conditional data. Do NOT use it if a direct field assignment natively exists.Steps for creating or modifying Django forms and adding validation
Steps for creating or modifying a Django model
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