Babysitter model-checker-interface
Interface with multiple model checking tools for formal 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/model-checker-interface" ~/.claude/skills/a5c-ai-babysitter-model-checker-interface && rm -rf "$T"
manifest:
library/specializations/domains/science/computer-science/skills/model-checker-interface/SKILL.mdsource content
Model Checker Interface
Purpose
Provides expert guidance on using model checking tools for formal verification of systems and protocols.
Capabilities
- SPIN/Promela specification generation
- NuSMV/NuXMV interface
- UPPAAL for timed systems
- Result parsing and visualization
- Counterexample trace analysis
- Abstraction refinement
Usage Guidelines
- Tool Selection: Choose appropriate model checker
- Specification: Translate system to checker's language
- Properties: Specify properties to verify
- Checking: Run model checker
- Analysis: Interpret results and counterexamples
Tools/Libraries
- SPIN
- NuSMV
- UPPAAL
- PRISM