LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: immutability

Browse skills that share this tag.

  • scala-immutable-builder - Fluent Immutable Builder Pattern in Scala
    scalabuilder-patternimmutabilitymethod-chaining

    ★ 83 · Updated 2026-09-11

    Building immutable configurations with fluent method chaining and validation in Scala.

    ⚙ Chain methods using this.type⚙ Create immutable builders using case classes⚙ Convert builder state to immutable result
  • ontology-why - Ontology Design Rationale Explanation Helper
    ontologydesign rationaleintegrity perspectivesimmutability

    ★ 18 · Updated 2026-05-28

    Explains ontology design decisions using five integrity perspectives including immutability, determinism, and referential integrity.

    ⚙ read ontology files⚙ search documentation⚙ analyze design questions
  • js_tosorted_immutable - Use toSorted() Instead of sort() for Immutability
    javascriptarraysimmutabilityreact

    ★ 3 · Updated 2026-02-13

    Replaces sort() with toSorted() to maintain array immutability in JavaScript code

    ⚙ convert sort() to toSorted()⚙ implement immutable array sorting⚙ write immutable JavaScript code