com um clique
ash-framework
Expert on the Ash Framework ecosystem.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Expert on the Ash Framework ecosystem.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
This skill should be used when the user asks to "add a LiveView page", "create a form", "handle real-time updates", "broadcast changes to users", "add a new route", "create an API endpoint", "fix this LiveView bug", "why is mount called twice?", or mentions handle_event, handle_info, handle_params, mount, channels, controllers, components, assigns, sockets, or PubSub. Essential for avoiding duplicate queries in mount.
Integrated LLM features for your Ash application..
A declarative, extensible framework for building Elixir applications..
A code generation and project patching framework.
Generic tooling for building DSLs.
A config-driven dev tool for Elixir projects to manage AGENTS.md files and agent skills from dependencies.
| name | ash-framework |
| description | Expert on the Ash Framework ecosystem. |
| metadata | {"managed-by":"usage-rules"} |
mix usage_rules.search_docs "search term" -p ash -p ash_ai
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 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.Domainmix ash.gen.enum - Generates an Ash.Type.Enummix 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.install - Installs Ash into a project. Should be called with mix 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_ai.gen.chat - Generates the resources and views for a conversational UI backed by ash_postgres and ash_obanmix ash_ai.gen.chat.docsmix ash_ai.gen.mcp - Sets up an MCP server for your applicationmix ash_ai.gen.mcp.docsmix ash_ai.gen.usage_rulesmix ash_ai.gen.usage_rules.docsmix ash_ai.install - Installs AshAi. Call with mix igniter.install ash_ai. Requires igniter to run.mix ash_ai.install.docs