moai-lang-haskell

Guide Haskell development with TDD, HUnit, QuickCheck, and hlint.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-haskell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-haskell
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-lang-haskell
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-haskell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for developing robust and type-safe Haskell applications using pure functional programming. It streamlines the adoption of best practices for testing, build management, and functional patterns, helping you build reliable systems that are easy to reason about and maintain, avoiding common pitfalls in functional programming.

Core Features & Use Cases

  • TDD with HUnit: Guides through test-driven development using HUnit for unit testing and QuickCheck for property-based testing.
  • Functional Programming: Provides expertise in pure functions, Monads, Functors, and lazy evaluation for building robust functional systems.
  • Code Quality with hlint: Integrates hlint for static code analysis and stylish-haskell for consistent code style.
  • Use Case: When you need to "Haskell 테스트 작성" (write Haskell tests) or apply "순수 함수형 프로그래밍" (pure functional programming) principles, this skill offers the necessary guidance.

Quick Start

Ask to "Haskell 테스트 작성" for a new parser, and the skill will guide you through TDD with HUnit.