ash-framework

ash-framework is a skill for Claude Code, Codex from agentjido/jido_managed_agents. It costs 29 tokens per session (1,268 once invoked), scanned A, original, Apache-2.0.

A set of coding rules for Ash Framework applications, an Elixir framework for modelling data, business actions, permissions, and database access. It points to documentation and commands for generating and changing these parts.

In plain words
What is it for?
Use it when adding or changing Ash resources, actions, calculations, authorisation, relationships, queries, migrations, or Ash extensions.
Why use it?
It helps keep domain changes consistent with Ash’s structure and conventions. It also shows where to look for guidance on queries, relationships, authentication, APIs, and database support.

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/agentjido/jido_managed_agents/ash-framework
Any agent
npx skills add agentjido/jido_managed_agents --skill ash-framework
Clone the repo
git clone --depth 1 https://github.com/agentjido/jido_managed_agents

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 ash-framework

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentjido/jido_managed_agents/ash-framework.svg)](https://agentmods.dev/skills/agentjido/jido_managed_agents/ash-framework)
Your own site
<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>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,268 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.00029 $0.01268
Opus 5 $0.00015 $0.00634
Sonnet 5 $0.00006 $0.00254
Haiku 4.5 $0.00003 $0.00127

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

Security

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.

.amp/skills/ash-framework/SKILL.md · 86 lines

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

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 information
  • mix 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/resource
  • mix ash.gen.base_resource - Generates a base resource. This is a module that you can use instead of Ash.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.Domain
  • mix ash.gen.enum - Generates an Ash.Type.Enum
  • mix ash.gen.gettext - Copies Ash's .pot file for error message translation
  • mix 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 domain
  • mix 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 domain
  • mix ash.gettext.extract - Extracts Ash error messages into a .pot file
  • mix ash.install - Installs Ash into a project. Should be called with mix igniter.install ash
  • mix 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/resource
  • mix 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 resource
  • mix ash_authentication.add_strategy - Adds the provided strategy or strategies to your user resource
  • mix ash_authentication.install - Installs AshAuthentication. Invoke with mix igniter.install ash_authentication
  • mix ash_authentication.upgrade
  • mix ash_authentication.phoenix.routes - Prints all routes generated by AshAuthentication Phoenix
  • mix ash_authentication_phoenix.install - Installs AshAuthenticationPhoenix. Invoke with mix igniter.install ash_authentication_phoenix
  • mix ash_authentication_phoenix.upgrade
  • mix ash_json_api.install - Installs AshJsonApi. Should be run with mix igniter.install ash_json_api
  • mix ash_json_api.routes - Prints all routes by AshJsonApiRouter
  • mix 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 with mix igniter.install ash_phoenix
  • mix ash_postgres.create - Creates the repository storage
  • mix ash_postgres.drop - Drops the repository storage for the repos in the specified (or configured) domains
  • mix ash_postgres.gen.resources - Generates resources based on a database schema
  • mix ash_postgres.generate_migrations - Generates migrations, and stores a snapshot of your resources
  • mix ash_postgres.install - Installs AshPostgres. Should be run with mix igniter.install ash_postgres
  • mix ash_postgres.migrate - Runs the repository migrations for all repositories in the provided (or configured) domains
  • mix ash_postgres.rollback - Rolls back the repository migrations for all repositories in the provided (or configured) domains
  • mix ash_postgres.setup_vector - Sets up pgvector for AshPostgres
  • mix ash_postgres.setup_vector.docs
  • mix ash_postgres.squash_snapshots - Cleans snapshots folder, leaving only one snapshot per resource

Read the full file on GitHub · 86 lines

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. 4d ago First seen · 86 lines · 29 tokens per session scan A 53e60effe577

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories