Show HN: I Made an AI Skill to Help Write Tlaps Proofsgithub.com1 points·by youio·há 5 meses·0 comments
Show HN: TLA+ Workbench skill for coding agents (compat. with Vercel skills CLI)github.com41 points·by youio·há 5 meses·4 comments
youio·há 5 meses·discussI built a TLA+ skill for coding-agent workflows.This repo currently focuses on one skill: tlaplus-workbench. It helps convert natural-language designs into .tla/.cfg files, run TLC, and summarize counterexamples.Quick try: npx -y skills add younes-io/agent-skills --skill tlaplus-workbenchList skills from a local checkout: npx -y skills add . --listTLA+ spec examples (generated from one-shot prompts): https://github.com/younes-io/tlaplus-workbench-examplesFeedback I'd value: 1. Is this useful for real protocol/state-machine modeling? 2. What features should I add next for this TLA+ skill?