Skip to main content
Run any Skill in Manus
with one click
GitHub repository

lemmafit

lemmafit contains 7 collected skills from midspiral, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
58
updated
2026-03-22
Forks
4
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

lemmafit-dafny
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
web-developers

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