Comprehensive logistics performance measurement skill with KPI tracking, benchmarking, and improvement recommendations
Tracks logistics KPIs, compares against benchmarks, and provides improvement recommendations.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Logistics KPI Tracker provides comprehensive logistics performance measurement with KPI tracking, benchmarking, and improvement recommendations. It monitors key metrics across all logistics functions and identifies opportunities for operational improvement.
skill: logistics-kpi-tracker
inputs:
reporting_period:
start: "2026-01-01"
end: "2026-01-24"
data_sources:
orders: true
shipments: true
inventory: true
costs: true
benchmarks:
otif: 95.0
perfect_order_rate: 90.0
fill_rate: 98.0
order_cycle_time_days: 3.0
cost_per_order: 12.50
comparison:
prior_period: true
prior_year: true
outputs:
kpi_summary:
otif:
actual: 93.5
target: 95.0
variance: -1.5
trend: "improving"
prior_period: 92.8
prior_year: 91.2
perfect_order_rate:
actual: 88.2
target: 90.0
variance: -1.8
trend: "stable"
components:
on_time: 93.5
in_full: 96.2
damage_free: 99.1
accurate_documentation: 98.5
fill_rate:
actual: 97.5
target: 98.0
variance: -0.5
trend: "stable"
order_cycle_time:
actual_days: 2.8
target_days: 3.0
variance: 0.2
trend: "improving"
cost_per_order:
actual: 11.85
target: 12.50
variance: 0.65
trend: "improving"
performance_breakdown:
by_channel:
ecommerce: { otif: 91.2, fill_rate: 96.8 }
wholesale: { otif: 95.8, fill_rate: 98.2 }
retail: { otif: 94.1, fill_rate: 97.8 }
by_region:
northeast: { otif: 94.5, fill_rate: 98.1 }
southeast: { otif: 92.8, fill_rate: 97.0 }
midwest: { otif: 93.9, fill_rate: 97.5 }
improvement_opportunities:
- area: "On-Time Delivery"
current: 93.5
target: 95.0
gap: 1.5
root_causes:
- "Carrier performance in Southeast region"
- "Dock congestion at DC002"
recommendations:
- "Carrier performance review with underperformers"
- "Implement dock scheduling system at DC002"
potential_improvement: 2.0
- area: "Fill Rate"
current: 97.5
target: 98.0
gap: 0.5
root_causes:
- "Safety stock levels insufficient for high-velocity items"
recommendations:
- "Review and adjust safety stock for A-class items"
potential_improvement: 0.8
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 wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.