tuple-nav-composition

Official

Parallel access to product fields with type-safe composition.

Authorplurigrid
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Navigation through product structures (tuples, named tuples, records) where multiple fields must be accessed in parallel and composed without breaking type safety.

Core Features & Use Cases

  • TupleNav: Access multiple fields as a unit with composition strategies (:parallel, :sequential, :reduce)
  • Nested products and dictionary projection
  • Type-inference-validated composition across product types

Quick Start

Create a TupleNav for fields [:name, :email] and apply it to a NamedTuple person to extract both fields in one step.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tuple-nav-composition
Download link: https://github.com/plurigrid/asi/archive/main.zip#tuple-nav-composition

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository