acornproveracornproverOfficialΒ·5 Agent Skills Included

acornlib

Formal mathematical proof writing, verification, and library maintenance

Formalizes mathematical theorems in the Acorn proof language and verifies every proof automatically. Breaks hard theorems into helper lemmas, fixes failed proofs, and expands dense proofs into clear steps. Maintains long-term math project roadmaps, resolves merge conflicts, and refactors modules without breaking verified certificates.
npx skills add acornprover/acornlib --all -g -y
Available:

Instructs the agent on Acorn proof-writing rules, when to run the verifier after every change, and how to fix failed proofs by citing theorems and filling in missing steps.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install acornlib?β–Ό

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

How to formalize a hard theorem with Acorn?β–Ό

The formalizing-hard-theorems skill guides the agent to research dependencies, cite theorems explicitly, and split the proof into smaller helper lemmas until it verifies.

How to fix an Acorn proof that fails verification?β–Ό

Check whether the statement is false or just missing intermediate steps, then cite the relevant theorem and state its conclusion as its own line before running `acorn` again.

Does acornlib work with Claude Code and Codex?β–Ό

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, OpenAI Codex, and other compatible coding environments.

Can I contribute math proofs without knowing Acorn syntax?β–Ό

Yes. Describe the theorem or math area in plain English and the agent uses the work-on-project skill to plan, write, and verify the Acorn code for you.

Related Repositories in Education & Research

View All in Education & Research→