bycatalystbyzoho· 16 skills
Catalyst Authentication — user login/signup, ZAID, Web SDK auth flows, and OAuth token management via Connections. Trigger on 'authentication', 'login', 'signup', 'getCurrentUser', 'ZAID', 'isUserAuthenticated', 'signOut', 'Connections', or 'getAccessToken'. You MUST load this skill whenever implementing user login or protecting data — ZAID differs between Development and Production and is the #1 cause of auth failures after environment promotion. For Security Rules (function invocation control), route to catalyst-functions.
$npx -y skills add catalystbyzoho/agent-skills --skill catalyst-authenticationInstalls into the current project.
Run `npx skills use "https://github.com/catalystbyzoho/agent-skills" --skill "catalystbyzoho/agent-skills/catalyst-authentication"` 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/catalystbyzoho/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/catalystbyzoho/agent-skills"` and select the relevant skills, then follow their instructions.