npx skills add majiayu000/claude-skill-registry --skill society-of-mind --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.
# Society of Mind Skill > *Simulate the mind as a society of agents.* ## Overview This skill implements Minsky's Society of Mind theory within MOOLLM. Intelligence emerges from the interaction of many simple agents -- not from a single unified controller. ## Core Mechanics ### 1. Agent Definition An agent is a minimal process with: ```yaml agent: id: agent_identifier function: what it does activates_when: [conditions...] suppresses: [other agents...] amplifies: [other agents...] connects_to: [related agents...] knows: scope of awareness (usually minimal) ``` Agents are deliberately simple. They do one thing. They know nothing about the whole. ### 2. Agency Formation Agents cluster into agencies -- groups that produce emergent behavior: ```yaml agency: id: agency_identifier purpose: what emerges agents: [list of agent ids] coordination: how they interact emergence: what behavior appears ``` ### 3. K-Line Activation K-lines connect to agents. Activating a K-line activates its connected agents: ```yaml k_line: symbol: "grandmother" activates: - face_recognition.elderly_female - olfactory.cookies - emotion.love - narrative.family_stories - kinship.maternal_line ``` ### 4. Competition a
- Overview
- Core Mechanics
- 1. Agent Definition
- 2. Agency Formation
- 3. K-Line Activation
- 4. Competition and Suppression
- 5. B-Brain Observation
- MOOLLM Implementation
- Skills as Agents
- Characters as Societies
- Committees as Deliberating Societies
- Rooms as Agent Configurations
- Protocols
- Agent Instantiation Protocol
What does the society-of-mind skill do?
Intelligence emerges from many simple agents (Minsky)
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill society-of-mind --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.
