Skip to content
Development
Skill

/limits-colimits

Problem-solving strategies for limits colimits in category theory

From plugin
continuous-claude-v3
3.9k156 skills32 agents
Install
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill limits-colimits --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/limits-colimits

Context preview

The summary Claude sees to decide when to auto-load this skill.

Problem-solving strategies for limits colimits in category theory

SKILL.md

limits-colimits.SKILL.md
name: limits-colimits
description: "Problem-solving strategies for limits colimits in category theory"
allowed-tools: [Bash, Read]

Limits Colimits

When to Use

Use this skill when working on limits-colimits problems in category theory.

Decision Tree

1. **Identify Limit Type**

  • Product: limit of discrete diagram
  • Equalizer: limit of parallel pair f, g: A -> B
  • Pullback: limit of A -> C <- B
  • Terminal object: limit of empty diagram
  • Lean 4: `CategoryTheory.Limits` namespace

2. **Verify Universal Property**

  • Cone from L with projections pi_i: L -> D_i
  • For any cone from X, unique morphism u: X -> L
  • Triangles commute: pi_i . u = cone_i
  • Lean 4: `IsLimit.lift` gives the unique morphism

3. **Colimit (Dual)**

  • Coproduct: colimit of discrete diagram
  • Coequalizer: colimit of parallel pair
  • Pushout: colimit of A <- C -> B
  • Initial object: colimit of empty diagram

4. **Compute Limits Concretely**

  • In Set: product = Cartesian product
  • Equalizer = {x | f(x) = g(x)}
  • Pullback = {(a,b) | f(a) = g(b)}
  • `sympy_compute.py solve "f(a) == g(b)"`

5. **Preservation**

  • Right adjoint preserves limits
  • Left adjoint preserves colimits
  • Representable functors preserve limits
  • Lean 4: `Adjunction.rightAdjointPreservesLimits`
  • See: `.claude/skills/lean4-limits/SKILL.md` for exact syntax

Tool Commands

Lean4_Limit

# Lean 4: import CategoryTheory.Limits.Shapes.Products

Lean4_Universal

# Lean 4: IsLimit.lift cone -- unique morphism from universal property

Sympy_Pullback

uv run python -m runtime.harness scripts/sympy_compute.py solve "f(a) == g(b)"

Lean4_Build

lake build  # Compiler-in-the-loop verification

Cognitive Tools Reference

See `.claude/skills/math-mode/SKILL.md` for full tool documentation.

Read more
Ships withcontinuous-claude-v3

A persistent, learning, multi-agent development environment built on Claude Code Continuous Claude transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting

Get the whole plugin

Other skills on continuous-claude-v3.