elixir-pro

18.0k
sickn33sickn33

Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems.

192 days ago

moai-lang-elixir

776
modu-aimodu-ai

Elixir 1.17+ development specialist covering Phoenix 1.7, LiveView, Ecto, and OTP patterns. Use when developing real-time applications, distributed systems, or Phoenix projects.

192 days ago

elixir-antipatterns

214
Gentleman-ProgrammingGentleman-Programming

Core catalog of 8 critical Elixir/Phoenix anti-patterns covering error handling, separation of concerns, Ecto queries, and testing. Trigger: During Elixir code review, refactoring sessions, or when writing Phoenix/Ecto code.

192 days ago

usage-rules

167
bradleygoldenbradleygolden

Search for package-specific usage rules and best practices from Elixir packages. Use when you need coding conventions, patterns, common mistakes, or good/bad examples for packages like Ash, Phoenix, Ecto, etc.

192 days ago

hex-docs-search

167
bradleygoldenbradleygolden

Research Hex packages (Sobelow, Phoenix, Ecto, Credo, Ash, etc). Use when investigating packages, understanding integration patterns, or finding module/function docs and usage examples. Automatically fetches missing documentation and source code locally.

192 days ago

elixir-architect

108
maxim-istmaxim-ist

Use when designing or architecting Elixir/Phoenix applications, creating comprehensive project documentation, planning OTP supervision trees, defining domain models with Ash Framework, structuring multi-app projects with path-based dependencies, or preparing handoff documentation for Director/Implementor AI collaboration

192 days ago

phoenix-thinking

106
georgeguimaraesgeorgeguimaraes

This skill should be used when the user asks to "add a LiveView page", "create a form", "handle real-time updates", "broadcast changes to users", "add a new route", "create an API endpoint", "fix this LiveView bug", "why is mount called twice?", or mentions handle_event, handle_info, handle_params, mount, channels, controllers, components, assigns, sockets, or PubSub. Essential for avoiding duplicate queries in mount.

192 days ago

elixir-thinking

106
georgeguimaraesgeorgeguimaraes

This skill should be used when the user asks to "implement a feature in Elixir", "refactor this module", "should I use a GenServer here?", "how should I structure this?", "use the pipe operator", "add error handling", "make this concurrent", or mentions protocols, behaviours, pattern matching, with statements, comprehensions, structs, or coming from an OOP background. Contains paradigm-shifting insights.

192 days ago

ecto-thinking

106
georgeguimaraesgeorgeguimaraes

This skill should be used when the user asks to "add a database table", "create a new context", "query the database", "add a field to a schema", "validate form input", "fix N+1 queries", "preload this association", "separate these concerns", or mentions Repo, changesets, migrations, Ecto.Multi, has_many, belongs_to, transactions, query composition, or how contexts should talk to each other.

192 days ago

using-elixir-skills

106
georgeguimaraesgeorgeguimaraes

This skill should be used when the user works on any .ex or .exs file, mentions Elixir/Phoenix/Ecto/OTP, the project has a mix.exs, or asks "which skill should I use", "new to Elixir", "help with Elixir". Routes to the correct thinking skill BEFORE exploring code. Triggers on "implement", "add", "fix", "refactor" in Elixir projects.

192 days ago

oban-thinking

106
georgeguimaraesgeorgeguimaraes

This skill should be used when the user asks to "add a background job", "process async", "schedule a task", "retry failed jobs", "add email sending", "run this later", "add a cron job", "unique jobs", "batch process", or mentions Oban, Oban Pro, workflows, job queues, cascades, grafting, recorded values, job args, or troubleshooting job failures.

192 days ago

otp-thinking

106
georgeguimaraesgeorgeguimaraes

This skill should be used when the user asks to "add background processing", "cache this data", "run this async", "handle concurrent requests", "manage state across requests", "process jobs from a queue", "this GenServer is slow", or mentions GenServer, Supervisor, Agent, Task, Registry, DynamicSupervisor, handle_call, handle_cast, supervision trees, fault tolerance, "let it crash", or choosing between Broadway and Oban.

192 days ago

elixir-ecto-patterns

98
TheBushidoCollectiveTheBushidoCollective

Use when Elixir Ecto patterns including schemas, changesets, queries, and transactions. Use when building database-driven Elixir applications.

192 days ago

dialyzer-analysis

98
TheBushidoCollectiveTheBushidoCollective

Use when analyzing and fixing Dialyzer warnings and type discrepancies in Erlang/Elixir code.

192 days ago

ecto-query-patterns

98
TheBushidoCollectiveTheBushidoCollective

Use when querying data with Ecto.Query DSL including where clauses, joins, aggregates, preloading, and query composition. Use for building flexible database queries in Elixir applications.

192 days ago

credo-custom-checks

98
TheBushidoCollectiveTheBushidoCollective

Use when creating custom Credo checks for project-specific code quality rules and standards in Elixir.

192 days ago

credo-configuration

98
TheBushidoCollectiveTheBushidoCollective

Use when configuring Credo static analysis for Elixir projects requiring customized code quality rules and settings.

192 days ago

ecto-schemas

98
TheBushidoCollectiveTheBushidoCollective

Use when defining and working with Ecto schemas including field types, associations, and embedded schemas. Use when modeling database entities in Elixir.

192 days ago

elixir-otp-patterns

98
TheBushidoCollectiveTheBushidoCollective

Use when Elixir OTP patterns including GenServer, Supervisor, Agent, and Task. Use when building concurrent, fault-tolerant Elixir applications.

192 days ago

ecto-schema-patterns

98
TheBushidoCollectiveTheBushidoCollective

Use when defining data structures using Ecto schemas including fields, associations, embedded schemas, and schema metadata. Use for modeling domain data in Elixir applications.

192 days ago

credo-checks

98
TheBushidoCollectiveTheBushidoCollective

Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.

192 days ago

dialyzer-configuration

98
TheBushidoCollectiveTheBushidoCollective

Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.

192 days ago

elixir-pattern-matching

98
TheBushidoCollectiveTheBushidoCollective

Use when Elixir pattern matching including function clauses, case statements, with statements, and destructuring. Use for elegant control flow.

192 days ago

dialyzer-integration

98
TheBushidoCollectiveTheBushidoCollective

Use when integrating Dialyzer into development workflows and CI/CD pipelines for Erlang/Elixir projects.

192 days ago

debug-to-fix

49
ElliotJLTElliotJLT

When debugging frustration appears ("why isn't this working?", "it should work", "I don't understand"), orchestrate the full debug cycle: clarify → investigate → fix → verify. Prevents the common failure of jumping to fixes before understanding the problem. An elixir that chains rubber-duck and prove-it with investigation.

192 days ago

elixir-expert

39
404kidwiz404kidwiz

Expert in Elixir, Phoenix Framework, and OTP. Specializes in building concurrent, fault-tolerant, and real-time applications using the BEAM. Use when building Elixir applications, working with Phoenix, implementing GenServers, or designing distributed systems on the BEAM.

192 days ago

elixir

23
MindrallyMindrally

Expert in Elixir and Phoenix development with functional programming patterns

192 days ago

phoenix

23
MindrallyMindrally

Phoenix framework development guidelines covering LiveView, Ecto, real-time features, and best practices for building scalable web applications with Elixir.

192 days ago

backend-development

23
MindrallyMindrally

Guidelines for backend development in C++ and Elixir/Phoenix, covering modern language features, best practices, and production-ready patterns.

192 days ago

elixir-ash-phoenix

20
benswiftbenswift

Develops, debugs, and refactors Elixir web applications using Ash framework for resource management and Phoenix LiveView for the frontend. Uses tidewave MCP tools for debugging running applications. Use when working with Elixir, Ash, or Phoenix code.

192 days ago

ecto-patterns

15
bobmatnycbobmatnyc

Ecto patterns for Phoenix/Elixir apps. Covers schemas, changesets, migrations, queries, Ecto.Multi, transactions, constraints, associations, pagination, tenant partitioning, performance, and testing.

192 days ago

elixir-expert

15
oimiragieooimiragieo

Elixir and Phoenix expert including OTP, Ecto, and functional programming

elixirphoenixerlang+2
192 days ago

Supertester OTP Testing

13
nshkrdotcomnshkrdotcom

This skill should be used when teams need to adopt Supertester to build deterministic Elixir OTP tests with isolation, synchronization, and supervision coverage.

192 days ago

ExUnit Test Framework

10
FortiumPartnersFortiumPartners

Execute and generate ExUnit tests for Elixir projects with setup callbacks, describe blocks, and async testing support

192 days ago

Elixir Genius

9
agoodwayagoodway

Use when designing or architecting Elixir/Phoenix/LiveView applications, creating comprehensive project documentation, planning OTP supervision trees, defining domain models, structuring multi-app projects with path-based dependencies, or preparing handoff documentation for Director/Implementor AI collaboration

192 days ago

phoenix

9
TerminalSkillsTerminalSkills

Phoenix is an Elixir web framework built on the BEAM VM for fault-tolerant, real-time applications. It features LiveView for interactive UIs without JavaScript, channels for WebSockets, and Ecto for database access with compile-time query validation.

192 days ago

elixir-no-shortcuts

8
mkreymanmkreyman

BLOCKS shortcuts like modifying dialyzer.ignore or .credo.exs excludes. Enforces fixing actual problems. Use when encountering ANY error, warning, or quality tool complaint.

192 days ago

elixir-discipline

8
mkreymanmkreyman

MANDATORY pre-check before ANY response - ensures you use applicable skills and follow best practices. Use this skill FIRST before responding to any Elixir/Phoenix request.

192 days ago

elixir-quality-gate

8
mkreymanmkreyman

Run comprehensive Elixir quality checks (format, credo, dialyzer, tests) with proper error handling and reporting. Use when validating code quality, before commits, or preparing for deployment.

192 days ago

elixir-root-cause-only

8
mkreymanmkreyman

MANDATORY systematic debugging - trace to root cause before proposing fixes. NO random changes, NO symptom fixes, NO "try this". Use when debugging ANY error or issue.

192 days ago

elixir-verification-gate

8
mkreymanmkreyman

MANDATORY verification before claiming anything works. Run actual commands, read actual output, provide evidence. Use when claiming tests pass, build succeeds, or code works.

192 days ago

phoenix-context-creator

8
mkreymanmkreyman

Create complete Phoenix contexts following best practices including bounded contexts, proper API design, and comprehensive testing. Use when designing new features or refactoring code into contexts.

192 days ago

elixir-test-runner

8
mkreymanmkreyman

Run ExUnit tests with smart filtering, debugging options, and proper error reporting. Use when running tests, debugging failures, or validating specific test cases.

192 days ago

phoenix-generator

8
mkreymanmkreyman

Generate Phoenix resources (contexts, schemas, LiveViews, controllers) using mix phx.gen.* commands with best practices. Use when creating new Phoenix resources, contexts, or LiveView components.

192 days ago

elixir-no-placeholders

8
mkreymanmkreyman

PROHIBITS placeholder code, default values that mask missing data, and silent failures. Enforces fail-fast with loud errors. Use when implementing ANY function or data structure.

192 days ago

elixir-tdd-enforcement

8
mkreymanmkreyman

MANDATORY for ANY feature or bugfix - write ExUnit test FIRST, watch it FAIL, then implement. NO exceptions. Use before writing any Elixir production code.

192 days ago

ecto-migration-helper

8
mkreymanmkreyman

Create, manage, and safely run Ecto database migrations with proper rollback handling and best practices. Use when working with database schema changes, adding columns, or modifying constraints.

192 days ago

swe-programming-elixir

7
wahidyankfwahidyankf

Elixir coding standards from authoritative docs/explanation/software-engineering/programming-languages/elixir/ documentation

192 days ago