Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

acornlib

يحتوي acornlib على 8 من skills المجمعة من acornprover، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
59
محدث
2026-07-17
Forks
24
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

work-on-project
مطوّرو البرمجيات

Keep named project roadmaps under `projects/PROJECT/` updated as structured execution queues, execute roadmap work, and run projects continuously through hourly PR-aware scheduled cycles. Use when the user asks to plan or update a project roadmap, add roadmap items, maintain long-term mathematical project plans, explicitly asks to "work on a project", or asks to work on a project "in continuous mode". The default current project is `translate-mathlib`.

2026-07-17
refactor
مطوّرو البرمجيات

Refactor Acornlib modules without changing the mathematics, especially moving definitions/theorems between files or packages. Use this when imports, package interfaces, file paths, or certificates need to be updated while preserving existing proofs; prefer `acorn check` over `acorn verify` and repair stale certificate references directly.

2026-06-05
formalizing-hard-theorems
مطوّرو البرمجيات

Use when a theorem is mathematically true but difficult to formalize directly, especially when proof search times out, the statement is large, or the proof needs helper lemmas, dependency research, or structured decomposition.

2026-05-22
explicate
مطوّرو البرمجيات

Expand the valid but complicated proofs in a module to have more detailed steps, so that they can be found by forced proof search.

2026-05-04
fix-merge-conflict
مطوّرو البرمجيات

Fix Acornlib pull request merge conflicts, especially conflicts only in generated `build/` files. Use when the user gives a PR id or URL, or asks to resolve merge conflicts in this repo: take conflicted build files from `master`, run `acorn verify` from the repo root to regenerate/update build artifacts, then commit and push the resolved PR branch when appropriate.

2026-05-01
remove-citations
مطوّرو البرمجيات

Remove explicit theorem citations from Acorn proofs by replacing each citation with local proof steps while keeping `acorn verify` passing after every attempted change. By default, make a full pass over the current `acorn citations` list unless the user explicitly narrows the scope. Use when the user asks to inline cited theorems, reduce `acorn citations` output, or improve proof style without changing the theorem being proved.

2026-04-21
acorn-installation
مطوّرو البرمجيات

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.

2026-03-08
acorn-installation
مطوّرو البرمجيات

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.

2025-11-10