Scaffold a new Emisar domain context — context + authorizer + schema + query + changeset + migration + tests, wired into the permission union. Use when adding a new resource/table/domain concept to portal/apps/emisar, or starting a feature that needs its own context.
$npx -y skills add andrewdryga/emisar --skill elixir-new-contextInstalls into the current project.
Run `npx skills use "https://github.com/andrewdryga/emisar" --skill "andrewdryga/emisar/elixir-new-context"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/andrewdryga/emisar" that are relevant to the current task. Run `npx skills add "https://github.com/andrewdryga/emisar"` and select the relevant skills, then follow their instructions.