LLM-assisted tools for informal proofs, proof strategy discussion, and code simplification
Scanned 9/12/2026
Install to Claude Code
npx -y skills add project-numina/numina-lean-agent --skill llm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Llm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/project-numina-llm)More formats (shields.io, HTML) on the badges page.
---
name: llm
description: "LLM-assisted tools for informal proofs, proof strategy discussion, and code simplification"
---
# LLM Tools
LLM-assisted tools for theorem proving support. All scripts are in `skills/cli/`.
## Available Tools
| Tool | Purpose | When to use |
|------|---------|-------------|
| **informal-prover** | Generate and verify step-by-step math solutions in a loop | When you want an LLM to attempt a full solution with auto-verification |
| **discussion-partner** | Free-form discussion about proof strategies or Lean code | When you are stuck and want high-level strategic advice |
| **code-golf** | Shorten and simplify an existing Lean proof via Gemini | After a proof works, to get a more elegant version |
For full parameters and examples, read the corresponding `reference-<tool>.md` file in this directory.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.