HackerTrans
TopNewTrendsCommentsPastAskShowJobs

youio

no profile record

Submissions

Show HN: I Made an AI Skill to Help Write Tlaps Proofs

github.com
1 points·by youio·há 5 meses·0 comments

Show HN: TLA+ Workbench skill for coding agents (compat. with Vercel skills CLI)

github.com
41 points·by youio·há 5 meses·4 comments

comments

youio
·há 2 meses·discuss
9 days to review +1million LOC in Rust is enough? wow..
youio
·há 5 meses·discuss
clihub link is broken
youio
·há 5 meses·discuss
I 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-workbench

List skills from a local checkout: npx -y skills add . --list

TLA+ spec examples (generated from one-shot prompts): https://github.com/younes-io/tlaplus-workbench-examples

Feedback I'd value: 1. Is this useful for real protocol/state-machine modeling? 2. What features should I add next for this TLA+ skill?
youio
·há 5 meses·discuss
really well done