polysimy-effect-chains
Verify multiple effect interpretations through propagator networks with temporal coalgebra bisimulation and common fixpoint solutions.
Profile →npx skills add majiayu000/claude-skill-registry --skill polysimy-effect-chains --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.
# Polysimy Effect Chains Skill > *"Multiple meanings flow through constraint networks to common solutions"* **Status**: NOT IN plurigrid/asi (local only) **Trit**: 0 (ERGODIC - coordinator) **Color**: #26D826 (Green) **Principle**: Effect polysimy → Propagation → Bisimulation → Common fixpoint --- ## Overview **Polysimy** = multiple effect interpretations coexisting in a cell/channel. **Effect chains** = sequences of transformations through propagator networks. **Common solution** = fixpoint where all polysemic interpretations converge. This skill bridges: - `propagators` (+1) - bidirectional constraint flow - `polysimy-effect-chains` (0) - effect coordination - `temporal-coalgebra` (-1) - bisimulation verification ## Core Concepts ### 1. Polysemic Cells Cells that hold **multiple effect interpretations** simultaneously: ```clojure {:id :cell-a :effects [{:type :generate :transform inc} {:type :coordinate :transform #(* % 2)} {:type :validate :transform identity}] :value 20 :trit 0} ``` ### 2. Effect Chain Composition Effects compose through the cell, creating a derivation stream: ``` init(10) → generate(inc) → coordinate(*2) → validate(id) → 22 ``` ### 3. Common Solution via Bisim
- Overview
- Core Concepts
- 1. Polysemic Cells
- 2. Effect Chain Composition
- 3. Common Solution via Bisimulation
- API
- GF(3) Integration
- Temporary Verification Pattern
- Commands
- Relationship to Uncommitted Skills
- Mathematical Foundation
- Effect Polysimy
- Bisimulation Quotient
- Common Solution Existence
Verify effect chain bisimulation just polysimy-verify chain-a chain-b Find common solution just polysimy-common [cells...] Temporary verification to depth N just polysimy-temp-verify 10
What does the polysimy-effect-chains skill do?
Verify multiple effect interpretations through propagator networks with temporal coalgebra bisimulation and common fixpoint solutions.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill polysimy-effect-chains --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.