Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

lemmafit

lemmafit contient 7 skills collectées depuis midspiral, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
58
mis à jour
2026-03-22
Forks
4
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

lemmafit-dafny
Développeurs de logiciels

Dafny code patterns and reference for lemmafit apps. Use when writing or editing .dfy files, defining state machines (Model, Action, Inv, Init, Step), or when Dafny verification fails and you need to fix errors. Covers the AppCore module pattern and common mistakes.

2026-03-22
lemmafit-guarantees
Développeurs de logiciels

Generate human-readable guarantees from proven Dafny code and verify them with claimcheck. Use after verification succeeds and SPEC.yaml is in sync with Dafny. Produces guarantees.json, claimcheck-mapping.json, runs claimcheck-multi, and generates guarantees.md report.

2026-03-22
lemmafit-spec
Développeurs de logiciels

Lemmafit development workflow for managing SPEC.yaml and Dafny specifications. Use when the user describes a new feature, asks to add or update features or specs, or when spec changes need to be addressed. Handles SPEC.yaml entries, Dafny code sync, and spec queue processing. Follow these instructions whenever your workflow touches the spec.yaml file

2026-03-22
lemmafit-post-react-audit
Analystes en assurance qualité des logiciels et testeurs

Audit workflow for lemmafit apps after React. Runs after writing React code to catch logic that slipped through. Performs audit and labels findings by severity and iterates until only minor findings remain.

2026-02-24
lemmafit-pre-react-audits
Analystes en assurance qualité des logiciels et testeurs

Audit workflow for lemmafit apps before React. Run before writing React code to catch proof gaps and unverified logic. Performs two audits — Proof Strength (are proofs complete and tight?) and Logic-in-JS (is any logic missing from Dafny?). Labels findings by severity and iterates until only minor findings remain.

2026-02-24
lemmafit-proofs
Développeurs de logiciels

Proof-maximizing workflow for writing Dafny lemmas, postconditions, and invariants. Load this skill before writing any lemmas, ensures clauses, or when deciding between axioms and lemmas. Covers postcondition-first development, scaffolding, biconditional completeness, and input validation patterns.

2026-02-24
lemmafit-react-pattern
Développeurs web

React integration pattern for lemmafit verified apps. Use when building React components that consume the verified Dafny API, wiring up state with Api.Init/Dispatch/Present, or creating new UI for a lemmafit app.

2026-02-24