بنقرة واحدة
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 المهني
Meta-skill for @tmnl/effect-sui development: Effect v4/effect-smol patterns, Sui ontology, PTB/Flow/Query/package modules, localnet testing, Move publishing, diagnostics, and Nix mission-control tooling.
Effect v4 Atom patterns — reactive state management with effect-atom. Atom.make, Atom.family, Registry, runtime atoms, and React integration via useAtomValue.
Effect v4 Schema patterns — defining, validating, transforming, and serializing data with Schema. Covers v4 API, v3→v4 migration, classes, structs, unions, collections, transformations.
Effect v4 Service patterns — Context.Service, Layer composition, ManagedRuntime, dependency injection, and service testing with @effect/vitest.
GetByShell desktop shell — niri WM integration, panel system, calendar widget, popover components, modal patterns, and Nix-based configuration.
Skill governance codemod — create, inspect, update, delete, adopt, and dogfood skills. The meta-skill that governs all skills with CRUD protocols, verification utils, and self-referential governance.
| 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.pi/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 .pi/skills/math-mode/SKILL.md for full tool documentation.