skill-monitor

Featured

Analyze skill effectiveness across sessions. Computes per-skill metrics (action rate, friction, outcomes), identifies degrading skills, and generates improvement recommendations. Requires session-scan data in metrics.jsonl.

Code & Development 507 stars 35 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Monitor Closed-loop skill effectiveness monitoring. Reads session metrics, computes per-skill signals, identifies what's working and what needs improvement. Inspired by the deploy-monitor-evaluate-improve feedback loop: skills get better over time instead of staying static. ## Requirements Requires `.claude/session-metrics/metrics.jsonl` from `/session-scan`. If no data: suggest running `/session-scan` first. ## Usage ``` /skill-monitor # Dashboard: all skills /skill-monitor --skill review # Deep-dive on one skill /skill-monitor --improve # Generate improvement recommendations /skill-monitor --window 30d # Change comparison window (default: 7d) ``` ## What Main Context Does ### Step 1: Parse Arguments Extract from `$ARGUMENTS`: - **`--skill NAME`**: Focus on one skill (e.g., `review`, `plan`, `investigate`) - **`--improve`**: Spawn analysis agent for improvement recommendations - **`--window PERIOD`**: Comparison window (`7d`, `30d`, `all`; default: `7d`) ### Step 2: Load Metrics Read `.claude/session-metrics/metrics.jsonl`. For each entry, extract the `skill_effectiveness` field (added by compute-metrics.py v2). Filter by window period. Count sessions with and without skill usage. If no `skill_effectiveness` data exists in metrics: "Metrics were computed before skill tracking was added. Run `/session-scan --rescan` to recompute." **OTel `invocation_trigger` (CC v2.1.126+)**: when `compute-metrics.py` ingests `c...

Details

Author
oliver-kriska
Repository
oliver-kriska/claude-elixir-phoenix
Created
5 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category