moollm
Filesystem-based microworld where directories become rooms and skills become programs
All Skills in This Repository (42)
Pure Emerald Level Indicatorsdata-flow
Builds deterministic data pipelines using directories as processing nodes.
world-generation
Generate navigable places on demand from user queries.
session-log
Append structured YAML entries to a session audit log.
probability
Calculate base and modified chances and narrate outcome results.
evaluator
Evaluate outputs against rubric criteria and produce structured rationale.
naming
Establish big-endian naming conventions for files and rooms in MOOLLM worlds.
hero-story
Create hero-story cards that invoke traditions without impersonation.
self-repair
Repair missing state and invalid data via CHECK and REPAIR commands.
rubric
Create weighted rubrics and score outputs against defined criteria.
multi-presence
Instantiate a card across multiple rooms with independent state and syncable presence.
party
Form parties, recruit or dismiss members, and manage shared inventory.
action-queue
Queue, reorder, and execute deterministic actions with DO, NEXT, and URGENT commands.
Frequently Asked Questions
FAQPage SchemaHow to install MOOLLM?โผ
Run `npx skills add SimHacker/moollm --all -g -y` in your terminal to install all skills in this collection globally.
What is MOOLLM?โผ
It is a microworld operating system where directories act as rooms, files act as objects, and skills act as programs that the model interprets. You navigate and interact with your project as if it were a living world.
How do MOOLLM skills work?โผ
Each skill ships a CARD.yml interface, a SKILL.md protocol, and a README, forming a layered reading path from quick glance to full detail. Skills compose through prototype inheritance and can be instantiated into live, stateful instances.
Does MOOLLM work with Cursor and Claude Code?โผ
Yes. It detects the host platform at bootstrap and adapts, running in Cursor, Claude Code, and other compatible environments using standard file tools.
Can I use MOOLLM without coding experience?โผ
Yes. You explore rooms, talk to characters, and issue plain-English commands like LOOK, GO, and EXAMINE while the model handles the underlying file operations.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core