huzey/claude-skills-diff
收藏Hugging Face2026-04-08 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/huzey/claude-skills-diff
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
---
# claude-skills-diff
This dataset contains Git history snapshots for `SKILL.md` files from repos in `huzey/claude-skills`.
## What is a row?
Each row corresponds to a `(repo, skill_path)` pair where the content changed a lot between its first and last commit for that path.
We export:
- `text_initial` / `initial_sha` / `initial_date`
- `text_final` / `final_sha` / `final_date`
- optional `text_middle` / `middle_sha` / `middle_date`
- diffs: `diff_initial_final` and if middle exists: `diff_initial_middle`, `diff_middle_final`
Change magnitude is measured with `git diff --numstat` lines added + deleted.
## Build config
- `min_change_lines`: 200
- `middle_pick`: halfway by numstat between initial and final (when available)
Build time: 2026-04-08 19:07:37 -0400
Elapsed seconds: 2700.8
提供机构:
huzey



