Andrew
Community@snowdamiz · Moon
I like developing cool software
Agent Skills by Andrew
Showing 12 vetted skills indexed across 1 GitHub repositories.
mesh
Explain Mesh programming language syntax, types, and actor concurrency.
mesh-database
Execute SQL queries and map results to typed Mesh structs.
mesh-error-handling
Explain Mesh error handling with Result, Option, and the ? operator.
mesh-strings
Document Mesh language string interpolation, heredocs, JSON literals, and regex.
mesh-types
Detail Mesh programming language types including primitives, structs, ADTs, generics, and collections.
mesh-traits
Manage Mesh trait interfaces, implementation blocks, and deriving macros.
mesh-supervisors
Manage and restart child actors in Mesh applications using supervisor patterns.
mesh-http
Build HTTP servers with routing, middleware, and WebSocket support.
mesh-actors
Explain the Mesh programming language's actor model with typed messaging and concurrency patterns.
mesh-pattern-matching
Explain Mesh pattern matching with case expressions and ADT destructuring.
mesh-syntax
Explain Mesh programming language syntax for functions, closures, pipe operators, and control flow.
mesh-collections
Provide List, Map, Set, Range, and Queue APIs with lazy Iter pipelines in Mesh.