Installs Skua into the current Phoenix project.
mix igniter.install skua
mix skua.installWires assets/css/skua.css and the JS hooks bundle, imports Skua's
components into lib/<app>_web.ex (Skua wins for button/input/header/
table/list), routes flashes through Skua toasts, strips the default
Phoenix navbar, and scaffolds an editable starter HomeLive at /.
Every step is idempotent — re-run any time after a Skua upgrade and it only adds what's missing. Steps that don't match the default Phoenix layout are reported as a manual instruction rather than corrupting a file.