jolt
Prove Rust programs ran correctly with zero-knowledge proofs
All Skills in This Repository (8)
Pure Emerald Level Indicatorsjolt
Wraps deterministic Rust functions in Jolt zero-knowledge proofs for RISC-V.
update-docs
Analyze Rust code changes against a base commit to identify Jolt documentation updates.
new-invariant
Implements and registers new invariants for the jolt-eval testing framework.
new-objective
Implements new optimization objectives for the jolt-eval framework in Rust.
ci-code-review
Reviews pull requests with parallel agents for bugs, security, and tech debt.
analyze-spec
Analyzes specification files with weighted ambiguity scoring and generates targeted clarifying questions.
implement-spec
Implements approved specs autonomously with planning, parallel execution, QA cycles, and validation.
new-spec
Creates feature specifications through Socratic interviews that fill each template section to zero ambiguity.
Frequently Asked Questions
FAQPage SchemaHow to install Jolt?โผ
Run `npx skills add a16z/jolt --all -g -y` in your terminal to install all skills in this suite globally.
What does Jolt do?โผ
Jolt is a zero-knowledge virtual machine for RISC-V that proves a Rust program executed correctly. Others can verify the proof without re-running the code or seeing private inputs.
How do I make a Rust function provable?โผ
The Jolt skill guides your AI agent to wrap any pure Rust function with the #[jolt::provable] macro, scaffold the project, and generate and verify the proof automatically.
Does Jolt work with Claude Code and Cursor?โผ
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible AI coding agents.
Can Jolt hide private inputs in proofs?โผ
Yes. Enabling the zk feature activates the BlindFold protocol, which hides witness data so proofs reveal nothing about private inputs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core