AI-powered demand prediction skill using historical data, market signals, and external factors for improved forecast accuracy
Generates accurate demand forecasts using historical data, market signals, and external factors to improve inventory planning.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Demand Forecasting Engine is an AI-powered skill that generates accurate demand predictions using historical data, market signals, and external factors. It employs multiple forecasting methods including time series analysis and machine learning models to improve forecast accuracy and support inventory planning decisions.
skill: demand-forecasting-engine
inputs:
item:
sku: "SKU001"
category: "Consumer Electronics"
lifecycle_stage: "mature"
historical_data:
frequency: "weekly"
periods: 104 # 2 years
data: [...] # Weekly demand values
external_factors:
include_seasonality: true
include_promotions: true
promotion_calendar:
- date: "2026-02-14"
type: "price_reduction"
expected_lift: 1.5
include_weather: false
forecast_parameters:
horizon_periods: 12
confidence_level: 95
methods: ["prophet", "arima", "ml_ensemble"]
outputs:
forecasts:
method: "ml_ensemble" # Best performing method
predictions:
- period: "2026-W05"
forecast: 1250
lower_bound: 1125
upper_bound: 1375
- period: "2026-W06"
forecast: 1180
lower_bound: 1062
upper_bound: 1298
accuracy_metrics:
historical_mape: 8.5
historical_bias: -2.1
tracking_signal: 0.3
method_comparison:
prophet: { mape: 9.2, bias: -1.5 }
arima: { mape: 10.1, bias: 2.3 }
ml_ensemble: { mape: 8.5, bias: -2.1 }
recommendations:
best_method: "ml_ensemble"
forecast_review_flag: false
anomalies_detected: []
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.