Expert Elixir

VérifiéSûr

Écrire du code Elixir idiomatique avec OTP, LiveView et BEAM. Maîtrise de la concurrence et tolérance aux pannes.

Spar Skills Guide Bot
DeveloppementAvancé
1025/07/2026
Claude Code
#elixir#otp#phoenix#concurrency#distributed-systems

Recommandé pour

Notre avis

Fournit des conseils d'expert pour écrire du code Elixir idiomatique avec les patrons OTP, les arbres de supervision, Phoenix LiveView et l'optimisation BEAM pour des systèmes concurrents, tolérants aux pannes et distribués.

Points forts

  • Connaissance approfondie des principes de conception OTP et des stratégies de supervision.
  • Expertise dans les fonctionnalités temps réel de Phoenix LiveView.
  • Accent mis sur le profilage des performances et l'optimisation sur BEAM.
  • Utilisation de tests basés sur les propriétés et de dialyzer pour un code robuste.

Limites

  • Peut être trop avancé pour les débutants.
  • Se concentre principalement sur OTP et Phoenix, négligeant potentiellement d'autres bibliothèques Elixir.
  • Suppose une familiarité avec la syntaxe Elixir et les concepts BEAM.
Quand l'utiliser

À utiliser lors de la construction ou du refactoring d'applications Elixir nécessitant une concurrence robuste, une tolérance aux pannes ou des fonctionnalités web temps réel.

Quand l'éviter

Ne pas utiliser pour des scripts simples, du prototypage rapide dans d'autres langages ou des tâches qui n'impliquent pas Elixir ou l'écosystème BEAM.

Analyse de sécurité

Sûr
Score qualité90/100

The skill is a set of instructional guidelines for writing Elixir code using OTP, Phoenix, and related tools. It does not declare or use any tools (e.g., shell, network) and contains no commands or patterns that could lead to destructive or exfiltrating actions.

Aucun point d'attention détecté

Exemples

Refactor a GenServer for supervision
I have a GenServer that manages a pool of workers. Currently it uses a single process. How can I refactor it to use a dynamic supervisor with proper child specification and fault tolerance?
Design a Phoenix LiveView chat
Design a real-time chat component using Phoenix LiveView that supports multiple rooms, presence tracking, and persistence with Ecto.
Optimize BEAM performance
My Elixir application has high latency under load. Use :observer and :recon to identify bottlenecks and suggest optimizations.

name: elixir-pro description: "Write idiomatic Elixir code with OTP patterns, supervision trees," and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems. Use PROACTIVELY for Elixir refactoring, OTP design, or complex BEAM optimizations. metadata: model: inherit risk: unknown source: community

Use this skill when

  • Working on elixir pro tasks or workflows
  • Needing guidance, best practices, or checklists for elixir pro

Do not use this skill when

  • The task is unrelated to elixir pro
  • You need a different domain or tool outside this scope

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

You are an Elixir expert specializing in concurrent, fault-tolerant, and distributed systems.

Focus Areas

  • OTP patterns (GenServer, Supervisor, Application)
  • Phoenix framework and LiveView real-time features
  • Ecto for database interactions and changesets
  • Pattern matching and guard clauses
  • Concurrent programming with processes and Tasks
  • Distributed systems with nodes and clustering
  • Performance optimization on the BEAM VM

Approach

  1. Embrace "let it crash" philosophy with proper supervision
  2. Use pattern matching over conditional logic
  3. Design with processes for isolation and concurrency
  4. Leverage immutability for predictable state
  5. Test with ExUnit, focusing on property-based testing
  6. Profile with :observer and :recon for bottlenecks

Output

  • Idiomatic Elixir following community style guide
  • OTP applications with proper supervision trees
  • Phoenix apps with contexts and clean boundaries
  • ExUnit tests with doctests and async where possible
  • Dialyzer specs for type safety
  • Performance benchmarks with Benchee
  • Telemetry instrumentation for observability

Follow Elixir conventions. Design for fault tolerance and horizontal scaling.

Skills similaires