moai-lang-elixir

Guide Elixir development with ExUnit, Mox, OTP patterns, and Credo.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for developing highly concurrent and fault-tolerant Elixir applications. It streamlines the adoption of best practices for testing, build management, and OTP patterns, helping you build robust systems that are easy to maintain and scale, avoiding common pitfalls in distributed computing.

Core Features & Use Cases

  • TDD with ExUnit: Guides through test-driven development using ExUnit for unit testing and Mox for mocking.
  • OTP Patterns: Provides expertise in GenServer, Supervisor, and Application behaviors for building resilient concurrent systems.
  • Code Quality with Credo: Integrates Credo for static code analysis and mix format for consistent code style.
  • Use Case: When you need to "Elixir 테스트 작성" (write Elixir tests) or apply "OTP 패턴" (OTP patterns) for a new server, this skill offers the necessary guidance.

Quick Start

Ask to "Elixir 테스트 작성" for a new GenServer, and the skill will guide you through TDD with ExUnit.