cxcscmu/skilllearnbench-scala-generics-variance
| How to handle type variance in Scala generics when translating from Python's flexible type system. Use this whenever translating Python generic types (TypeVar with covariant/contravariant bounds) to Scala. Covers covariance (+T), contravariance (-T), and invariance for proper type safety.
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill scala-generics-variance
Take cxcscmu/skilllearnbench-scala-generics-variance from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.