plugins marketplace
← All plugins

time-series-forecaster

v1.23.0

Time series forecasting and analysis

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/time-series-forecaster/ inside the repository.

Layout

plugins/ai-ml/time-series-forecaster/
├── .claude-plugin/plugin.json
└── skills/forecasting-time-series-data/SKILL.md

Skills1

forecasting-time-series-dataskills/forecasting-time-series-data/SKILL.md

Process this skill enables AI assistant to forecast future values based on historical time series data. it analyzes time-dependent data to identify trends, seasonality, and other patterns. use this skill when the user asks to predict future values of a time ser... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/ai-ml/time-series-forecaster/.claude-plugin/plugin.json
{
  "name": "time-series-forecaster",
  "version": "1.23.0",
  "description": "Time series forecasting and analysis",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "time-series",
    "forecasting",
    "arima",
    "prophet",
    "agent-skills"
  ]
}