Collection of agent skills for Claude Code, Cursor, Codex, and other agents following the Agent Skills specification.
| Skill | Description |
|---|---|
pytorch-xpu-skill |
Install, configure, and use PyTorch on Intel GPUs (XPU) — Arc A/B-Series, Core Ultra, Data Center GPU Max. CUDA → XPU migration, AMP, torch.compile, profiling. |
scala-code-optimizer |
Audit Scala code for refactoring opportunities — Scala 3 modernization, idiom adoption, anti-pattern removal, performance hygiene, tail recursion safety. Citation-backed suggestions only. |
scalajs |
Build, scaffold, and debug Scala.js applications — sbt/Mill setup, Laminar/Tyrian/scalajs-react UIs, JS interop, ScalablyTyped, cross-building JVM+JS, WebAssembly output. |
scala-fp |
Functional programming in Scala — Cats typeclasses, Cats Effect 3, ZIO 2, fs2 streams, parallel/concurrent programming, tagless final, Typelevel/ZIO ecosystem. |
Install any skill by name:
npx skills add https://github.com/abh80/skills --skill <skill-name>For a specific agent:
npx skills add https://github.com/abh80/skills --skill <skill-name> -a claude-codeWorks with Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, and 30+ other agents.
MIT