MENUS & DISHES SKILL

Manage restaurant menus with CRUD operations for dishes and recipes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill menus-dishes-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MENUS & DISHES SKILL
Source: https://github.com/KuschiKuschbert/prepflow-web/tree/main/app/api/menus
Command: npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill menus-dishes-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, managing, and exporting digital menus, simplifying the complex task of menu engineering and cost calculation for restaurants.

Core Features & Use Cases

  • Menu Building: Add dishes and recipes to curated menus, defining categories and item order.
  • Cost Calculation: Automatically calculates COGS for recipes and dishes based on ingredient costs.
  • Exporting: Generate various menu formats including PDF recipe cards, combined menu displays, and allergen matrices.
  • Use Case: A restaurant owner can use this Skill to add a new seasonal dish, automatically calculate its cost and selling price, assign it to the 'Desserts' category, and then export the updated menu as a PDF for printing.

Quick Start

Use the MENUS & DISHES SKILL to add a new dish named 'Spaghetti Carbonara' to the current menu.

Frequently Asked Questions about MENUS & DISHES SKILL

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate COGS for restaurant recipes automatically?

To calculate COGS for restaurant recipes automatically, you can input ingredient costs into the system and it will compute the cost of goods sold for each dish. This allows you to determine accurate selling prices based on your recipe data.

Can I export restaurant menus to PDF and CSV formats?

Yes, you can export restaurant menus to PDF and CSV formats. The system generates various exportable menu formats including PDF recipe cards, combined menu displays, and allergen matrices for printing and distribution.

How do I manage allergen information for a restaurant menu?

You can manage allergen information by aggregating dietary data for your dishes. The system handles dietary information aggregation and can generate an allergen matrix export to clearly display allergen details for your entire menu.

Does this menu management system support Supabase and Next.js?

Yes, this menu management system integrates with Supabase for data persistence and Next.js for a responsive web application. This stack provides CRUD operations for dishes and recipes while maintaining data consistency.

What is menu locking and change tracking in restaurant management?

Menu locking and change tracking are features that prevent unauthorized edits and record modifications to your menus. This ensures version control and historical accuracy when managing restaurant dishes and recipes.

How do I add a new dish to a restaurant menu category?

To add a new dish to a restaurant menu category, you use CRUD operations to define the dish, attach its recipe, and assign it to a curated category. You can also define the item order to control how the menu displays.