PAR LEVELS & ORDER LISTS SKILL

Manage par levels and generate order lists via API endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill par-levels-order-lists-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PAR LEVELS & ORDER LISTS SKILL
Source: https://github.com/KuschiKuschbert/prepflow-web/tree/main/app/webapp/par-levels
Command: npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill par-levels-order-lists-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of managing inventory par levels and generating order lists, preventing stockouts and streamlining procurement.

Core Features & Use Cases

  • Par Level Management: Set minimum stock thresholds for ingredients.
  • Order List Generation: Automatically suggests items to reorder when stock falls below par levels.
  • Prep List Generation: Creates prep lists based on menu items and expected covers.
  • Use Case: A restaurant manager can use this Skill to ensure they always have enough ingredients on hand by automatically generating an order list based on current stock and predefined par levels.

Quick Start

Use the par-levels skill to set a par level of 50 units for tomatoes with a reorder point of 10 units.

Frequently Asked Questions about PAR LEVELS & ORDER LISTS SKILL

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

FAQPage Schema
How do I automate restaurant inventory ordering when stock falls below par levels?

Restaurant inventory ordering is automated by setting minimum stock thresholds for ingredients and automatically generating order lists when current stock falls below predefined par levels. This prevents stockouts and streamlines procurement without manual checks.

What are par levels in kitchen stock management and how do they prevent stockouts?

Par levels in kitchen stock management are minimum stock thresholds set for ingredients to prevent stockouts. When inventory drops below these reorder points, the system automatically suggests items to reorder, ensuring enough stock is always on hand.

Can I generate prep lists based on menu items and expected covers for my kitchen?

Prep lists can be generated by integrating menu data with projected demand and expected covers. The system calculates ingredient requirements based on menu items and anticipated service volume to produce actionable prep instructions.

How do I set a par level and reorder point for a specific ingredient like tomatoes?

To set a par level for tomatoes, specify the minimum stock threshold, such as 50 units, and define a reorder point, such as 10 units. The system then monitors stock levels and triggers an order when the threshold is crossed.

Does this inventory management skill support fetching and updating par levels via API endpoints?

Fetching, creating, and updating par levels is supported via API endpoints for deterministic task execution. The system includes fallback mechanisms for data retrieval to ensure reliable inventory management operations.