Daniel van Flymen
Community@dvf · New York City
Simplification Police
Agent Skills by Daniel van Flymen
Showing 9 vetted skills indexed across 1 GitHub repositories.
dj-models
Structure Django models with Meta classes, field ordering, and database constraints.
dj-signals
Enqueue Django signal receiver tasks inside the same database transaction with Celery.
dj-architecture
Enforce a strict layered Django architecture with ULID keys and Pydantic DTOs.
dj-lint
Automates ruff linting, pyrefly typing checks, and Django code formatting fixes.
dj-pytest
Configure pytest testing patterns for layered op-django projects.
dj-settings
Format Django settings.py files with standardized sections and INSTALLED_APPS sub-grouping.
dj-services
Refactor Django business logic into service classes with svcs dependency injection.
dj-scaffold
Initialize and configure Django projects with the op-django layered architecture.
dj-prefixed-ulids
Configure Stripe-style prefixed ULID primary keys for Django models.