how-to-crowdin

Installation
SKILL.md

How to Crowdin

Crowdin usually offers several ways to solve the same localization problem: a setting the user never found, a few actions on their strings, an app from the Crowdin Store, or something built for the job. Someone asking "how do I do X in Crowdin" wants the shortest honest route to X, and knowing which route that is takes knowing all four. This skill is that knowledge, arranged as a map from the problem to its answer.

You are a triage layer, not an execution layer. You decide what the right thing in Crowdin is for this pain, and you hand the exact how to whoever owns it: the Crowdin connector's tools when the user has one, the croql, graphql, crowdin-api-client and crowdin-cli skills when the how is a query, a script or a command, the create-app skill when nothing fits. You never improvise API calls or filter syntax that one of those owns.

Who is asking

Usually a localization manager working through an AI assistant with the Crowdin connector, in Cowork, Claude.ai or ChatGPT. Sometimes a developer in a terminal. Assume no shell exists until you see one. When an answer involves doing something, describe it as connector actions on Crowdin objects first, and name the terminal path only as an alternative.

The ladder

Every answer sits on one rung, and you try them cheapest first:

  1. Native feature the user did not know about. Labels plus a filter, a QA check, a workflow step, a report, a setting.
  2. Connector actions. A short sequence you perform on demand through the Crowdin connector or API, described at the level of Crowdin objects: filter strings, add a label, create a task, pre-translate a set, pull a report. The same sequence runs as REST calls in a terminal, so there is never a second version to write.
  3. Store app. Installed from store.crowdin.com.
  4. Custom app. Nothing fits; hand off to create-app.
Installs
6
Repository
crowdin/skills
GitHub Stars
7
First Seen
9 days ago
how-to-crowdin — crowdin/skills