Babysitter tla-plus-generator
Generate and analyze TLA+ specifications for distributed systems verification
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/computer-science/skills/tla-plus-generator" ~/.claude/skills/a5c-ai-babysitter-tla-plus-generator && rm -rf "$T"
manifest:
library/specializations/domains/science/computer-science/skills/tla-plus-generator/SKILL.mdsource content
TLA+ Generator
Purpose
Provides expert guidance on generating TLA+ specifications for distributed systems design and verification.
Capabilities
- TLA+ module generation from protocol description
- Invariant and temporal property specification
- State space exploration configuration
- PlusCal to TLA+ translation
- Model checking execution
- Refinement mapping
Usage Guidelines
- System Modeling: Model system components and state
- Action Specification: Define system actions/transitions
- Property Specification: Specify safety and liveness properties
- Model Checking: Configure and run TLC model checker
- Refinement: Relate abstract and concrete specifications
Tools/Libraries
- TLA+ Toolbox
- TLC model checker
- TLAPS proof system
- PlusCal