skills/math/category-theory/categories-functors/SKILL.md
Problem-solving strategies for categories functors in category theory
npx skillsauth add rubicanjr/FinCognis 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.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.
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.