Log into the local Carbon ERP dev server with agent-browser using the DEV_BYPASS_EMAIL bypass. Use before any browser automation that needs an authenticated session (/test, /smoke-test, manual verification). Requires a running dev stack (crbn up). Building block — it leaves the session open for the caller.
$npx -y skills add crbnos/carbon --skill authInstalls into the current project.
Run `npx skills use "https://github.com/crbnos/carbon" --skill "crbnos/carbon/auth"` 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/crbnos/carbon" that are relevant to the current task. Run `npx skills add "https://github.com/crbnos/carbon"` and select the relevant skills, then follow their instructions.