parcadei/natural-transformations
Problem-solving strategies for natural transformations in category theory
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill natural-transformations
Use this skill when working on natural-transformations problems in category theory.
G(f) . eta_A = eta_B . F(f)
theorem nat : η.app B ≫ G.map f = F.map f ≫ η.app A := η.naturalitydef η : F ⟶ G where app := fun X => ...CategoryTheory.NatTrans.vcompCategoryTheory.NatTrans.hcompCategoryTheory.yonedaEquiv.claude/skills/lean4-nat-trans/SKILL.md for exact syntax# Lean 4: theorem nat : η.app B ≫ G.map f = F.map f ≫ η.app A := η.naturality
# Lean 4: def η : F ⟶ G where app := fun X => component_X
# Lean 4: CategoryTheory.yonedaEquiv -- Yoneda lemma
lake build # Compiler-in-the-loop verification
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Take parcadei/natural-transformations from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.