acorn
Theorem prover debugging, profiling, and proof migration workflows
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmigrate
Orchestrate state-machine workflows for feature-flag and acornlib migrations.
profile
Profile Acorn prover execution time with perf or samply.
Install ONNX Runtime (ort) in Sandbox
Install ONNX Runtime static libraries for the ort crate in sandboxed environments.
Frequently Asked Questions
FAQPage SchemaHow to install Acorn skills?โผ
Run `npx skills add acornprover/acorn --all -g -y` in your terminal to install all skills in this repository globally.
How to reproduce an Acorn prover failure?โผ
The reproduce-prover-failure skill classifies the failure, rebuilds it in a scratch project, and minimizes it into a self-contained test case.
How to profile Acorn prover performance?โผ
The profile skill runs perf on Linux or samply on macOS and generates a top-down tree showing exactly where verification time is spent.
How to migrate Acorn proofs behind a feature flag?โผ
The migrate skill walks through a strict state machine that validates proofs in both modes before flipping the default behavior.
Do these skills work with Claude Code and Codex?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible coding agents.
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