fstar

Community

Proof-driven software verification with F*.

Authorasimihsan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured path for using F* to write, verify, and extract verified software, helping developers prove properties about their code and catch logical errors early.

Core Features & Use Cases

  • Refinement types & verification: Write and prove properties for functions using F* refinement types.
  • SMT-backed debugging: Leverage Z3 to discharge verification conditions and understand errors from SMT.
  • Extraction & interop: Extract verified code to C via Karamel or to OCaml/Low*, Steel, or Pulse DSLs.
  • Project setup with mise: Create and manage F* projects with mise.

Quick Start

Install F* via mise, then verify a module: fstar.exe MyModule.fst

  • or with caching: fstar.exe --cache_checked_modules MyModule.fst

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fstar
Download link: https://github.com/asimihsan/dotfiles/archive/main.zip#fstar

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository