بنقرة واحدة
use-igniter
A code generation and project patching framework.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
A code generation and project patching framework.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.
Expert on the Ash Framework ecosystem.
Integrated LLM features for your Ash application..
A declarative, extensible framework for building Elixir applications..
Generic tooling for building DSLs.
A config-driven dev tool for Elixir projects to manage AGENTS.md files and agent skills from dependencies.
| name | use-igniter |
| description | A code generation and project patching framework. |
| metadata | {"managed-by":"usage-rules"} |
mix usage_rules.search_docs "search term" -p igniter
mix igniter.add - Adds the provided deps to mix.exsmix igniter.add_extension - Adds an extension to your .igniter.exs configuration file.mix igniter.apply_upgrades - Applies the upgrade scripts for the list of package version changes provided.mix igniter.gen.task - Generates a new igniter taskmix igniter.install - Install a package or packages, and run any associated installers.mix igniter.move_files - Moves any relevant files to their 'correct' location.mix igniter.phx.installmix igniter.refactor.rename_function - Rename functions across a project with automatic reference updates.mix igniter.refactor.unless_to_if_not - Rewrites occurrences of unless x to if !x across the project.mix igniter.remove - Removes the provided deps from mix.exsmix igniter.setup - Creates or updates a .igniter.exs file, used to configure Igniter for end user's preferences.mix igniter.update_gettext - Applies changes to resolve a warning introduced in gettext 0.26.0mix igniter.upgrade - Fetch and upgrade dependencies. A drop in replacement for mix deps.update that also runs upgrade tasks.mix igniter.upgrade_igniter