with one click
yemek-hesap
yemek-hesap contains 7 collected skills from Jessitoii, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use this skill when implementing background calculation (calories, cost, macros) for TheMealDB recipes in BOTH the Recipes tab AND the Discover tab — including optimistic UI loading, per-ingredient skeleton states, enabling "Günlüğe Ekle / Add to Log" button before calculation completes, partial log updates after calculation finishes, and local completion notifications. Also use when the Recipes tab already has progressive rendering but is missing the early "Add to Log" option or completion notification.
Use when calling an external API (Migros, TheMealDB, OpenFoodFacts, USDA, MyMemory, Unsplash, Cerebras) or adding a new service in KaloriTabak. Triggers on "Migros'tan fiyat çek", "tarif ara", "kalori getir", "çevir", "API çağrısı".
Use when implementing calorie calculation, macro calculation, recipe cost calculation, BMR/TDEE, unit conversion, or the smart recipe suggestion logic in KaloriTabak. Triggers on "kalori hesapla", "maliyet hesapla", "BMR", "TDEE", "makro", "birim dönüştür", "porsiyon".
Use when building a new reusable UI component for KaloriTabak. Triggers on "component oluştur", "yeni bileşen", "card yap", "buton ekle", "UI component".
Use when adding a new SQLite query, creating a migration, or modifying the database schema in KaloriTabak. Triggers on "add a query", "new migration", "yeni tablo", "veritabanı", "SQLite".
Use when creating a new screen or page in the KaloriTabak app. Triggers on "add a screen", "create a new tab", "new route", "yeni ekran", "ekran oluştur".
Use when adding new state, actions, or selectors to a Zustand store in KaloriTabak. Triggers on "store'a ekle", "state güncelle", "zustand", "global state", "store action".