maestro/skills/math/math/category-theory/categories-functors/SKILL.md
Problem-solving strategies for categories functors in category theory
npx skillsauth add scooter-lacroix/maestro categories-functorsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working on categories-functors problems in category theory.
Verify Category Axioms
theorem assoc : (f ≫ g) ≫ h = f ≫ (g ≫ h) := Category.assocCheck Functor Properties
theorem comp : F.map (g ≫ f) = F.map g ≫ F.map f := F.map_compFunctor Types
Common Functors
Verify with Lean 4
lake build checks.maestro/skills/lean4-functors/SKILL.md for exact syntax# Lean 4 with Mathlib: import CategoryTheory.Category.Basic
# Lean 4: theorem map_comp (F : C ⥤ D) : F.map (g ≫ f) = F.map g ≫ F.map f := F.map_comp
lake build # Compiler-in-the-loop verification
See .maestro/skills/math-mode/SKILL.md for full tool documentation.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic