← スキル一覧に戻る

acorn-installation
by acornprover
Acorn's standard library of mathematical facts.
⭐ 47🍴 16📅 2026年1月23日
SKILL.md
name: "Acorn Installation" description: "Install and set up the Acorn theorem prover CLI. Use when the environment doesn't have Acorn installed or when the user needs to set up Acorn for the first time."
Acorn Installation Skill
This skill helps install the Acorn theorem prover CLI in various environments.
Installation
Simply run the installation script:
bash .claude/skills/acorn-installation/install-acorn.sh
The script will:
- Check if Acorn is already installed (if so, it exits successfully)
- Download the latest Acorn binary from GitHub releases
- Install it to
~/.local/bin/acorn - Verify the installation works
Running the Verifier
Once installed, you can verify Acorn proofs by running:
acorn
This should be run after every change to ensure proofs are verifiable.
Instructions for the Agent
When this skill is invoked:
- Run the installation script:
bash .claude/skills/acorn-installation/install-acorn.sh - The script handles checking for existing installation automatically
- After the script completes successfully, run
acornto verify proofs in the current project
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です