plr-thread-coloring
PLR (Parallel/Leading-tone/Relative) transitions for thread coloring. One-hot keyspace reduction to GF(3) trits for behavior indexing. Grows perception/action information field capacity through efficient user illusion.
Profile →npx skills add majiayu000/claude-skill-registry --skill plr-thread-coloring-plurigrid-asi --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.
# PLR Thread Coloring > *The first color IS the thread. One-hot → trit → behavior.* ## Core Thesis Thread identifiers (T-xxxxxxxx) are **seeds**. The first color derived from the seed IS the thread's identity. PLR transformations navigate the color space while preserving common tones (2/3 components stable). ``` Thread ID → Hash → Seed → SplitMix64 → First Color → Identity ↓ PLR Transitions → Color Path → Behavior Trace ↓ One-Hot Reduction → GF(3) → Efficient Index ``` ## One-Hot Keyspace Reduction ### Problem: Exponential Keyspace ``` Thread ID space: 2^128 (UUID) One-hot encoding: 128 bits Behavior space: Intractable ``` ### Solution: Reduce to GF(3) Trits ``` One-hot(128 bits) → Hash(64 bits) → SplitMix64 → Hue(360°) → Trit(-1,0,+1) Keyspace: 3 states per trit 3 PLR ops × 3 trits = 9 behavior classes Sufficient for: - User illusion (perceived control) - Behavior indexing (O(1) lookup) - Action field growth (bounded expansion) ``` ## PLR → Trit Mapping | PLR Op | Color Δ | Trit | Behavior | |--------|---------|------|----------| | **P** (Parallel) | Hue ±15° | 0 | ERGODIC: local exploration | | **L** (Leading) | L ±10 | -1 | MINUS: constraint/validation | | **R** (Relative) | C ±
- Core Thesis
- One-Hot Keyspace Reduction
- Problem: Exponential Keyspace
- Solution: Reduce to GF(3) Trits
- PLR → Trit Mapping
- GF(3) Conservation
- Thread ID to First Color
- PLR Operations
- 9-Class Behavior System
- Efficiency Gain
- Perception/Action Field Growth
- User Illusion
- Full Sexp Representation
- Implementations
What does the plr-thread-coloring skill do?
PLR (Parallel/Leading-tone/Relative) transitions for thread coloring. One-hot keyspace reduction to GF(3) trits for behavior indexing. Grows perception/action information field capacity through efficient user illusion.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill plr-thread-coloring-plurigrid-asi --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.