Skip to main content
Run any Skill in Manus
with one click
metamatematico
GitHub creator profile

metamatematico

Repository-level view of 14 collected skills across 1 GitHub repositories.

skills collected
14
repositories
1
updated
2025-12-15
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

lean-fp-basics
software-developers

Lean 4 fundamentals including syntax, structures, inductive types, and polymorphism. Use when writing basic Lean code, defining custom data types, pattern matching, or learning core language patterns.

2025-12-15
lean-fp-dependent-types
software-developers

Dependent types for type-safe APIs and compile-time guarantees. Use for Vect, Fin, indexed families, universes, or making illegal states unrepresentable.

2025-12-15
lean-fp-functor-applicative
software-developers

Functor, Applicative, Alternative, and the abstraction hierarchy. Use when transforming values in containers, combining independent computations, or choosing abstraction level.

2025-12-15
lean-fp-monads
software-developers

Monadic effect handling in Lean including Option, Except, State, Reader, and do-notation. Use when chaining computations that may fail, need state, or require environment access.

2025-12-15
lean-fp-performance
software-developers

Tail recursion, array mutation, Fin, and performance patterns. Use when optimizing recursive functions, avoiding stack overflow, or working with large data.

2025-12-15
lean-fp-transformers
mathematicians-152021

Combining multiple effects with monad transformers including StateT, ExceptT, ReaderT, and OptionT. Use when you need error handling AND state, or multiple effects together.

2025-12-15
lean-fp-type-classes
software-developers

Ad-hoc polymorphism and operator overloading in Lean. Use when defining type classes, creating instances, implementing interfaces, deriving, or working with coercions.

2025-12-15
lean-quick-reference
mathematicians-152021

Consolidated cheatsheets for Lean 4 syntax, tactics, type classes, monads, and common patterns. Use for quick lookup or when you need a reminder.

2025-12-15
Showing top 8 of 14 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded