Skip to main content
Dépôt GitHub

nudge

nudge contient 6 skills collectées depuis cibrandocampo, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
1
mis à jour
2026-05-01
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

dev-workflow
Développeurs de logiciels

Development workflow and Docker commands for Nudge. Use when setting up the environment, debugging containers, running Django management commands, or installing dependencies. Triggers when the user asks about development setup, Docker, or environment issues.

2026-05-01
backend-patterns
Développeurs de logiciels

Backend architecture patterns and conventions for Nudge. Use when creating or modifying Django models, views, serializers, URLs, or Celery tasks. Triggers when working on backend code or when the user asks about backend conventions.

2026-04-23
django-admin
Développeurs de logiciels

Django admin customization patterns for Nudge. Use when modifying the admin panel, adding models to admin, or changing admin branding/styling. Triggers when the user asks about Django admin, admin panel, or model registration.

2026-04-23
frontend-patterns
Développeurs de logiciels

Frontend architecture patterns and conventions for Nudge. Use when creating or modifying React components, pages, API calls, i18n, or CSS modules. Triggers when working on frontend code or when the user asks about frontend conventions.

2026-04-23
test-discipline
Analystes en assurance qualité des logiciels et testeurs

Testing discipline for Nudge — write strict tests, fail hard when they reveal bugs, diagnose and fix the root cause (code, infra, or test), then re-run until green. Use whenever writing or running tests (unit, integration, E2E), debugging a failing test, or tempted to reach for `test.skip` / weakened assertions / `expect.anything()` / "known pre-existing failure" labels.

2026-04-20
git-conventions
Développeurs de logiciels

Git commit message conventions and branch naming standards for Nudge. Use when creating commits, branches, or preparing code for version control. Triggers on commit creation, branch creation, or when user asks about git workflow conventions.

2026-03-11