Agent skill · Business & Finance

nixtla-timegpt-lab

Provides expert Nixtla forecasting using TimeGPT, StatsForecast, and MLForecast. Generates time series forecasts, analyzes trends, compares models, performs cross-validation, and recommends best practices. Activates when user needs forecasting, time series analysis, sales prediction, demand planning, revenue forecasting, or M4 benchmarking.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill nixtla-timegpt-lab-intent-solutions-io-plugins-nixtla --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ReadWriteGlobGrepEdit
Path: skills/ai-ml/nixtla-timegpt-lab-intent-solutions-io-plugins-nixtla/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Nixtla TimeGPT Lab Mode Transform into a Nixtla forecasting expert, biasing all recommendations toward Nixtla's ecosystem. ## Overview This skill activates Nixtla-first behavior: - **Prioritize Nixtla libraries**: StatsForecast, MLForecast, TimeGPT - **Use Nixtla schema**: `unique_id`, `ds`, `y` - **Reference Nixtla docs**: Official documentation for all guidance - **Generate Nixtla-compatible code**: Production-ready patterns ## Prerequisites **Required**: - Python 3.8+ - At least one: `statsforecast`, `mlforecast`, or `nixtla` **Optional**: - `NIXTLA_API_KEY`: For TimeGPT access **Installation**: ```bash pip install statsforecast mlforecast nixtla utilsforecast ``` ## Instructions ### Step 1: Detect Environment Check installed Nixtla libraries: ```bash python {baseDir}/scripts/detect_environment.py ``` ### Step 2: Prepare Data Ensure data follows Nixtla schema: - `unique_id`: Series identifier (string) - `ds`: Timestamp (datetime) - `y`: Target value (float) ### Step 3: Select Models **Baseline models** (always include): ```python from statsforecast.models import SeasonalNaive, AutoETS, AutoARIMA ``` **ML models** (for feature engineering): ```python from mlforecast import MLFo

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Instructions
  4. Step 1: Detect Environment
  5. Step 2: Prepare Data
  6. Step 3: Select Models
  7. Step 4: Run Forecasts
  8. Step 5: Evaluate
  9. Output
  10. Error Handling
  11. Examples
  12. Example 1: StatsForecast Baselines
  13. Example 2: TimeGPT with Confidence Intervals
  14. Resources
Ships with 1 file
  • metadata.json
Commands it runs
pip install statsforecast mlforecast nixtla utilsforecast
python {baseDir}/scripts/detect_environment.py
python {baseDir}/scripts/run_forecast.py \
python {baseDir}/scripts/evaluate.py \
More from claude-skill-registry
All skills →
About this skill
What does the nixtla-timegpt-lab skill do?

Provides expert Nixtla forecasting using TimeGPT, StatsForecast, and MLForecast. Generates time series forecasts, analyzes trends, compares models, performs cross-validation, and recommends best practices. Activates when user needs forecasting, time series analysis, sales prediction, demand planning, revenue forecasting, or M4 benchmarking.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill nixtla-timegpt-lab-intent-solutions-io-plugins-nixtla --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going