skills/quick-healthy-recipes/SKILL.md
Generate exactly 3 simple, fast, healthy recipes from food photos, ingredient lists, or cravings. Use for what-to-cook-tonight requests. Don't use for restaurants, meal plans, baking, or medical diets.
npx skillsauth add luongnv89/skills quick-healthy-recipesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn food photos, ingredient lists, or a short cooking desire into exactly 3 practical recipes that are simple, fast, and healthy enough for a normal weeknight.
Use this skill when the user asks things like:
Do not use it for restaurant recommendations, long meal plans, baking projects, special-diet medical advice, or gourmet cooking that requires advanced technique.
Optimize every answer for:
Common pantry items are acceptable: salt, pepper, oil, butter, garlic, onion, vinegar, lemon, soy sauce, eggs, rice, pasta, bread, beans, yogurt, cheese, herbs, and basic spices.
If images are provided, inspect them before suggesting recipes. Identify:
If text is provided, extract:
Ask a question only when a safety-critical detail is missing. Otherwise, make a reasonable assumption and state it briefly.
Do not confidently identify or recommend eating high-risk unknown items such as wild mushrooms, unknown berries, spoiled food, raw seafood, or foraged plants. If the food might be unsafe, say so and suggest using only verified ingredients.
Do not give medical nutrition advice. For allergies, pregnancy, diabetes, kidney disease, or other medical constraints, keep guidance general and tell the user to follow their clinician's advice.
Create exactly 3 distinct options. Each option should vary by cooking style or meal format, for example:
For each recipe, keep ingredient additions short. Prefer one protein booster and one carb/fiber base when the raw ingredients alone are not balanced.
Put the best fit first. The first recipe should usually be the fastest and most realistic with the least extra shopping.
Use this exact structure. Keep it concise.
Looks like: [ingredient identification or parsed request]
Assumption: [one short assumption, or "none"]
1. [Recipe name] — [time]
Best if: [why this is the top fit]
Extra ingredients: [0–5 common items]
Steps:
- [short step]
- [short step]
- [short step]
Healthy balance: [protein + veg/fiber + carb/fat note]
2. [Recipe name] — [time]
Best if: [why choose it]
Extra ingredients: [0–5 common items]
Steps:
- [short step]
- [short step]
- [short step]
Healthy balance: [protein + veg/fiber + carb/fat note]
3. [Recipe name] — [time]
Best if: [why choose it]
Extra ingredients: [0–5 common items]
Steps:
- [short step]
- [short step]
- [short step]
Healthy balance: [protein + veg/fiber + carb/fat note]
Pick tonight: [one sentence recommendation]
Before finalizing, check:
If a recipe fails the checklist, replace it before answering.
documentation
Manage software releases end-to-end: bump version, generate changelog, tag, push, GitHub release, publish to PyPI/npm. Use when user asks to ship, cut a release, tag a version, or list changes since last tag. Skip routine commits and marketplace publishing.
development
Review UI for usability issues using Steve Krug's principles and produce a scannable report. Use when asked for a usability audit, UX review, or UI feedback on screenshots, URLs, or code. Don't use for visual/brand design critique, accessibility (WCAG) audits, or backend/API review.
development
Validate app/startup ideas with market, feasibility, commercial, and open-source competitor analysis. Use when asked to evaluate, validate, or score a product idea. Don't use for PRDs, go-to-market plans, or investor decks.
testing
Install local-first security hardening: pre-commit secret detection, offline dependency scans, static analysis, reports, and gated free CI. Use when hardening repos or adding security hooks. Don't use for incident response or cloud security reviews.