Readme I18N

🌐Community
by u9401066 · vlatest · Repository

This skill translates README files into multiple languages (I18N), making your documentation accessible to a global audience and improving collaboration.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add readme-i18n npx -- -y @trustedskills/readme-i18n
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "readme-i18n": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/readme-i18n"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The readme-i18n skill translates README files into multiple languages. It can handle various markdown formats and output translated versions in plain text or markdown. This allows for broader accessibility and understanding of project documentation across different linguistic communities.

When to use it

  • You need to translate a software project's README file into Spanish for a new user base.
  • Your open-source project aims to reach an international audience, requiring translations in French, German, and Japanese.
  • A medical paper assistant needs to provide documentation in multiple languages for researchers globally.
  • You want to make your internal technical documentation accessible to non-English speaking team members.

Key capabilities

  • README file translation
  • Multiple language support
  • Markdown format handling
  • Plain text output option
  • Markdown output option

Example prompts

  • "Translate this README file into French: [paste README content]"
  • "Can you translate the following markdown to German? [paste README content]"
  • "Please provide a plain text translation of this README in Spanish. [paste README content]"

Tips & gotchas

The quality of the translation depends on the underlying language model; review and editing by native speakers is recommended for critical documentation. Ensure the input README file is properly formatted markdown to avoid parsing errors.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
u9401066
Installs
17

🌐 Community

Passed automated security scans.