Agent skill

rezk-types

Rezk types (complete Segal spaces). Local univalence: categorical isomorphisms ≃ type-theoretic identities.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill rezk-types --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/rezk-types/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Rezk Types Skill > *"In a Rezk type, isomorphisms are equivalent to identities — local univalence."* > — Emily Riehl & Michael Shulman ## Overview Rezk types are Segal types with an additional **local univalence** condition: categorical isomorphisms are equivalent to type-theoretic identities. This is the ∞-categorical analogue of the univalence axiom. ## Core Definitions (Rzk) ```rzk #lang rzk-1 -- Isomorphism in a Segal type #define is-iso (A : Segal) (x y : A) (f : hom A x y) : U := Σ (g : hom A y x), (hom2 A x y x f g (id x)) × (hom2 A y x y g f (id y)) -- The type of isomorphisms #define Iso (A : Segal) (x y : A) : U := Σ (f : hom A x y), is-iso A x y f -- Identity-to-isomorphism map #define id-to-iso (A : Segal) (x y : A) : (x = y) → Iso A x y := λ p. transport (λ z. Iso A x z) p (id x, refl-iso) -- Rezk condition (local univalence) #define is-rezk (A : Segal) : U := (x y : A) → is-equiv (id-to-iso A x y) -- Rezk type (complete Segal space) #define Rezk : U := Σ (A : Segal), is-rezk A ``` ## Chemputer Semantics | ∞-Category Concept | Chemical Interpretation | |--------------------|------------------------| | Isomorphism | Reversible reaction (equilibrium) | | Local univalen

What's inside
Steps it walks through
  1. Overview
  2. Core Definitions (Rzk)
  3. Chemputer Semantics
  4. GF(3) Triad
  5. The Local Univalence Principle
  6. Lean4 Integration
  7. Integration with Interaction Entropy
  8. Key Theorems
  9. References
  10. Scientific Skill Interleaving
  11. Graph Theory
  12. Bibliography References
  13. SDF Interleaving
  14. Primary Chapter: 3. Variations on an Arithmetic Theme
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the rezk-types skill do?

Rezk types (complete Segal spaces). Local univalence: categorical isomorphisms ≃ type-theoretic identities.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill rezk-types --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going