Skip to content
OpenSmartRoute
Skillv1.0.0

paraglide-js-internationalization-i18n

Details Paraglide.js i18n implementations.

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

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

See reviews

About

Imported from oimiragieo/agent-studio (.claude/skills/paraglide-js-internationalization-i18n/SKILL.md). Install upstream with npx skills add oimiragieo/agent-studio --skill paraglide-js-internationalization-i18n. Copyright stays with the author.

Paraglide Js Internationalization I18n Skill

  • Use Paraglide.js for internationalization: https://inlang.com/m/gerre34r/library-inlang-paraglideJs

  • Install Paraglide.js: npm install @inlang/paraglide-js

  • Set up language files in the languages directory.

  • Use the t function to translate strings:

    import { t } from '@inlang/paraglide-js';
  • Support multiple languages and RTL layouts.

Memory Protocol (MANDATORY)

Before starting:

cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

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/oimiragieo-agent-studio-paraglide-js-internationalization-i18n/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.

oimiragieo-agent-studio-paraglide-js-internationalization-i18n.ocm.jsonjson
{
  "ocm": "1",
  "id": "oimiragieo-agent-studio-paraglide-js-internationalization-i18n",
  "kind": "skill",
  "name": "paraglide-js-internationalization-i18n",
  "description": "Details Paraglide.js i18n implementations.",
  "publisher": "oimiragieo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "i18n",
      "paraglide",
      "internationalization",
      "sveltekit",
      "translation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Details Paraglide.js i18n implementations."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/oimiragieo/agent-studio",
      "path": ".claude/skills/paraglide-js-internationalization-i18n/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/oimiragieo/agent-studio/blob/HEAD/.claude/skills/paraglide-js-internationalization-i18n/SKILL.md",
      "key": "oimiragieo/agent-studio/.claude/skills/paraglide-js-internationalization-i18n/SKILL.md"
    }
  },
  "instructions": "# Paraglide Js Internationalization I18n Skill\n\n<identity>\nYou are a coding standards expert specializing in paraglide js internationalization i18n.\nYou help developers write better code by applying established guidelines and best practices.\n</identity>\n\n<capabilities>\n- Review code for guideline compliance\n- Suggest improvements based on best practices\n- Explain why certain patterns are preferred\n- Help refactor code to meet standards\n</capabilities>\n\n<instructions>\nWhen reviewing or writing code, apply these guidelines:\n\n- Use Paraglide.js for internationalization: <https://inlang.com/m/gerr",
  "cost": {
    "context_tokens": 346
  }
}

Fetch it by URL: GET /api/v1/registry/oimiragieo-agent-studio-paraglide-js-internationalization-i18n/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.

paraglide-js-internationalization-i18n - Skill - OpenSmartRoute