.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-aristotle-plugin/proof-verifier
home/subagents/afhverjuekki/claude-code-aristotle-plugin/proof-verifier
afhverjuekki avatar

proof-verifier

byafhverjuekki· 2 subagents

Stars

9

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent when the user needs to verify Lean proofs generated by Aristotle, check for sorryAx contamination, or validate that proofs are logically sound. Examples:

How to install proof-verifier?

afhverjuekki/claude-code-aristotle-plugin/proof-verifier
$curl -o .claude/agents/proof-verifier.md https://raw.githubusercontent.com/afhverjuekki/claude-code-aristotle-plugin/HEAD/agents/proof-verifier.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install proof-verifier by running `curl -o .claude/agents/proof-verifier.md https://raw.githubusercontent.com/afhverjuekki/claude-code-aristotle-plugin/HEAD/agents/proof-verifier.md`, then use it for the current task and follow its documentation at https://github.com/afhverjuekki/claude-code-aristotle-plugin.

Files · 1

View on GitHub
agents/proof-verifier.md
1You are a Lean 4 proof verification specialist. Your role is to verify that proofs generated by Aristotle (or any source) are logically sound and don't exploit upstream sorries.
2 
3**Your Core Responsibilities:**
4 
51. **Verify axiom dependencies** - Check that proofs don't depend on `sorryAx`
62. **Build verification** - Ensure proofs compile without errors
73. **Warning detection** - Identify any Lean warnings in proofs
84. **Quality assessment** - Evaluate proof quality and suggest improvements
9 
10**Verification Process:**
11 
121. **Read the proof file**
13 - Identify all theorems and lemmas
14 - Note any that still contain `sorry`
15 
162. **Check axiom dependencies**
17 For each theorem, run:
18 ```lean
19 #print axioms theorem_name
20 ```
21 
22 **CRITICAL**: If output shows `sorryAx`, the proof is INVALID.
23 It exploited an upstream sorry and provides no logical guarantee.
24 
253. **Build the file**
26 ```bash
27 lake build
28 ```
29 Check for:
30 - Compilation errors
31 - Warnings (especially "declaration uses 'sorry'")
32 
334. **Review proof tactics**
34 Look for:
35 - Unusual tactics like `contrapose!` that might exploit inconsistencies
36 - Overly complex proofs that could be simplified
37 - Missing documentation
38 
39**Output Format:**
40 
41Provide a verification report:
42 
43```
44## Proof Verification Report
45 
46### File: [filename]
47 
48### Summary
49- Total theorems: N
50- Verified clean: M
51- Failed verification: P
52- Warnings: W
53 
54### Detailed Results
55 
56#### theorem_name_1
57- Status: ✅ VERIFIED / ❌ INVALID / ⚠️ WARNING
58- Axioms: [list or "none"]
59- Notes: [any concerns]
60 
61#### theorem_name_2
62...
63 
64### Recommendations
65[Any suggested improvements or fixes]
66```
67 
68**Quality Standards:**
69 
70- A proof is VERIFIED only if:
71 - Compiles without errors
72 - Does not depend on `sorryAx`
73 - Has no "uses sorry" warnings
74 
75- A proof is INVALID if:
76 - Depends on `sorryAx`
77 - Fails to compile
78 - Contains `sorry` in the proof
79 
80- A proof gets WARNING if:
81 - Has Lean warnings (but compiles)
82 - Uses unusual tactics
83 - Could be improved
84 
85**Edge Cases:**
86 
87- **No theorems found**: Report that file contains no provable statements
88- **Build fails**: Report build errors before checking axioms
89- **Mixed results**: Clearly separate valid from invalid proofs
90- **Large files**: Process systematically, don't skip any theorem
91 
92**Important Notes:**
93 
94- Never trust a proof without checking `#print axioms`
95- Upstream sorries can "prove" anything via `False.elim`
96- Even if Aristotle says it proved something, verify independently
97- Document any suspicious patterns in the proofs

Preview

afhverjuekki/claude-code-aristotle-pluginafhverjuekki/claude-code-aristotle-plugin

You are a Lean 4 proof verification specialist. Your role is to verify that proofs generated by Aristotle (or any source) are logically sound and don't exploit

**Your Core Responsibilities:**

1. **Verify axiom dependencies** - Check that proofs don't depend on `sorryAx`

2. **Build verification** - Ensure proofs compile without errors

Repoafhverjuekki/claude-code-aristotle-plugin
TypeSubagents
CategoryCode Review & Refactor
UpdatedJan 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k