Use this skill for core Elixir patterns, OTP, and general conventions.
mix usage_rules.search_docs "search term" -p usage_rules -p igniter
mix usage_rules.docs - Shows documentation for Elixir modules and functionsmix usage_rules.install - Installs usage_rulesmix usage_rules.install.docsmix usage_rules.search_docs - Searches hexdocs with human-readable outputmix usage_rules.sync - Sync AGENTS.md and agent skills from project configmix usage_rules.sync.docsmix 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