Asi bmorphism-stars

bmorphism's GitHub stars (2155 repos) and created repos - a curated index

install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bmorphism-stars" ~/.claude/skills/plurigrid-asi-bmorphism-stars-4ddfaf && rm -rf "$T"
manifest: skills/bmorphism-stars/SKILL.md
source content

bmorphism Stars & Repos Index

"A library is a curated chaos."

Top Created Repositories

StarsRepositoryDescription
60ocaml-mcp-sdkOCaml SDK for MCP using Jane Street's oxcaml_effect
23risc0-cosmwasm-exampleCosmWasm + zkVM RISC-V EFI template
23anti-bullshit-mcp-serverEpistemological analysis via MCP
18say-mcp-servermacOS TTS via MCP
16babashka-mcp-serverBabashka Clojure scripting via MCP
12manifold-mcp-serverManifold Markets prediction markets
8penrose-mcpPenrose diagrams for Infinity-Topos
7nats-mcp-serverNATS messaging via MCP
6marginalia-mcp-serverMarginalia annotations
3awesome-applied-category-theoryACT community resources
2Gay.jlWide-gamut color sampling with splittable determinism

Selected Starred Repositories

Category Theory & Math

Julia Scientific

Emacs & Editors

AI/ML

Distributed Systems

Scheme & Lisp

Haskell

Web3 & Crypto

Applied Category Theory

MCP Server Constellation

bmorphism's MCP servers form a constellation:

                    ┌─────────────────┐
                    │  ocaml-mcp-sdk  │ ← Core SDK
                    └────────┬────────┘
                             │
        ┌────────────────────┼────────────────────┐
        │                    │                    │
┌───────▼───────┐  ┌─────────▼─────────┐  ┌──────▼──────┐
│ babashka-mcp  │  │ anti-bullshit-mcp │  │  say-mcp    │
│   Clojure     │  │  Epistemology     │  │   TTS       │
└───────────────┘  └───────────────────┘  └─────────────┘
        │                    │                    │
┌───────▼───────┐  ┌─────────▼─────────┐  ┌──────▼──────┐
│ manifold-mcp  │  │   penrose-mcp     │  │  nats-mcp   │
│ Prediction    │  │   Diagrams        │  │  Messaging  │
└───────────────┘  └───────────────────┘  └─────────────┘

GF(3) Color Classification

Classify starred repos by trit:

TritCategoryExample Repos
-1Foundational (cold)Jepsen, SRFI, homalg
0Infrastructure (neutral)MCP servers, mutagen
+1Application (warm)AI/ML, Web3

Integration with Music Topos

# Use bmorphism stars as seed source
module BmorphismStars
  SEED = 0x626d6f727068 # "bmorph" as hex
  
  def self.color_for_repo(repo_name)
    index = repo_name.bytes.sum
    GenesisChain.color_at(SEED, index)
  end
end

Commands

just bmorphism-stars      # List all starred repos
just bmorphism-mcp        # List MCP server repos
just bmorphism-act        # Filter applied category theory
just bmorphism-random     # Random starred repo