GNU Scheme ecosystem = guile + goblins + hoot + fibers.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill scheme --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Scheme?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-scheme-asi)More formats (shields.io, HTML) on the badges page.
---
name: scheme
description: GNU Scheme ecosystem = guile + goblins + hoot + fibers.
metadata:
trit: 0
---
# 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
```scheme
;; 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
```bash
guile -c '(compile-to-wasm "app.scm")'
```
## FloxHub
```bash
flox pull bmorphism/effective-topos
flox activate -d ~/.topos
```
## REPL atlas
Part of: `repl-commons`. Family canonical: `guile`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.