npx skills add majiayu000/claude-skill-registry --skill goblins --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.
# goblins Distributed object capability system (6.5K lines info). ## bmorphism Contributions > *"Autopoiesis refers to the self-maintenance of a system, where the system is capable of reproducing and maintaining itself."* > — [vibes.lol gist](https://gist.github.com/bmorphism/c41eaa531be774101c9d9b082bb369eb) **Goblins as Autopoietic Agents**: Each Goblins actor is an autopoietic system — it maintains its own state via `bcom` (become), reproducing itself with updated behavior. This embodies the self-maintenance principle at the core of cognitive architecture. **Active Inference via CapTP**: The OCapN protocol implements distributed [Active Inference in String Diagrams](https://arxiv.org/abs/2308.00861) where: - **Sturdyref** → Reference to external world (perception) - **`<-` async call** → Action that generates expected sensory response - **Promise resolution** → Prediction error minimization **GF(3) in Actor Triads**: Actor systems naturally form triads: sender (+1, generator) → message (0, coordinator) → receiver (-1, validator). The async semantics preserve GF(3) conservation across distributed computation. ## Model ``` peer → vat → actormap → {refr: behavior} ``` ## Operators
- bmorphism Contributions
- Model
- Operators
- Vat
- OCapN
- Scientific Skill Interleaving
- Graph Theory
- Bibliography References
- SDF Interleaving
- Primary Chapter: 10. Adventure Game Example
- GF(3) Balanced Triad
- Secondary Chapters
- Connection Pattern
- Cat# Integration
What does the goblins skill do?
Distributed object capability system (6.5K lines info).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill goblins --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.
