Composable Svelte I18N
Dynamically generate Svelte components with localized content using composable functions and i18n data from jonathanbelolo.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add composable-svelte-i18n npx -- -y @trustedskills/composable-svelte-i18n
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"composable-svelte-i18n": {
"command": "npx",
"args": [
"-y",
"@trustedskills/composable-svelte-i18n"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides internationalization (i18n) support for Svelte applications using a composable approach. It simplifies the process of translating your application's text and adapting it to different locales. The skill enables developers to easily manage translations, switch between languages, and provide localized experiences for users.
When to use it
- You are building a Svelte application that needs to support multiple languages.
- You want a clean and composable way to handle internationalization in your Svelte project.
- Your team wants a standardized approach to managing translations within the Svelte codebase.
- You need to adapt date, number, or currency formats based on user locale.
Key capabilities
- Composable i18n solution for Svelte.
- Simplified translation management.
- Locale switching functionality.
- Localization of dates, numbers, and currencies (implied).
Example prompts
- "Translate the 'greeting' text to Spanish."
- "Set the current locale to French."
- "How do I add a new language?"
Tips & gotchas
- This skill requires familiarity with Svelte component structure.
- Ensure you have properly configured your translation files for each supported locale.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.