smithery/plurigrid

scheme

GNU Scheme ecosystem = guile + goblins + hoot + fibers.

Installation

$ npx skills add smithery/plurigrid --skill scheme

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/plurigrid · top by installs.

npx skills add smithery/plurigrid

Browse all from smithery/plurigrid

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
trit
0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 891 B
  • docs SUMMARY.md 69 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

scheme

GNU Scheme ecosystem = guile + goblins + hoot + fibers.

Atomic Skills

Skill Lines Domain
guile 67K Interpreter
goblins 6.5K Distributed objects
hoot 4K WebAssembly
fibers 2K Concurrent ML
r5rs 1K Standard

Compose

;; guile + goblins + hoot
(use-modules (goblins)
             (goblins actor-lib methods)
             (hoot compile))

(define-actor (counter bcom count)
  (methods
    ((get) count)
    ((inc) (bcom (counter bcom (+ count 1))))))

Wasm Pipeline

guile -c '(compile-to-wasm "app.scm")'

FloxHub

flox pull bmorphism/effective-topos
flox activate -d ~/.topos

REPL atlas

Part of: repl-commons. Family canonical: guile.