Back to list
georgeguimaraes

using-elixir-skills

by georgeguimaraes

Claude Code plugin marketplace for Elixir development

76🍴 4📅 Jan 23, 2026

SKILL.md


name: using-elixir-skills description: 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.

THIS IS NOT OPTIONAL. Skills tell you HOW to explore and WHAT to look for. You cannot rationalize your way out of this.

The Rule

Elixir/Phoenix/OTP task → Invoke skill FIRST → Then explore/research → Then write code

Skills come before exploration. The skills tell you what patterns to look for, what questions to ask, and what anti-patterns to avoid. Exploring without the skill means you don't know what you're looking for.

Skill Triggers

Trigger PhrasesSkill to Invoke
code, implement, write, design, architecture, structure, patternelixir-thinking
LiveView, Plug, PubSub, mount, channel, socket, componentphoenix-thinking
context, schema, Ecto, changeset, preload, Repo, migrationecto-thinking
GenServer, supervisor, Task, ETS, bottleneck, Broadwayotp-thinking
Oban, workflow, job queue, cascade, graft, background job, async joboban-thinking

Red Flags

These thoughts mean STOP—invoke the skill:

ThoughtReality
"Let me explore the codebase first"Skills tell you WHAT to look for. Invoke first.
"Let me understand the code first"Skills guide understanding. Invoke first.
"But first, let me..."No. Skills come first. Always.
"I'll add a process to organize this"Processes are for runtime, not organization.
"GenServer is the Elixir way"GenServer is a bottleneck by design.
"I'll query in mount"mount is called twice.
"Task.async is simpler"Use Task.Supervisor in production.
"I know Elixir well enough"These skills contain paradigm shifts. Invoke them.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon