elements-infinity-cats
Elements of ∞-Category Theory (Riehl-Verity) for foundational ∞-categorical constructions and model-independence.
Best use case
elements-infinity-cats is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Elements of ∞-Category Theory (Riehl-Verity) for foundational ∞-categorical constructions and model-independence.
Teams using elements-infinity-cats should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/elements-infinity-cats/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How elements-infinity-cats Compares
| Feature / Agent | elements-infinity-cats | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Elements of ∞-Category Theory (Riehl-Verity) for foundational ∞-categorical constructions and model-independence.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Elements of ∞-Categories Skill: Model-Independent Foundations
**Status**: ✅ Production Ready
**Trit**: 0 (ERGODIC - coordinator)
**Color**: #26D826 (Green)
**Principle**: ∞-categories via model-independent axioms
**Frame**: Riehl-Verity ∞-cosmos formalism
---
## Overview
**Elements of ∞-Category Theory** provides model-independent foundations for ∞-categories. Rather than committing to quasi-categories, complete Segal spaces, or another model, the ∞-cosmos framework captures the common structure.
1. **∞-cosmos**: Enriched category of ∞-categories
2. **Isofibrations**: Right class of factorization system
3. **Comma ∞-categories**: Slice constructions
4. **Adjunctions/equivalences**: Model-independent definitions
## Core Framework
```
∞-cosmos K has:
- Objects: ∞-categories
- Mapping spaces: Kan complexes Map_K(A, B)
- Isofibrations: p : E ↠ B with lift property
- Comma objects: A/f for f : A → B
```
```haskell
class InfinityCosmos k where
type Ob k :: Type
mapping :: Ob k → Ob k → KanComplex
isofibration :: (e : Ob k) → (b : Ob k) → Prop
comma :: {a b : Ob k} → (f : Map a b) → Ob k
```
## Key Concepts
### 1. ∞-Cosmos Structure
```agda
-- Core axioms of an ∞-cosmos
record ∞-Cosmos : Type₁ where
field
Ob : Type
Hom : Ob → Ob → KanComplex
id : (A : Ob) → Hom A A
_∘_ : Hom B C → Hom A B → Hom A C
-- Limits
terminal : Ob
product : Ob → Ob → Ob
pullback : {A B C : Ob} → Hom A C → Hom B C → Ob
-- Isofibrations
isofib : {E B : Ob} → Hom E B → Prop
factorization : (f : Hom A B) →
Σ E, Σ (p : Hom E B), isofib p × trivial-cofib(A → E)
```
### 2. Comma ∞-Categories
```agda
-- Comma construction
comma : {K : ∞-Cosmos} {A B C : K.Ob}
→ K.Hom A C → K.Hom B C → K.Ob
comma f g = pullback (mapping-isofib A C f) (ev₀ : C^𝟚 → C)
×_{C} pullback (mapping-isofib B C g) (ev₁ : C^𝟚 → C)
-- Slice as comma
slice : {K : ∞-Cosmos} (B : K.Ob) (b : pt → B) → K.Ob
slice B b = comma (id B) b
```
### 3. Adjunctions
```agda
-- Model-independent adjunction
record Adjunction (L : Hom A B) (R : Hom B A) : Type where
field
unit : id A ⇒ R ∘ L
counit : L ∘ R ⇒ id B
triangle-L : (counit ∘ L) ∘ (L ∘ unit) ≡ id L
triangle-R : (R ∘ counit) ∘ (unit ∘ R) ≡ id R
```
## Commands
```bash
# Verify ∞-cosmos axioms
just infinity-cosmos-check structure.rzk
# Compute comma construction
just comma-category f.rzk g.rzk
# Check adjunction conditions
just adjunction-verify L.rzk R.rzk
```
## Integration with GF(3) Triads
```
yoneda-directed (-1) ⊗ elements-infinity-cats (0) ⊗ synthetic-adjunctions (+1) = 0 ✓ [Yoneda-Adjunction]
covariant-fibrations (-1) ⊗ elements-infinity-cats (0) ⊗ rezk-types (+1) = 0 ✓ [Model Transport]
```
## Related Skills
- **synthetic-adjunctions** (+1): Generate adjunction data
- **covariant-fibrations** (-1): Validate fibration conditions
- **segal-types** (-1): Concrete Segal space model
---
**Skill Name**: elements-infinity-cats
**Type**: ∞-Cosmos Coordinator
**Trit**: 0 (ERGODIC)
**Color**: #26D826 (Green)Related Skills
infinity-operads
∞-Operads for pairwise/tritwise Cat# interactions with lazy ACSet materialization unifying effective, realizability, and Grothendieck topoi via dendroidal Segal spaces.
catsharp
Cat# Skill (ERGODIC 0)
catsharp-sonification
Sonify GF(3) color streams via CatSharp scale. Maps Gay.jl colors to pitch classes and plays through sox. Includes metairony mode and Hydra flow grokking.
catsharp-galois
CatSharp Scale Galois Connections between agent-o-rama and Plurigrid ACT via Mazzola's categorical music theory
cats-for-ai
cats.for" (Categories for AI)
zx-calculus
Coecke's ZX-calculus for quantum circuit reasoning via string diagrams with Z-spiders (green) and X-spiders (red)
zulip-cogen
Zulip Cogen Skill 🐸⚡
zls-integration
zls-integration skill
zig
zig skill
zig-syrup-bci
Multimodal BCI pipeline in Zig: DSI-24 EEG, fNIRS mBLL, eye tracking IVT, LSL sync, EDF read/write, GF(3) conservation
zig-programming
zig-programming skill
zeroth-bot
Zeroth Bot - 3D-printed open-source humanoid robot platform for sim-to-real and RL research. Affordable entry point for humanoid robotics.