Best use case
narya-hatchery is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Narya Hatchery
Teams using narya-hatchery 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/narya-hatchery/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How narya-hatchery Compares
| Feature / Agent | narya-hatchery | 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?
Narya Hatchery
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
# Narya Hatchery
---
name: narya-hatchery
description: Higher-dimensional type theory proof assistant with observational Id/Bridge types, parametricity, and ProofGeneral integration.
trit: 0
color: "#3A71C0"
---
## Overview
**Narya** is a proof assistant implementing Multi-Modal, Multi-Directional, Higher/Parametric/Displayed Observational Type Theory.
## Core Features
- **Normalization-by-evaluation** algorithm and typechecker
- **Observational-style theory** with Id/Bridge types satisfying parametricity
- **Variable arity and internality** for bridge types
- **User-definable mixfix notations**
- **Record types, inductive datatypes, coinductive codatatypes**
- **Matching and comatching case trees**
- **Import/export and separate compilation**
- **Typed holes** with later solving
- **ProofGeneral interaction mode**
## Type Theory Features
### Bridge Types with Parametricity
```narya
-- Observational identity via bridges
bridge : (A : Type) → (x y : A) → Bridge x y → x ≡ y
```
### Higher-Dimensional Structure
Narya supports higher-dimensional type theory where:
- Types can have internal dimensions
- Parametricity is built into the type theory
- Bridge types generalize equality
## Gay.jl Integration
```julia
# Initialize with Narya's chromatic seed
gay_seed!(0xbfe738ce2e1c5f1f)
# P3 extension gamut learning
function loss(params, seed, target_gamut=:p3_extension)
color = forward_color(params, projection, seed)
return out_of_gamut_distance(color, target_gamut)
end
```
## Installation
```bash
# From source
git clone https://github.com/mikeshulman/narya
cd narya
dune build
```
## Documentation
- [Installation Guide](https://narya.readthedocs.io/en/latest/installation.html)
- [Full Documentation](https://narya.readthedocs.io/en/latest/)
- [Contributing](https://narya.readthedocs.io/en/latest/contributing.html)
## Repository
- **Source**: TeglonLabs/narya (fork of mikeshulman/narya)
- **Seed**: `0xbfe738ce2e1c5f1f`
- **Index**: 49/1055
- **Color**: #d6621c
## GF(3) Triad
```
proofgeneral-narya (-1) ⊗ narya-hatchery (0) ⊗ gay-mcp (+1) = 0 ✓
```
## Related Skills
- `proofgeneral-narya` - Emacs integration
- `holes` - Interactive proof development
- `move-narya-bridge` - Move contract verificationRelated Skills
radare2-hatchery
Radare2 Hatchery
narya-proofs
Mechanically verified proofs from Narya event logs. Verifies queue consistency, replay determinism, non-leakage, and GF(3) conservation. Use for proving system invariants, audit trails, or formal verification of event-sourced systems.
hatchery-index
Index of 1057 hatchery repos with GAY.md color assignments. Maps plurigrid/bmorphism/TeglonLabs ecosystem to skills.
proofgeneral-narya
Proof General + Narya: Higher-dimensional type theory proof assistant with observational bridge types for version control.
hatchery-papers
Chicken Scheme Hatchery eggs and academic papers for color logic, 2TDX, colored operads, and higher observational type theory.
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.