Automated inventory rotation management skill ensuring proper product flow based on expiration, production, or receipt dates
Automates inventory rotation management based on expiration, production, or receipt dates.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The FIFO-LIFO Controller is an automated skill that manages inventory rotation to ensure proper product flow based on expiration dates, production dates, or receipt dates. It enforces First-In-First-Out (FIFO), First-Expired-First-Out (FEFO), or Last-In-First-Out (LIFO) policies and manages lot tracking and shelf life compliance.
skill: fifo-lifo-controller
inputs:
item:
sku: "SKU001"
rotation_method: "FEFO"
shelf_life_days: 180
min_remaining_life_percent: 50
inventory:
- lot_number: "LOT001"
quantity: 100
receipt_date: "2025-10-15"
production_date: "2025-10-10"
expiration_date: "2026-04-10"
location: "A-01-02"
- lot_number: "LOT002"
quantity: 150
receipt_date: "2025-11-20"
production_date: "2025-11-15"
expiration_date: "2026-05-15"
location: "A-01-03"
pick_request:
quantity: 75
order_date: "2026-01-25"
customer_min_life_days: 60
outputs:
pick_recommendation:
- lot_number: "LOT001"
quantity: 75
location: "A-01-02"
expiration_date: "2026-04-10"
remaining_life_days: 75
meets_customer_requirement: true
rotation_status:
sku: "SKU001"
total_quantity: 250
lots_at_risk: 0
lots_expiring_30_days: 0
lots_expiring_60_days: 0
lots_expiring_90_days: 1
alerts:
- type: "approaching_expiration"
lot_number: "LOT001"
days_remaining: 75
action_required: "prioritize_for_picking"
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.