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: atomic

Browse skills that share this tag.

  • server - Server state machine pattern for long-running components
    serverstate machinelifecycleatomic

    ★ 602 · Updated 2026-05-28

    Standard server lifecycle state machine pattern with atomic state reads and idempotent stop

    ⚙ create server⚙ start server⚙ stop server
  • Atomic Commit - Create clean atomic commits by analyzing changes and detecting mixed concerns
    gitversion-controlcommitworkflow

    ★ 1 · Updated 2026-02-15

    Helps create clean, atomic commits by analyzing changes, detecting mixed concerns, and ensuring each commit is a complete unit of work

    ⚙ analyze git changes⚙ detect mixed concerns⚙ group files by purpose