quint-coquint-coOfficialยท2 Agent Skills Included

quint

Model and verify distributed systems with executable Quint specifications

Builds formal Quint specifications of protocols, algorithms, and systems from ideas, requirements, source code, or existing TLA+ specs. Guides AI agents through state modeling, guarded actions, invariants, and simulation to catch design bugs before implementation. Includes a full Quint language and CLI reference so agents write, typecheck, and debug specs without syntax errors.
npx skills add quint-co/quint --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Quint skills?โ–ผ

Run `npx skills add quint-co/quint --all -g -y` in your terminal to install all skills in this suite globally.

What is the Quint specification language?โ–ผ

Quint is an executable specification language for modeling distributed systems like blockchains and databases. It combines TLA-based formal semantics with modern tooling for simulation and model checking.

Can AI agents write Quint specs from my code?โ–ผ

Yes. The quint-modeling skill extracts state, operations, and assumptions from Rust, Go, or TypeScript code and turns them into a verified Quint specification.

Can Quint translate TLA+ specifications?โ–ผ

Yes. A dedicated flow translates existing TLA+ specs into idiomatic Quint while preserving names, invariants, and semantics.

Do I need formal methods experience to use Quint?โ–ผ

No. The skills guide your AI agent step by step, so you describe your system in plain English and the agent handles the formal modeling and verification.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’