Agent skill

directed-interval

Directed interval type 2 axiomatizing (0 → 1). Time-directed homotopy for reactions.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill directed-interval-plurigrid-asi-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-ml/directed-interval-plurigrid-asi-2/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

# Directed Interval Skill > *"The directed interval 2 is the walking arrow: a single morphism 0 → 1."* > — Riehl-Shulman ## Overview The **directed interval 2** replaces the undirected interval 𝕀 of cubical type theory with a directed version. This axiomatizes the notion of "time flows forward" essential for modeling reactions. ## Core Definitions (Rzk) ```rzk #lang rzk-1 -- CUBES: The category of directed cubes -- 2 is the basic directed interval [0 → 1] -- The directed interval (primitive) #define 2 : CUBE -- Endpoints #define 0₂ : 2 #define 1₂ : 2 -- The unique arrow (built-in) -- There is a morphism 0₂ → 1₂ but NOT 1₂ → 0₂ -- Higher cubes built from 2 #define 2×2 : CUBE := 2 × 2 -- Directed square (all arrows point same way) #define □ : CUBE := 2 × 2 -- Simplex shapes #define Δ¹ : CUBE := 2 #define Δ² : CUBE := { (t₁, t₂) : 2 × 2 | t₁ ≤ t₂ } #define Δ³ : CUBE := { (t₁, t₂, t₃) : 2 × 2 × 2 | t₁ ≤ t₂ ∧ t₂ ≤ t₃ } -- Hom type as extension type #define hom (A : U) (x y : A) : U := { f : 2 → A | f 0₂ = x ∧ f 1₂ = y } -- equivalently: (t : 2) → A [t ≡ 0₂ ↦ x, t ≡ 1₂ ↦ y] ``` ## Chemputer Semantics | Directed Cube Concept | Chemical Interpretation | |----------------------|-----------

What's inside
Steps it walks through
  1. Overview
  2. Core Definitions (Rzk)
  3. Chemputer Semantics
  4. GF(3) Triad
  5. Extension Types
  6. SplitMix64 Time Axis
  7. Julia ACSet Integration
  8. Key Properties
  9. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the directed-interval skill do?

Directed interval type 2 axiomatizing (0 → 1). Time-directed homotopy for reactions.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill directed-interval-plurigrid-asi-2 --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