Agent skill

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.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/plr-thread-coloring-plurigrid-asi/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ±

What's inside
Steps it walks through
  1. Core Thesis
  2. One-Hot Keyspace Reduction
  3. Problem: Exponential Keyspace
  4. Solution: Reduce to GF(3) Trits
  5. PLR → Trit Mapping
  6. GF(3) Conservation
  7. Thread ID to First Color
  8. PLR Operations
  9. 9-Class Behavior System
  10. Efficiency Gain
  11. Perception/Action Field Growth
  12. User Illusion
  13. Full Sexp Representation
  14. Implementations
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going