Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Before implementing any new feature:
Sign in to like and favorite skills
Before implementing any new feature:
pubspec.yaml and existing implementations before adding new dependencieslib/food/core/services/floor_db_service/lib/food/features/[feature]/manager/ or presentation/manager/lib/food/ ├── core/ # Shared utilities, services, constants ├── components/ # Reusable UI components ├── features/ # Feature-based modules │ └── [feature]/ │ ├── data/ │ ├── domain/ │ └── presentation/ └── dependency_injection/
api_service in core/services/lib/food/components/pubspec.yaml and existing usage