A practical Chinese-language cooking assistant skill that helps users decide what to cook, find recipes from an internal CSV database, plan weekly meals, check ingredient compatibility, and offer hands-on cooking tips. It prioritizes real, testable recipes (often with Bilibili video links) and pragmatic advice for everyday cooking scenarios.
Use when users ask 'what to eat', request recipe suggestions based on available ingredients, need meal planning, ask about ingredient storage or substitutions, or want beginner-friendly cooking tips. It's tailored for scenarios like clearing out the fridge, quick weekday meals, or preparing family-friendly dishes.
recipe.csv, incompatible-foods.csv) and instructs agents to prefer CLI lookup or local CSV data for retrieval.Agents with file-access and CLI-invocation capability (or web fetch for raw CSV) are ideal; works well with agents able to run project CLIs or fetch raw GitHub data.
Chinese-language cooking assistant skill with no bundled scripts. Well-structured SKILL.md with clear data source documentation, CLI retrieval instructions, and recommendation templates. References GitHub Raw URLs for recipe CSV data but no executable code or scripts. Clean and safe design.
No scripts to test. Skill is essentially a well-crafted prompt with CLI integration for recipe search. Data-driven approach with real recipe database is a strength. The fallback hierarchy (local data → project data → remote) is thoughtful.