Agent skill

society-of-mind

Intelligence emerges from many simple agents (Minsky)

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: read_filelist_dir
Path: skills/agent/society-of-mind/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

# 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

What's inside
Steps it walks through
  1. Overview
  2. Core Mechanics
  3. 1. Agent Definition
  4. 2. Agency Formation
  5. 3. K-Line Activation
  6. 4. Competition and Suppression
  7. 5. B-Brain Observation
  8. MOOLLM Implementation
  9. Skills as Agents
  10. Characters as Societies
  11. Committees as Deliberating Societies
  12. Rooms as Agent Configurations
  13. Protocols
  14. Agent Instantiation Protocol
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going