danpozmanterdanpozmanterCommunityยท1 Agent Skills Included

gossamer

Write, run, and compile idiomatic Gossamer language code

Teaches correct, idiomatic Gossamer programming, from collection literals and pattern matching to goroutines, channels, and arena memory regions. Eliminates guesswork around Rust-like syntax that behaves differently, preventing common compile errors and wrong assumptions. Connects directly to the gos toolchain for checking, running, formatting, and explaining code so programs validate faster.
npx skills add danpozmanter/gossamer --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’