install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/comonad-context" ~/.claude/skills/plurigrid-asi-comonad-context && rm -rf "$T"
manifest:
skills/comonad-context/SKILL.mdsource content
C: Comonad Context
Comonads: dual to Monad. Extract + Extend.
Directory Tree
comonad-context/ ├── SKILL.md ├── core/ ├── instances/env.jl ├── instances/store.jl
GF(3) Assignment
Letter C → trit = 1
Integration
(define (comonad_context x) ;; Comonads: dual to Monad. Extract + Extend. x)
Autopoietic Marginalia
The interaction IS the skill improving itself.
Every use of this skill is an opportunity for worlding:
- MEMORY (-1): Record what was learned
- REMEMBERING (0): Connect patterns to other skills
- WORLDING (+1): Evolve the skill based on use
Add Interaction Exemplars here as the skill is used.