gossamer
Write, run, and compile idiomatic Gossamer language code
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Gossamer?โผ
Run `npx skills add danpozmanter/gossamer --all -g -y` in your terminal to install this skill globally.
What is the Gossamer programming language?โผ
Gossamer is a statically typed language with Rust-flavored syntax, Go-style goroutines, and automatic deterministic memory management. The same code runs interpreted, in a REPL, or compiled to a native binary.
How does this skill help write Gossamer code?โผ
It teaches the model idiomatic Gossamer rules, such as collection literal spellings, value semantics, and cohort-based concurrency, so generated code compiles correctly the first time.
Does Gossamer work with Claude Code and other AI tools?โผ
Yes. The skill card follows the standard SKILL.md format, and Gossamer ships a built-in MCP server via `gos mcp` for checking, running, and explaining code.
How is Gossamer different from Rust?โผ
Gossamer has no ownership transfer, borrow checker, or lifetimes; it uses reference counting with checked arena regions instead. Parameters are passed by value and callers' data is always safe.
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