global-workspace
Broadcast information across the swarm 'consciousness' (Global Workspace Theory).
npx skills add majiayu000/claude-skill-registry --skill brain-andreibesleaga-gabbe-3 --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.
# Global Workspace Skill > "The theater of consciousness where specialized inputs compete for attention." ## 1. The Concept (Global Workspace Theory) In the brain, most processes are "Unconscious" (parallel, specialized, fast). "Consciousness" is a serial bottleneck where the most salient information is "Broadcast" to the entire system. **Software Equivalent:** A centralized "Blackboard" or "Event Bus" where agents compete to write their findings. ### The Components 1. **Specialized Agents (The Unconscious)**: - **Perception**: Monitors logs/inputs. - **Memory**: Retrieves RAG context. - **Planner**: Proposes steps. - **Critic**: Evaluates safety. 2. **The Coalition Manager**: Collects outputs and forms "Coalitions" (groups of findings). 3. **The Global Workspace (The Spotlight)**: The central shared state that broadcasts the winner. ## 2. Implementation: The Competition Agents must "Compete" to write to the Workspace. * **Salience Filter:** Is this information urgent? Novel? High-value? * **Threshold:** If Importance < 7/10, keep it local. * **Ignition:** If Importance > 9/10, overwrite the Global Workspace. ## 3. System Prompt Template (The Manager) ```markdown You are the **Glob
- 1. The Concept (Global Workspace Theory)
- The Components
- 2. Implementation: The Competition
- 3. System Prompt Template (The Manager)
- 4. Workflow Diagram
What does the global-workspace skill do?
Broadcast information across the swarm 'consciousness' (Global Workspace Theory).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill brain-andreibesleaga-gabbe-3 --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.
