Skip to content
Skillv1.0.0

lumia-translations

AGENTS Instructions

by lumiastream(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from lumiastream/lumia-translations (AGENTS.md). Install upstream with npx skills add lumiastream/lumia-translations. Copyright stays with the author.

AGENTS Instructions

Translation Policy

  • Every new translation key must be added to all locale files in src/translations.
  • For new keys, each locale file must contain a translation in that locale (not English placeholder text), except en which uses English.
  • Supported locales: ar, de, en, es, fr, nl, pt, sv, tr, zh.
  • When updating wording, keep all locale files aligned to the same meaning.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/lumiastream-lumia-translations-lumia-translations/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

lumiastream-lumia-translations-lumia-translations.ocm.jsonjson
{
  "ocm": "1",
  "id": "lumiastream-lumia-translations-lumia-translations",
  "kind": "skill",
  "name": "lumia-translations",
  "description": "AGENTS Instructions",
  "publisher": "lumiastream",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/lumiastream/lumia-translations",
      "path": "AGENTS.md",
      "ref": "f28058d2feba103e25b71d5b805b2fa95b86a01c",
      "url": "https://github.com/lumiastream/lumia-translations/blob/f28058d2feba103e25b71d5b805b2fa95b86a01c/AGENTS.md",
      "key": "lumiastream/lumia-translations/AGENTS.md"
    }
  },
  "instructions": "# AGENTS Instructions\n\n## Translation Policy\n- Every new translation key must be added to all locale files in `src/translations`.\n- For new keys, each locale file must contain a translation in that locale (not English placeholder text), except `en` which uses English.\n- Supported locales: `ar`, `de`, `en`, `es`, `fr`, `nl`, `pt`, `sv`, `tr`, `zh`.\n- When updating wording, keep all locale files aligned to the same meaning.",
  "cost": {
    "context_tokens": 106
  }
}

Fetch it by URL: GET /api/v1/registry/lumiastream-lumia-translations-lumia-translations/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

lumia-translations - Skill - OpenSmartRoute