elixir-pattern-matching

Official

Pattern matching for clean Elixir code.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers Elixir pattern matching across functions, case statements, guards, and destructuring.

Core Features & Use Cases

  • Function Patterns: Multiple clauses with guards.
  • Case/With: Declarative control flow patterns.
  • Destructuring: Clean access to data structures.

Quick Start

Write a function with multiple clauses to handle success vs error cases.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: elixir-pattern-matching
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#elixir-pattern-matching

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository