asterinas

11 mods across 1 repository, 23 stars between them.

kverus-common-sync

01

asterinas/KVerus

Skill Claude CodeCodex

Check whether the installed kverus-common skill stays synchronized with the local Verus guide under database/verified/code/tools/verus/source/docs/guide/src. Use when validating kverus-common after guide updates, before committing skill changes, or when checking for stale guide-derived references and missing source…

23 7d ago A 69 tokens original MIT

kverus-common

02

asterinas/KVerus

Skill Claude CodeCodex

Shared Rust/Verus proof references and Asterinas/VOSTD project practices for other KVerus skills. Use when Codex is repairing Verus failures, adding specifications, migrating Rust, classifying axioms or trusted boundaries, modeling external APIs, cleaning proof scaffolding, or working with Asterinas/VOSTD verification…

23 7d ago A 73 tokens original MIT

kverus-eval

03

asterinas/KVerus

Skill Claude CodeCodex

Evaluate current unstaged spec modifications for semantic quality and intent preservation, then score the modification out of 10. Use when reviewing spec edits before staging or committing.

23 7d ago A 38 tokens original MIT

kverus-fix

04

asterinas/KVerus

Skill Claude CodeCodex

Fix Verus verification errors by iterating minimal proof-preserving edits until verification succeeds. Use with an explicit target and verification command, or automatically discover the command and locate the target from fresh diagnostics when either input is unavailable.

23 7d ago A 50 tokens original MIT

kverus-migrate

05

asterinas/KVerus

Skill Claude CodeCodex

Convert a Rust target into minimally modified Verus-compatible code using an explicit verification command. Use when migrating a specific file and iterating until the verification command succeeds.

23 7d ago A 38 tokens original MIT

kverus-postprocess

06

asterinas/KVerus

Skill Claude CodeCodex

Final cleanup for Verus proof changes: refresh review rules, verify with a user-provided command, delegate redundant proof-assert removal to kverus-strip, re-verify, format, and run local checks. Use after proof-sensitive KVerus skill work or before finalizing Verus changes.

23 7d ago A 66 tokens original MIT

kverus-review

07

asterinas/KVerus

Skill Claude CodeCodex

Review uncommitted or recent Verus code changes for exec-code modifications, unnecessary == introductions, and verification issues. Use before committing to catch regressions in executable semantics, set reasoning, and proof quality.

23 7d ago A 47 tokens original MIT

kverus-run

08

asterinas/KVerus

Skill Claude CodeCodex

Run the full Rust-to-Verus pipeline (migrate → spec → fix → eval → semantic audit → postprocess) in one command. Use when converting Rust code to verified Verus code end-to-end.

23 7d ago A 47 tokens original MIT

asterinas/KVerus

Skill Claude CodeCodex

Compare original Rust source folders against migrated Verus code folders, identify executable-code differences that may change runtime semantics, and write per-file audit reports to an output folder. Use when checking whether Rust-to-Verus rewriting preserved executable behavior rather than merely verifying…

23 7d ago A 59 tokens original MIT

kverus-spec

10

asterinas/KVerus

Skill Claude CodeCodex

Add Verus specification scaffolding to an entry target file while preserving executable behavior. Use when you want stronger proof-ready specs (requires, ensures, invariants, decreases, recommends, spec helpers) without fully finishing proofs.

23 7d ago A 49 tokens original MIT

kverus-strip

11

asterinas/KVerus

Skill Claude CodeCodex

Aggressively strip redundant proof code from a Verus codebase while keeping verification passing. Use when you want to slim down Verus proof bloat, simplify redundant proof asserts, or run postprocess cleanup without breaking verification.

23 7d ago A 50 tokens original MIT