AI-driven cycle counting schedule and variance analysis skill to maintain inventory accuracy with minimal operational disruption
Generates optimized inventory cycle counting schedules and analyzes variances to maintain accuracy with minimal operational disruption.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Cycle Count Scheduler is an AI-driven skill that optimizes cycle counting schedules and performs variance analysis to maintain inventory accuracy with minimal operational disruption. It uses ABC classification, statistical sampling, and historical accuracy data to prioritize counting activities and identify root causes of inventory discrepancies.
skill: cycle-count-scheduler
inputs:
inventory_profile:
total_skus: 5000
abc_distribution:
A_items: 500
B_items: 1500
C_items: 3000
count_parameters:
target_accuracy: 99.5
counting_capacity_skus_per_day: 100
available_count_days_per_week: 5
current_accuracy:
A_items: 98.5
B_items: 97.8
C_items: 96.2
outputs:
count_schedule:
- classification: "A"
count_frequency: "weekly"
skus_per_week: 100
priority_skus: ["SKU001", "SKU002", "SKU003"]
- classification: "B"
count_frequency: "monthly"
skus_per_week: 75
- classification: "C"
count_frequency: "quarterly"
skus_per_week: 60
weekly_schedule:
monday: { zone: "ZONE_A", skus: 45 }
tuesday: { zone: "ZONE_A", skus: 45 }
wednesday: { zone: "ZONE_B", skus: 50 }
thursday: { zone: "ZONE_B", skus: 50 }
friday: { zone: "ZONE_C", skus: 45 }
projected_accuracy_improvement:
A_items: 99.8
B_items: 99.2
C_items: 98.5
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.