covariant-fibrations
Riehl-Shulman covariant fibrations for dependent types over directed
npx skills add majiayu000/claude-skill-registry --skill covariant-fibrations --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Covariant Fibrations Skill: Directed Transport **Status**: ✅ Production Ready **Trit**: -1 (MINUS - validator/constraint) **Color**: #2626D8 (Blue) **Principle**: Type families respect directed morphisms **Frame**: Covariant transport along 2-arrows --- ## Overview **Covariant Fibrations** are type families B : A → U where transport goes *with* the direction of morphisms. In directed type theory, this ensures type families correctly propagate along the directed interval 𝟚. 1. **Directed interval 𝟚**: Type with 0 → 1 (not invertible) 2. **Covariant transport**: f : a → a' induces B(a) → B(a') 3. **Segal condition**: Composition witness for ∞-categories 4. **Fibration condition**: Lift existence (not uniqueness) ## Core Formula ``` For P : A → U covariant fibration: transport_P : (f : Hom_A(a, a')) → P(a) → P(a') Covariance: transport respects composition transport_{g∘f} = transport_g ∘ transport_f ``` ```haskell -- Directed type theory (Narya-style) covariant_fibration : (A : Type) → (P : A → Type) → Type covariant_fibration A P = (a a' : A) → (f : Hom A a a') → P a → P a' ``` ## Key Concepts ### 1. Covariant Transport ```agda -- Transport along directed morphisms cov-transport
- Overview
- Core Formula
- Key Concepts
- 1. Covariant Transport
- 2. Cocartesian Lifts
- 3. Segal Types with Covariance
- Commands
- Integration with GF(3) Triads
- Related Skills
- Scientific Skill Interleaving
- Graph Theory
- Bibliography References
- SDF Interleaving
- Primary Chapter: 7. Propagators
Validate covariance conditions just covariant-check fibration.rzk Compute cocartesian lifts just cocartesian-lift base-morphism.rzk Generate transport terms just cov-transport source target
What does the covariant-fibrations skill do?
Riehl-Shulman covariant fibrations for dependent types over directed
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill covariant-fibrations --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.
