A collection of reusable Claude skills.
Clone individual skills into your Claude skills dir:
git clone https://github.com/ningding01/claude-skills.git
cp -r claude-skills/skills/<skill-name> ~/.claude/skills/Or symlink the whole skills/ directory.
| Skill | Description |
|---|---|
| deepseek-sparse-bench | Benchmark DeepSeek-V4 sparse attention (prefill & decode) on AMD aiter / gfx950; align a NVIDIA FlashMLA run on B300. |
| inferencex-curve-plot | Turn InferenceX benchmark_serving result JSONs (concurrency sweep) into Throughput/GPU vs Interactivity & vs E2E curves, aggregate an InferenceX-schema CSV, and overlay the official baseline for reproduction. |