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

ComputationalPathsLean

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

skills مجمعة
12
Stars
0
محدث
2026-05-18
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

armada-review
محللو ضمان جودة البرمجيات والمختبرون

Review armada/fleet-generated Lean files for ComputationalPaths invariants, duplicate modules, shallow Path usage, and scaffold-heavy theorem stubs.

2026-05-18
domain-step-design
مطوّرو البرمجيات

Design domain-specific Step types and rewrite certificates in ComputationalPaths modules without confusing them with core Path.Step rewrite rules.

2026-05-18
deep-audit-certificates
محللو ضمان جودة البرمجيات والمختبرون

Audit and harden scaffold-heavy ComputationalPaths Lean modules by replacing selected True/trivial/rfl placeholders with typed Path/RwEq certificate records while preserving public APIs.

2026-05-18
paper-companion-style
مطوّرو البرمجيات

Keep ComputationalPaths modules suitable as book/paper companion material with clear mathematical narrative, named constructions, and meaningful computational-path evidence.

2026-05-18
lean-module-compile-recovery
مطوّرو البرمجيات

Recover a broken Lean module with minimal safe edits by weakening non-derivable equalities while preserving declaration shape.

2026-03-04
aristotle
مطوّرو البرمجيات

Run Aristotle automated theorem prover on Lean files to fill sorry placeholders. Use when you have a file with sorries that needs automated proof search. Handles API setup, axiom import checks, and result verification.

2026-01-28
lean-build
مطوّرو البرمجيات

Build, test, and debug Lean 4 projects using Lake. Use when building the ComputationalPaths project, checking for errors, running tests, cleaning artifacts, or debugging Lean 4 compilation issues.

2026-01-28
lean-hit-development
مطوّرو البرمجيات

Guides adding new computational-path constructions to the ComputationalPaths library. Use when defining new spaces, π₁ calculations, encode-decode proofs, or adding new topological constructions.

2026-01-28
quotients-and-lifts
مطوّرو البرمجيات

Work effectively with Lean 4 quotients in ComputationalPaths (Quot.lift/Quot.ind/Quot.sound), including nested lifts and common proof obligations.

2026-01-28
ci-and-releases
مطوّرو البرمجيات

A lightweight checklist for CI, toolchain bumps, and version/release hygiene for the ComputationalPaths Lean 4 project (Lake + lean-action CI).

2026-01-13
path-tactics
مطوّرو البرمجيات

Use ComputationalPaths path tactics to automate common RwEq goals (path_simp/path_auto/path_normalize), and structure calc-based proofs cleanly.

2026-01-13
rweq-proofs
علماء الرياضيات

Helps construct RwEq (rewrite equivalence) proofs using transitivity, congruence, and canonical lemmas from the LND_EQ-TRS system. Use when proving path equalities, working with quotients, or establishing rewrite equivalences in the ComputationalPaths library.

2026-01-13