globalize-now-project-setup

globalize-now-project-setup is a skill for Claude Code, Codex from globalize-now/globalize-skills. It costs 107 tokens per session (7,708 once invoked), scanned A, original, MIT.

A setup workflow for Globalize, a translation-management service. It creates a translation project, connects a GitHub or GitLab repository, and configures which catalog files contain translations.

In plain words
What is it for?
Use it when starting a Globalize translation project or connecting an existing GitHub or GitLab project to it.
Why use it?
It removes the manual work of linking a repository and telling the translation service where localization files are stored. It requires the Globalize command-line tool and an authenticated account.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when starting a Globalize translation project or connecting an existing GitHub or GitLab project to it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/globalize-now/globalize-skills/globalize-now-project-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add globalize-now/globalize-skills --skill globalize-now-project-setup
Clone the repo
git clone --depth 1 https://github.com/globalize-now/globalize-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for globalize-now-project-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/globalize-now/globalize-skills/globalize-now-project-setup/github.svg)](https://agentmods.dev/skills/globalize-now/globalize-skills/globalize-now-project-setup)
Your own site
<a href="https://agentmods.dev/skills/globalize-now/globalize-skills/globalize-now-project-setup"><img src="https://agentmods.dev/badge/skills/globalize-now/globalize-skills/globalize-now-project-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for globalize-now-project-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/globalize-now/globalize-skills/globalize-now-project-setup"><img src="https://agentmods.dev/badge/skills/globalize-now/globalize-skills/globalize-now-project-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,708 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.07708
Opus 5 $0.00053 $0.03854
Sonnet 5 $0.00021 $0.01542
Haiku 4.5 $0.00011 $0.00771

Measured 10d ago against content hash 5a130c7eb3b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

globalize-now-project-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/globalize-now-project-setup/SKILL.md · 500 lines

How it starts

The opening of the file, as written. The whole thing — 500 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Globalize Project Setup

The Globalize CLI (@globalize-now/cli-client) lets AI agents manage translation projects, languages, glossaries, style guides, and repository connections on the Globalize platform.

This skill creates a translation project, connects your git repository, and sets the catalog file patterns. It assumes you are already signed in.

Follow these steps in order.


Auth precheck

Before anything else, confirm the CLI is installed and authenticated:

npx @globalize-now/cli-client auth status --json

If this returns a valid source and key, continue. If it fails or reports no credentials, STOP:

"You're not signed in to Globalize yet. Run the globalize-now-account-setup skill first to install the CLI and authenticate, then re-run this skill."


Supplied inputs (orchestrated mode)

This skill can be driven by another skill (e.g. the globalize-guide orchestrator) that has already collected the project details and just-converted catalog paths.

If .globalize/globalize-inputs.json exists in the project root (or the invoking prompt supplies these values directly), read it and treat its fields as authoritative: skip the detection in Step 1 and the Setup Mode prompt below, run unguided, and proceed straight to Step 2 (provider connection) → Step 3 (create project) → Step 4 (connect repo). Do not re-detect or re-prompt for anything the file provides.

Expected shape:

{
  "projectName": "my-app",
  "sourceLocale": "en",
  "targetLocales": ["de", "fr", "es"],
  "provider": "github",
  "owner": "acme",
  "repo": "my-app",
  "gitUrl": "https://github.com/acme/my-app.git",
  "catalogPath": "src/locales/{locale}/messages.po",
  "localePathPattern": "src/locales/{locale}/messages.po",
  "fileFormat": "po",
  "pathLocales": [],
  "importMode": "ignore",
  "importScope": "new_keys_only",
  "mode": "orchestrated"
}

localePathPattern + fileFormat are the values to pass to repositories create --patterns (skip the server-side github detect / gitlab detect step — patterns are already known).

Read the full file on GitHub · 500 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 500 lines · 107 tokens per session scan A 5a130c7eb3b2

Subscribe to this mod's changes

globalize-now-project-setup is a skill published in the GitHub repository globalize-now/globalize-skills (3 stars, last pushed 3d ago), licensed MIT. It adds 107 tokens to every session and 7,708 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

nextjs-locale-monorepo

Add locale-prefixed i18n routing across a Next.js monorepo (Turborepo / pnpm workspaces) by extracting the engine into a shared workspace package that every app consumes — locale detection + a middleware/proxy factory + a use client LocaleProvider/hooks, plus a shared supportedLanguages config. Each app redirects /…

stealth-factory/skills · 210 tokens

nextjs-locale-standalone

Add locale-prefixed i18n routing to a single (non-monorepo) Next.js App Router site — a middleware/proxy that redirects / and any unprefixed path to / /… using the locale toggle's last choice (the NEXTLOCALE cookie) then the browser's Accept-Language, a [locale] layout with a LocaleProvider + hooks, and a LocaleToggle…

stealth-factory/skills · 184 tokens

thai-resume

Use this skill for any task involving Thai-language or bilingual (TH/EN) resumes and CVs. Trigger whenever the user asks to: write a Thai resume, draft a CV in Thai, build a bilingual Thai-English resume, format an application for a Thai employer, choose between พ.ศ. and ค.ศ. dates in a CV, or tailor a resume for…

Boom-Vitt/claude-thai-skills · 146 tokens

thai-text-processing

Use this skill for any task involving Thai text in code — word segmentation, Unicode normalization, sorting/collation, search indexing, romanization, truncation, or database/Elasticsearch configuration for Thai. Trigger whenever the user asks to: tokenize / segment Thai (no spaces between words), normalize Thai text…

Boom-Vitt/claude-thai-skills · 193 tokens

thai-address

Use this skill for any task involving Thai postal address parsing, validation, formatting, or province/postcode lookup. Trigger whenever the user asks to: parse a Thai address into fields, validate a 5-digit Thai postcode, look up a province from its postcode, or format an address for a shipping label. Also trigger…

Boom-Vitt/claude-thai-skills · 127 tokens