natural-transformations
Problem-solving strategies for natural transformations in category theory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Problem-solving strategies for natural transformations in category theory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Maestro spec-driven development for Claude Code. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Gemini CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Show users how Maestro works - the opinionated setup with hooks, memory, and coordination
Full 5-layer analysis of a specific function for debugging or deep understanding
Get a token-efficient overview of any project using the TLDR stack
| name | natural-transformations |
| description | Problem-solving strategies for natural transformations in category theory |
| allowed-tools | ["Bash","Read"] |
Use this skill when working on natural-transformations problems in category theory.
Verify Naturality
theorem nat : η.app B ≫ G.map f = F.map f ≫ η.app A := η.naturalityComponent Analysis
def η : F ⟶ G where app := fun X => ...Natural Isomorphism
Functor Category
CategoryTheory.NatTrans.vcompCategoryTheory.NatTrans.hcompYoneda Lemma Application
CategoryTheory.yonedaEquiv.maestro/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 .maestro/skills/math-mode/SKILL.md for full tool documentation.