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.md
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

  1. Property Identification: Identify desired system properties
  2. Formalization: Express in appropriate temporal logic
  3. Translation: Convert between formalisms if needed
  4. Pattern Matching: Use property pattern templates
  5. Verification: Check formula equivalence

Tools/Libraries

  • Spot
  • GOAL
  • LTL2BA
  • NuSMV