Trend banner
xiaolai xiaolai

Trend

Productivity community

Description

--- name: trend description: "Show quality score trends over time — track improvements, detect degradation" argument-hint: "[path]" allowed-tools: Read, Write, Glob, Task --- ## User Input ```text $ARGUMENTS ``` ## Workflow ### Step 1: Load History Read `.claude/nlpm-history.json` from the project root. - If it doesn't exist: this is the first run. Score everything in Step 2 and the snapshot saved in Step 4 becomes the baseline; Step 3's comparison is skipped (no prior data). - If it exist

Installation

Installs to ~/.claude/skills/xiaolai-nlpm-for-claude-trend/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-nlpm-for-claude-trend && curl -fsSL https://raw.githubusercontent.com/xiaolai/nlpm-for-claude/HEAD/commands/trend.md -o ~/.claude/skills/xiaolai-nlpm-for-claude-trend/SKILL.md

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

Full documentation available on GitHub

View Source Repository