Overtime Trend banner
ai-analyst-lab ai-analyst-lab

Overtime Trend

Development community

Description

<!-- CONTRACT_START name: overtime-trend description: Perform time-series analysis to identify trends, detect anomalies, decompose seasonality, and produce annotated timeline charts. inputs: - name: DATASET type: str source: system required: true - name: TIME_COLUMN type: str source: user required: true - name: METRIC_COLUMNS type: str source: user required: true - name: GRANULARITY type: str source: user required: false - name: SEGMENTS

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-overtime-trend.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/overtime-trend.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-overtime-trend.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository