HackerTrans
トップ新着トレンドコメント過去質問紹介求人

youio

no profile record

投稿

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

github.com
1 ポイント·投稿者 youio·5 か月前·0 コメント

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

github.com
41 ポイント·投稿者 youio·5 か月前·4 コメント

コメント

youio
·2 か月前·議論
9 days to review +1million LOC in Rust is enough? wow..
youio
·5 か月前·議論
clihub link is broken
youio
·5 か月前·議論
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
·5 か月前·議論
really well done