← ClaudeAtlas

globalize-now-account-setuplisted

Install the Globalize CLI, authenticate, and verify your organization. Use this skill when the user asks to set up Globalize, install the Globalize CLI, sign in or authenticate with Globalize, or connect their Globalize account. Also use when the user mentions @globalize-now/cli-client or globalise-now-cli and needs to get signed in. This skill handles installation and authentication only — to create a translation project and connect a repository, use globalize-now-project-setup. For managing existing projects (glossaries, style guides, team members), use globalize-now-cli-use.
globalize-now/globalize-skills · ★ 3 · Web & Frontend · score 67
Install: claude install-skill globalize-now/globalize-skills
# Globalize Account Setup The Globalize CLI (`@globalize-now/cli-client`) lets AI agents manage translation projects, languages, glossaries, style guides, and repository connections on the [Globalize](https://globalize.now) platform. This skill gets the CLI installed and your account authenticated. Once you're signed in, run `globalize-now-project-setup` to create a translation project and connect your repository. Follow these steps in order. --- ## Setup Mode After Step 1 (detection) completes without blockers, ask the user: > **How would you like to proceed?** > 1. **Guided** — I'll explain each step before and after. > 2. **Unguided** — I'll run all steps without pausing and show a full summary at the end. ### Guided mode rules - **Before each step**: briefly explain what will happen and why. - **After each step**: summarize what changed (files installed, config created, commands run). ### Unguided mode rules - Execute all steps without pausing for per-step explanations. - Hard stops (e.g., Node.js not found) still halt execution — these are never skipped. - At the end, produce a summary: ``` ## Account Setup Complete ### What was done - [x] Step 1: Detect Environment — {Node version, existing auth yes/no} - [x] Step 2: Install CLI — {npx or global} - [x] Step 3: Authenticate — {auth method} - [x] Step 4: Verify — {org name} ### Next steps - Run `globalize-now-project-setup` to create a translation project and connect this repo. ``` --- ## Step 1: Detect th