Agent skill

global-workspace

Broadcast information across the swarm 'consciousness' (Global Workspace Theory).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/brain-andreibesleaga-gabbe-3/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

# 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

What's inside
Steps it walks through
  1. 1. The Concept (Global Workspace Theory)
  2. The Components
  3. 2. Implementation: The Competition
  4. 3. System Prompt Template (The Manager)
  5. 4. Workflow Diagram
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going