elixir-phoenix-upgrade

elixir-phoenix-upgrade is a skill for Claude Code, Codex from ccarvalho-eng/codex-elixir-phoenix. It costs 16 tokens per session (314 once invoked), scanned A, original, MIT.

A phased process for upgrading Elixir, the OTP runtime, Phoenix, Ecto, LiveView, or other important libraries. Ecto is the database toolkit commonly used with Phoenix.

In plain words
What is it for?
Use it to record a baseline, plan upgrade phases, read migration guides, apply compatibility changes, run focused checks, and complete a final verification pass.
Why use it?
It makes dependency upgrades easier to diagnose and roll back by separating version changes, migration work, and refactoring.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-upgrade
Any agent
npx skills add ccarvalho-eng/codex-elixir-phoenix --skill elixir-phoenix-upgrade
Clone the repo
git clone --depth 1 https://github.com/ccarvalho-eng/codex-elixir-phoenix

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for elixir-phoenix-upgrade

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-upgrade.svg)](https://agentmods.dev/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-upgrade)
Your own site
<a href="https://agentmods.dev/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-upgrade"><img src="https://agentmods.dev/badge/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-upgrade.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00314
Opus 5 $0.00008 $0.00157
Sonnet 5 $0.00003 $0.00063
Haiku 4.5 $0.00002 $0.00031

Measured 5d ago against content hash 0d55af5a4993, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

elixir-phoenix-upgrade scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/elixir-phoenix-upgrade/SKILL.md · 58 lines

What it actually says

Upgrade Workflow

Use when upgrading Elixir, OTP, Phoenix, Ecto, LiveView, or critical library dependencies.

Iron Laws

  1. Upgrade in small phases, not one giant jump.
  2. Read official migration guides before changing code.
  3. Separate dependency bump commits from behavior refactors.
  4. Deprecation warnings are treated as required follow-up.
  5. Keep a rollback point after each phase.

Upgrade Sequence

Step 1: Baseline

  • Record current versions (mix deps, runtime versions, lockfile state)
  • Run baseline verification (mix compile, tests, lints)
  • Capture known failing checks before upgrades

Step 2: Plan Phases

Order upgrades from foundation to framework:

  1. Elixir/OTP runtime
  2. Core framework libs (Phoenix/Ecto/LiveView)
  3. Peripheral dependencies

Step 3: Execute Per Phase

For each phase:

  • Update version constraints
  • Refresh dependencies
  • Apply required migration guide changes
  • Run compile and targeted tests
  • Commit if green

Step 4: Final Compatibility Pass

  • Run full verification pipeline
  • Address deprecations and behavior changes
  • Confirm deployment/runtime config expectations

Output Expectations

Provide:

  • Upgrade phase plan
  • Breaking changes and required code adjustments
  • Verification status by phase
  • Remaining risks and rollback guidance
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 58 lines · 16 tokens per session scan A 0d55af5a4993

Subscribe to this mod's changes

elixir-phoenix-upgrade is a skill published in the GitHub repository ccarvalho-eng/codex-elixir-phoenix (11 stars, last pushed 4mo ago), licensed MIT. It adds 16 tokens to every session and 314 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ash-framework

Use this skill working with Ash Framework or any of its extensions. Always consult this when making any domain changes, features or fixes.

agentjido/jido_managed_agents · 29 tokens

phoenix-framework

Use this skill working with Phoenix Framework. Consult this when working with the web layer, controllers, views, liveviews etc.

agentjido/jido_managed_agents · 29 tokens

phoenix

Use when building an Elixir web app with Phoenix — contexts, Ecto schemas, changesets and migrations, LiveView, channels and PubSub, the generators, and the boundary between domain logic and the web layer. Covers the classic LiveView over-rendering and Ecto N+1 traps. NOT pure OTP work with no web or Ecto layer …

ericrisco/rsc-harness · 89 tokens

code-review

Review code changes for regressions, correctness, and missing tests.

agentjido/jido_managed_agents · 16 tokens

writing-review-packets

Create or revise Reviews packet markdown for a code diff, including section strategy, prose, hunk references, validation, and pushing packet revisions with the Reviews CLI. Use when the user asks to write a review packet, organize a diff for review, add prose around hunk refs, update a packet for a new patchset, or…

figitaki/reviews · 82 tokens

using-reviews-locally

Run and use the Reviews app locally, including server startup, port checks, local token setup, CLI config, pushing local reviews or new patchsets, and Codex workflow conventions. Use when the user asks to spin up Reviews, push a local review packet or revision, mint/access local API tokens, debug localhost review…

figitaki/reviews · 82 tokens