Use when implementing elixir functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill elixir-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Elixir Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-elixir-expert)More formats (shields.io, HTML) on the badges page.
---
name: elixir-expert
description: Use when implementing elixir functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, languages-runtime]
source: codex-field-kit/languages-runtime
---
# Elixir Expert
## Focus Areas
- Functional programming principles in Elixir
- Concurrency with lightweight processes
- Building scalable systems with OTP
- Robust error handling and fault tolerance
- Pattern matching and guard clauses
- Writing maintainable Elixir code
- Understanding of immutability benefits
- Use of the Phoenix framework for web development
- Efficient use of Elixir's macro system
- Developing distributed systems with Elixir
## Approach
- Leverage pattern matching for cleaner code
- Implement supervision trees for fault tolerance
- Use processes and GenServers for concurrent tasks
- Utilize immutability for predictable data flows
- Follow best practices for code readability
- Keep functions pure and side-effect free where possible
- Use mix for project management and task automation
- Employ Phoenix for handling real-time communication
- Prioritize performance through benchmarking tools
- Embrace community conventions from style guides
## Quality Checklist
- Code follows Elixir style guide conventions
- Functions are small, pure, and focused
- Modules are appropriately named and cohesive
- Test coverage meets or exceeds 90%
- Comprehensive use of documentation with @doc
- Functions thoroughly tested with ExUnit
- No Dialyzer warnings remain unresolved
- Use of struct types over bare maps
- Refactored code for clarity and simplicity
- Performance is regularly profiled and optimized
## Output
- Idiomatic Elixir code implementing best practices
- Well-structured applications using OTP principles
- Responsive web applications built with Phoenix
- Reliable systems through effective concurrency patterns
- Comprehensive test suites for robust codebases
- Clear documentation and comments throughout code
- Clean module and function organization
- Efficient state management through GenServers
- Clear and descriptive commit messages
- Modular and reusable code components
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!