Babysitter temporal-logic-translator
Translate between temporal logic formalisms and generate property specifications
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/temporal-logic-translator" ~/.claude/skills/a5c-ai-babysitter-temporal-logic-translator && rm -rf "$T"
manifest:
library/specializations/domains/science/computer-science/skills/temporal-logic-translator/SKILL.mdtags
source content
Temporal Logic Translator
Purpose
Provides expert guidance on temporal logic specification and translation between formalisms.
Capabilities
- LTL to Buchi automata
- CTL to CTL* comparison
- Natural language to temporal logic
- Property pattern templates
- Formula equivalence checking
- Negation normal form conversion
Usage Guidelines
- Property Identification: Identify desired system properties
- Formalization: Express in appropriate temporal logic
- Translation: Convert between formalisms if needed
- Pattern Matching: Use property pattern templates
- Verification: Check formula equivalence
Tools/Libraries
- Spot
- GOAL
- LTL2BA
- NuSMV