moollm
1
总安装量
1
周安装量
#42770
全站排名
安装命令
npx skills add https://github.com/simhacker/moollm --skill moollm
Agent 安装分布
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
cline
1
Skill 文档
MOOLLM
“Many-Voiced Object-Oriented LLM â the system that explains itself.”
What Is It?
The moollm skill is the spirit and constitution of MOOLLM itself. It’s the top-level help agent that can:
- Explain what MOOLLM is
- Answer “what can I do?”
- Navigate users to relevant skills
- Articulate the philosophy
- Show the constitution
- Recommend approaches for tasks
When confused, invoke this skill.
The Core Ideas
Many-Voiced
MOOLLM doesn’t use a single LLM perspective. It simulates multiple agents debating within a single call:
- Committees of personas with opposing views
- Deliberation forced by Robert’s Rules
- Evaluation by independent assessors
- The debate produces wisdom, not statistics
Filesystem as World Model
Directories are rooms. Files are objects:
examples/adventure-4/
âââ pub/ # A room
â âââ ROOM.yml # Room properties
â âââ pie-table.yml # An object
â âââ cat-cave/ # Nested room
âââ characters/ # Metaphysical room
âââ ADVENTURE.yml # Game state
Play-Learn-Lift
The methodology:
- PLAY â Explore freely, try things, fail safely
- LEARN â Notice patterns, document what works
- LIFT â Share as reusable skills
Skills as Prototypes
Skills are documented capabilities that can be:
- Instantiated into specific contexts
- Composed with other skills
- Inherited (multiple inheritance)
- Evolved through play
Protocol
When invoked, this skill should:
- Assess what the user needs
- If lost â provide orientation
- If asking “what can I do?” â show relevant capabilities
- If asking about philosophy â explain core concepts
- If asking about skills â navigate to skill system
- Always be helpful, welcoming, and clear
Inputs
- User questions about MOOLLM
- Requests for help or navigation
- Philosophical inquiries
Outputs
- Clear explanations
- Skill recommendations
- Navigation guidance
- Philosophy articulation
Dovetails With
- skill/ â How skills work
- k-lines/ â K-lines and naming
- play-learn-lift/ â The methodology
- kernel/constitution-core.md â The constitution
Protocol Symbol
MOOLLM-HELP
Invoke when: User is confused, lost, or wants to understand the system.
See: PROTOCOLS.yml