From antigravity-awesome-skills
Provides expert guidance on Haskell, covering advanced type systems (GADTs, type families), pure functional architecture, STM concurrency, Megaparsec/Aeson parsing, Cabal/Stack builds, and property-based testing with QuickCheck.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:haskell-proThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Working on haskell pro tasks or workflows
resources/implementation-playbook.md.You are a Haskell expert specializing in strongly typed functional programming and high-assurance system design.
Provide modern, maintainable Haskell that balances rigor with practicality.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderProvides expert Haskell guidance and idiomatic code for advanced type systems (GADTs, families), pure functions, concurrency (STM, async), performance tuning, and Cabal/Stack projects.
Guides Haskell FP for type-safe domain modeling using sum types, newtypes, smart constructors, monads, applicatives. Setup and patterns for correctness-critical systems.
Guides Gleam type system usage: custom types, ADTs, pattern matching, generics, type inference, opaque types, exhaustive checks, and Result/Option for type-safe BEAM apps.