parcadei/categories-functors
Problem-solving strategies for categories functors in category theory
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill categories-functors
Use this skill when working on categories-functors problems in category theory.
theorem assoc : (f ≫ g) ≫ h = f ≫ (g ≫ h) := Category.assoctheorem comp : F.map (g ≫ f) = F.map g ≫ F.map f := F.map_complake build checks.claude/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 .claude/skills/math-mode/SKILL.md for full tool documentation.
Take parcadei/categories-functors 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.