hol-light
Prove mathematical theorems in HOL Light through AI agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install hol-light?โผ
Run `npx skills add jrh13/hol-light --all -g -y` in your terminal to install all tools in this suite globally.
How to prove theorems with AI in HOL Light?โผ
The skill connects your AI agent to a HOL Light MCP server, letting it set goals, apply tactics, and search lemmas until the theorem is proved.
What can the HOL Light MCP server do?โผ
It offers tools to set proof goals, apply tactics, search the theorem database, backtrack failed steps, and run one-shot proofs with structured JSON feedback.
Does it work with Claude Code and other AI agents?โผ
Yes. The skill follows the standard SKILL.md format and works with any MCP-compatible agent such as Claude Code, Cursor, or Codex.
Do I need to know HOL Light tactics to use it?โผ
No. The built-in tactic reference teaches the agent which tactics to use, so you can request proofs in plain English.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides