Forecasts future values from historical time series data using ARIMA, Prophet models; analyzes trends, seasonality, autocorrelation; outputs predictions with confidence intervals. For sales, traffic, stock forecasts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/time-series-forecaster:forecasting-time-series-dataThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Forecast future values from historical time series data using ARIMA, Prophet, and other models with trend, seasonality, and confidence interval analysis.
Forecast future values from historical time series data using ARIMA, Prophet, and other models with trend, seasonality, and confidence interval analysis.
This skill empowers Claude to perform time series forecasting, providing insights into future trends and patterns. It automates the process of data analysis, model selection, and prediction generation, delivering valuable information for decision-making.
This skill activates when you need to:
User request: "Forecast sales for the next quarter based on the past 3 years of monthly sales data."
The skill will:
User request: "Predict weekly website traffic for the next month based on the last 6 months of data."
The skill will:
This skill can be integrated with other data analysis and visualization tools within the Claude Code ecosystem to provide a comprehensive solution for time series analysis and forecasting.
The skill produces structured output relevant to the task.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin time-series-forecasterForecasts future values from historical time series data using ARIMA, Prophet models; analyzes trends, seasonality, autocorrelation; outputs predictions with confidence intervals. For sales, traffic, stock forecasts.
Generates time-series forecasts for key metrics using naive baselines, seasonality detection, exponential smoothing, and Holt-Winters. Useful for projecting revenue, DAU; auto-triggers on 'forecast DAU' or '/forecast'.
Zero-shot univariate time-series forecasting with Google's TimesFM foundation model. Produces point forecasts and prediction intervals from CSV/DataFrame/array inputs with a preflight system checker.