Kim Morrison avatar

Kim Morrison

Community

@kim-em · Canberra

552Followers
|
347Public Repos
|
20Published Skills

Agent Skills by Kim Morrison

Showing 20 vetted skills indexed across 3 GitHub repositories.

kim-emkim-em
2

second-opinion

Run Codex in full-auto mode to provide second opinions on plans, code, and design decisions.

Community
Intermediate
kim-emkim-em
2

acquiring-skills

Guide SKILL.md creation and updates with correct frontmatter fields.

Community
Intermediate
kim-emkim-em
112

lean-array-list

Prove Lean 4 properties for ByteArray, Array, and List manipulation.

Community
Advanced
kim-emkim-em
112

lean-content-preservation

Formalize byte-level content preservation proofs for Lean 4 byte array functions.

Community
Advanced
kim-emkim-em
112

lean-roundtrip-proofs

Formalizes Lean 4 proofs for encode/decode roundtrip theorems and padding extraction.

Community
Advanced
kim-emkim-em
112

lean-zstd-patterns

Implement Zstandard decompression patterns in Lean 4.

Community
Advanced
kim-emkim-em
112

lean-monad-proofs

Guide Lean 4 proofs involving Option and Except monads with tactical advice.

Community
Advanced
kim-emkim-em
112

lean-parsing-completeness

Prove parsing completeness theorems for Lean 4 parsers.

Community
Advanced
kim-emkim-em
112

lean-fuel-induction

Guide Lean 4 fuel-based recursion proofs with loop invariants and termination.

Community
Advanced
kim-emkim-em
112

lean-wf-recursion

Guide Lean 4 proofs for well-founded recursive functions with induction and termination measures.

Community
Advanced
kim-emkim-em
112

agent-pr-recovery

Diagnose merge conflicts and rebase stale branches for agent pull requests.

Community
Advanced
kim-emkim-em
112

lean-zstd-spec-pattern

Create formal Zstandard specifications in Lean with structured patterns.

Community
Advanced
kim-emkim-em
112

agent-worker-flow

Orchestrate claim-branch-verify-publish workflows for GitHub issues and pull requests.

Community
Advanced
kim-emkim-em
112

proof-review-checklist

Automate Lean proof review with structured checklists and cleanup commands.

Community
Intermediate
kim-emkim-em
112

lean-simp-tactics

Resolve Lean 4 `simp` tactic failures with boolean logic and type conversions.

Community
Advanced
kim-emkim-em
112

lean-no-mathlib

Provide Lean 4 tactic replacements for environments without Mathlib.

Community
Basic
kim-emkim-em
112

proven-bounds

Convert runtime array bounds checks to statically proven accesses in Lean 4.

Community
Intermediate
kim-emkim-em
112

lean-dependent-types

Resolve Lean 4 dependent type errors with recursion and visibility fixes.

Community
Advanced
kim-emkim-em
112

lean-uint-bitvec

Facilitate Lean 4 proofs converting unsigned integers and BitVectors with bv_decide.

Community
Intermediate
kim-emkim-em
3

parsing

Parse structured input with lean4-parser combinators for Lean text processing.

Community
Intermediate