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/ash-frameworknpx skills add agentjido/jido_managed_agents --skill ash-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/ash-framework)<a href="https://agentmods.dev/skills/agentjido/jido_managed_agents/ash-framework"><img src="https://agentmods.dev/badge/skills/agentjido/jido_managed_agents/ash-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.01268 |
| Opus 5 | $0.00015 | $0.00634 |
| Sonnet 5 | $0.00006 | $0.00254 |
| Haiku 4.5 | $0.00003 | $0.00127 |
Grade A, and why
ash-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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Additional References
- actions
- aggregates
- authorization
- calculations
- code_interfaces
- code_structure
- data_layers
- exist_expressions
- generating_code
- migrations
- query_filter
- querying_data
- relationships
- testing
- ash
- ash_authentication
- ash_authentication_phoenix
- ash_json_api
- ash_phoenix
- ash_postgres
Searching Documentation
mix usage_rules.search_docs "search term" -p ash -p ash_authentication -p ash_authentication_phoenix -p ash_json_api -p ash_phoenix -p ash_postgres
Available Mix Tasks
mix ash- Prints Ash help informationmix ash.codegen- Runs all codegen tasks for any extension on any resource/domain in your application.mix ash.extend- Adds an extension or extensions to the given domain/resourcemix ash.gen.base_resource- Generates a base resource. This is a module that you can use instead ofAsh.Resource, for consistency.mix ash.gen.change- Generates a custom change module.mix ash.gen.custom_expression- Generates a custom expression module.mix ash.gen.domain- Generates an Ash.Domainmix ash.gen.enum- Generates an Ash.Type.Enummix ash.gen.gettext- Copies Ash's .pot file for error message translationmix ash.gen.preparation- Generates a custom preparation module.mix ash.gen.resource- Generate and configure an Ash.Resource.mix ash.gen.validation- Generates a custom validation module.mix ash.generate_livebook- Generates a Livebook for each Ash domainmix ash.generate_policy_charts- Generates a Mermaid Flow Chart for a given resource's policies.mix ash.generate_resource_diagrams- Generates Mermaid Resource Diagrams for each Ash domainmix ash.gettext.extract- Extracts Ash error messages into a .pot filemix ash.install- Installs Ash into a project. Should be called withmix igniter.install ashmix ash.migrate- Runs all migration tasks for any extension on any resource/domain in your application.mix ash.patch.extend- Adds an extension or extensions to the given domain/resourcemix ash.reset- Runs all tear down & setup tasks for any extension on any resource/domain in your application.mix ash.rollback- Runs all rollback tasks for any extension on any resource/domain in your application.mix ash.setup- Runs all setup tasks for any extension on any resource/domain in your application.mix ash.tear_down- Runs all tear_down tasks for any extension on any resource/domain in your application.mix ash_authentication.add_add_on- Adds the provided add-on to your user resourcemix ash_authentication.add_strategy- Adds the provided strategy or strategies to your user resourcemix ash_authentication.install- Installs AshAuthentication. Invoke withmix igniter.install ash_authenticationmix ash_authentication.upgrademix ash_authentication.phoenix.routes- Prints all routes generated by AshAuthentication Phoenixmix ash_authentication_phoenix.install- Installs AshAuthenticationPhoenix. Invoke withmix igniter.install ash_authentication_phoenixmix ash_authentication_phoenix.upgrademix ash_json_api.install- Installs AshJsonApi. Should be run withmix igniter.install ash_json_apimix ash_json_api.routes- Prints all routes by AshJsonApiRoutermix ash_phoenix.gen.html- Generates a controller and HTML views for an existing Ash resource.mix ash_phoenix.gen.live- Generates liveviews for a given domain and resource.mix ash_phoenix.install- Installs AshPhoenix into a project. Should be called withmix igniter.install ash_phoenixmix ash_postgres.create- Creates the repository storagemix ash_postgres.drop- Drops the repository storage for the repos in the specified (or configured) domainsmix ash_postgres.gen.resources- Generates resources based on a database schemamix ash_postgres.generate_migrations- Generates migrations, and stores a snapshot of your resourcesmix ash_postgres.install- Installs AshPostgres. Should be run withmix igniter.install ash_postgresmix ash_postgres.migrate- Runs the repository migrations for all repositories in the provided (or configured) domainsmix ash_postgres.rollback- Rolls back the repository migrations for all repositories in the provided (or configured) domainsmix ash_postgres.setup_vector- Sets up pgvector for AshPostgresmix ash_postgres.setup_vector.docsmix ash_postgres.squash_snapshots- Cleans snapshots folder, leaving only one snapshot per resource
What ships with it
19 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.
- references/actions.md 14 KB
- references/aggregates.md 2.9 KB
- references/ash_authentication.md 9.1 KB
- references/ash_json_api.md 2.9 KB
- references/ash_phoenix.md 379 B
- references/ash_postgres.md 546 B
- references/ash.md 364 B
- references/authorization.md 4.8 KB
- references/calculations.md 3.6 KB
- references/code_interfaces.md 3.9 KB
- references/code_structure.md 310 B
- references/data_layers.md 1.2 KB
- references/exist_expressions.md 913 B
- references/generating_code.md 236 B
- references/migrations.md 462 B
- references/query_filter.md 791 B
- references/querying_data.md 164 B
- references/relationships.md 4.7 KB
- references/testing.md 1.8 KB
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 · 86 lines · 29 tokens per session scan A 53e60effe577
ash-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 1,268 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.