session-trends
仓库创建 2026年2月12日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
便于定期量化进展与回归检测,适合产品与运营监控。
▸ 风险提示
依赖本地 metrics.jsonl 数据,需保证数据完整与权限。
这个 Skill 做什么
基于会话指标计算窗口聚合与差异,追踪性能与行为趋势。
把会话指标做时窗聚合和差异分析,能产出 7 天/30 天/全量等窗口的统计、指纹分布和与 MEMORY.md 基线的比对结果。平时用于周期性追踪性能与用户行为趋势,或评估某次改动的影响。需要 /session-scan 导出的 .claude/session-metrics/metrics.jsonl 作为数据源,输出便于归档和对比。
▸ 展开 SKILL.md 英文原文
Analyze trends across session metrics. Computes windowed aggregates, deltas, and compares against MEMORY.md findings. Use periodically for progress tracking.
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/.claude/skills/session-trends/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/.claude/skills/session-trends/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Session Trends Analyze trends from the metrics ledger. Computes windowed aggregates, fingerprint distributions, and compares against MEMORY.md baselines. ## Requirements Requires `.claude/session-metrics/metrics.jsonl` from `/session-scan`. ## Usage ``` /session-trends # All windows (7d, 30d, all) /session-trends --window 30d # Specific window only /session-trends --project enaia # Filter by project /session-trends --compare MEMORY.md # Compare against memory baseline /session-trends --html out.html # Write HTML report with ASCII bars ``` For pure context-window stats (max prompt tokens, ctx %, compaction rate) across raw Cl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有