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.
npx agentmods add skills/agentjido/jido_managed_agents/phoenix-frameworknpx skills add agentjido/jido_managed_agents --skill phoenix-frameworkgit clone --depth 1 https://github.com/agentjido/jido_managed_agentsWrote 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.
[](https://agentmods.dev/skills/agentjido/jido_managed_agents/phoenix-framework)<a href="https://agentmods.dev/skills/agentjido/jido_managed_agents/phoenix-framework"><img src="https://agentmods.dev/badge/skills/agentjido/jido_managed_agents/phoenix-framework.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00029 | $0.00624 |
| Opus 5 | $0.00015 | $0.00312 |
| Sonnet 5 | $0.00006 | $0.00125 |
| Haiku 4.5 | $0.00003 | $0.00062 |
Grade A, and why
phoenix-framework 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Additional References
- ecto
- elixir
- html
- liveview
- phoenix
- phoenix_ecto
- phoenix_html
- phoenix_live_dashboard
- phoenix_live_reload
- phoenix_live_view
Searching Documentation
mix usage_rules.search_docs "search term" -p phoenix -p phoenix_ecto -p phoenix_html -p phoenix_live_dashboard -p phoenix_live_reload -p phoenix_live_view
Available Mix Tasks
mix compile.phoenixmix phx- Prints Phoenix help informationmix phx.digest- Digests and compresses static filesmix phx.digest.clean- Removes old versions of static assets.mix phx.gen- Lists all available Phoenix generatorsmix phx.gen.auth- Generates authentication logic for a resourcemix phx.gen.auth.hashing_librarymix phx.gen.auth.injectormix phx.gen.auth.migrationmix phx.gen.cert- Generates a self-signed certificate for HTTPS testingmix phx.gen.channel- Generates a Phoenix channelmix phx.gen.context- Generates a context with functions around an Ecto schemamix phx.gen.embedded- Generates an embedded Ecto schema filemix phx.gen.html- Generates context and controller for an HTML resourcemix phx.gen.json- Generates context and controller for a JSON resourcemix phx.gen.live- Generates LiveView, templates, and context for a resourcemix phx.gen.notifier- Generates a notifier that delivers emails by defaultmix phx.gen.presence- Generates a Presence trackermix phx.gen.release- Generates release files and optional Dockerfile for release-based deploymentsmix phx.gen.schema- Generates an Ecto schema and migration filemix phx.gen.secret- Generates a secretmix phx.gen.socket- Generates a Phoenix socket handlermix phx.routes- Prints all routesmix phx.server- Starts applications and their serversmix compile.phoenix_live_viewmix phoenix_live_view.upgrade
What ships with it
5 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.
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.
- 4d ago First seen · 57 lines · 29 tokens per session scan A 4411e66296a4
phoenix-framework is a skill published in the GitHub repository agentjido/jido_managed_agents (23 stars, last pushed 2d ago), licensed Apache-2.0. It adds 29 tokens to every session and 624 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.
Other skills, from other repositories
unit-converter
Converts between common units of measurement including temperature, distance, and weight.
code-review
Reviews code changes for quality, security, and best practices.
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…
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…
reviews-overview
Explain the Reviews platform to a general agent: what Reviews provides, when to use it during human-in-the-loop or agent-driven development, how review packets structure a diff for humans, and how Reviews can precede public PR creation or integrate with other review processes. Use when an agent needs to decide whether…
elixir-phoenix-full
Run the full plan-build-review-compound workflow for large Phoenix work.