Agent skill

ai-ml-timeseries

Operational patterns, templates, and decision rules for time series forecasting (modern best practices): tree-based methods (LightGBM), deep learning (Transformers, RNNs), future-guided learning, temporal validation, feature engineering, generative TS (Chronos), and production deployment. Emphasizes explainability, long-term dependency handling, and adaptive forecasting.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-ml-timeseries --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/ai-ml/ai-ml-timeseries/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

# Time Series Forecasting — Modern Patterns & Production Best Practices **Modern Best Practices (December 2025)**: - Treat **time** as a first-class axis: temporal splits, rolling backtests, and point-in-time correctness. - Default to **strong baselines** (naive/seasonal naive) before complex models. - Prevent leakage: feature windows and aggregations must use only information available at prediction time. - Evaluate by **horizon** and **segment**; a single aggregate metric hides failures. - Define retraining cadence and degraded modes (fallback model, last-known-good forecast). This skill provides **operational, copy-paste-ready workflows** for forecasting with recent advances: TS-specific EDA, temporal validation, lag/rolling features, model selection, multi-step forecasting, backtesting, generative AI (Chronos, TimesFM), and production deployment with drift monitoring. It focuses on **hands-on forecasting execution**, not theory. --- ## When to Use This Skill Claude should invoke this skill when the user asks for **hands-on time series forecasting**, e.g.: - "Build a time series model for X." - "Create lag features / rolling windows." - "Help design a forecasting backtest." - "P

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Quick Reference
  3. Decision Tree: Choosing Time Series Approach
  4. Core Concepts (Vendor-Agnostic)
  5. Implementation Practices (Tooling Examples)
  6. Do / Avoid
  7. Navigation: Core Patterns
  8. Time Series EDA & Data Preparation
  9. Feature Engineering
  10. Model Selection
  11. Forecasting Strategies
  12. Validation & Evaluation
  13. Generative & Advanced Models
  14. Production Deployment
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-ml-timeseries skill do?

Operational patterns, templates, and decision rules for time series forecasting (modern best practices): tree-based methods (LightGBM), deep learning (Transformers, RNNs), future-guided learning, temporal validation, feature engineering, generative TS (Chronos), and production deployment. Emphasizes explainability, long-term dependency handling, and adaptive forecasting.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-ml-timeseries --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