cxcscmu/skilllearnbench-python-scala-builder-pattern
Guide for translating Python fluent builder patterns and mutable accumulator objects to idiomatic immutable Scala builders with companion objects. Use this skill when converting Python classes with method chaining (returning self), mutable state accumulation, or factory/build() methods to Scala.
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill python-scala-builder-pattern
Take cxcscmu/skilllearnbench-python-scala-builder-pattern 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.