elixir-phoenix-help

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

A command advisor for an Elixir and Phoenix development toolkit. It looks at the user's request and some project context, then recommends the most relevant command, skill, or agent.

In plain words
What is it for?
Use it to find the right next command for tasks such as debugging, adding a feature, or starting work. With no question supplied, it can inspect plans, changes, and solution documents in the project.
Why use it?
It removes the guesswork of choosing among many toolkit commands. This is useful when someone is unsure whether to investigate a bug, make a plan, implement work, or use another specialist guide.

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-help
Any agent
npx skills add ccarvalho-eng/codex-elixir-phoenix --skill elixir-phoenix-help
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-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-help.svg)](https://agentmods.dev/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-help)
Your own site
<a href="https://agentmods.dev/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-help"><img src="https://agentmods.dev/badge/skills/ccarvalho-eng/codex-elixir-phoenix/elixir-phoenix-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,205 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.00024 $0.01205
Opus 5 $0.00012 $0.00602
Sonnet 5 $0.00005 $0.00241
Haiku 4.5 $0.00002 $0.00120

Measured 3d ago against content hash 09184dfe53a6, 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-help 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 3d 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-help/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plugin Help — Interactive Command Advisor

Helps users find the right command, skill, or agent for their situation.

Usage

`$elixir-phoenix-help`                          # Analyze context, suggest commands
`$elixir-phoenix-help` how do I debug this?     # Route to `$elixir-phoenix-investigate`
`$elixir-phoenix-help` add a new feature        # Route to `$elixir-phoenix-plan` -> `$elixir-phoenix-work`

Arguments

  • $ARGUMENTS — optional description of what the user wants to do
  • Empty = analyze current context (git status, existing plans, file patterns)

Execution Flow

Step 1: Gather Context

If $ARGUMENTS is non-empty, use it as primary signal.

Always gather ambient context (run in parallel):

  1. Check for existing plans: use rg --files on .codex/plans/*/plan.md — active work in progress?
  2. Check git status: uncommitted changes? which files?
  3. Check for solution docs: use rg --files on .codex/solutions/**/*.md — prior knowledge?

Step 2: Classify Intent

Read references/tool-catalog.md for the full routing table.

Map the user's situation to one of these categories:

Category Signals Primary Commands
Starting out No plans, new to plugin $elixir-phoenix-intro
Ideation "explore", "brainstorm", "not sure", "how to approach", "vague idea" $elixir-phoenix-brainstorm
New feature "add", "build", "implement", multi-file $elixir-phoenix-plan$elixir-phoenix-work
Quick change Single file, <50 lines, "fix typo" $elixir-phoenix-quick
Bug Error, stack trace, "broken", "failing" $elixir-phoenix-investigate
Review "check", "review", PR ready $elixir-phoenix-review
Runtime durability "race", "state machine", "retry semantics", "pause/resume", "restart safety", "durability", "Oban flow" $elixir-phoenix-runtime-durability-review
Performance "slow", "N+1", "memory" $elixir-phoenix-perf, $elixir-phoenix-n1-check, $elixir-phoenix-assigns-audit
Research "how to", "best practice", "evaluate lib" $elixir-phoenix-research
Resume work Existing plan with unchecked tasks ``$elixir-phoenix-work --continue
Post-fix "that worked", solved a hard bug $elixir-phoenix-compound
Full cycle Large feature, new domain area $elixir-phoenix-full
Project health "audit", "tech debt", "overall quality" $elixir-phoenix-audit, $elixir-phoenix-techdebt
Deployment "deploy", "release", "production" $elixir-phoenix-verify then deploy skill
Permissions "too many prompts", "allow", "permission fatigue" $elixir-phoenix-permissions

Read the full file on GitHub · 103 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 103 lines · 24 tokens per session scan A 09184dfe53a6

Subscribe to this mod's changes

elixir-phoenix-help is a skill published in the GitHub repository ccarvalho-eng/codex-elixir-phoenix (11 stars, last pushed 4mo ago), licensed MIT. It adds 24 tokens to every session and 1,205 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.