tooyoung:docs-i18n-pr

Fork repositories, translate documentation, and submit pull requests.

17|4|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/shiqkuangsan/oh-my-daily-skills --skill tooyoung-docs-i18n-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tooyoung:docs-i18n-pr
Source: https://github.com/shiqkuangsan/oh-my-daily-skills/tree/main/skills/docs-i18n-pr
Command: npx skills add https://github.com/shiqkuangsan/oh-my-daily-skills --skill tooyoung-docs-i18n-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of forking an open-source repository, translating its documentation into another language, and submitting a pull request for review.

Core Features & Use Cases

  • Automated Forking & Cloning: Handles the initial setup of your local repository copy.
  • Framework Detection: Intelligently identifies the documentation framework (Mintlify, VitePress, Docusaurus, Nextra, GitBook).
  • Parallel Translation: Leverages sub-agents to translate content efficiently.
  • Cross-link Correction: Ensures all internal links are correctly updated for the new language.
  • Use Case: You find a project with excellent English documentation but no Spanish version. You can use this Skill to automatically create a Spanish translation and open a PR to contribute it back to the project.

Quick Start

Use the tooyoung:docs-i18n-pr skill to translate the documentation of the repository at https://github.com/example/repo into Spanish.

Frequently Asked Questions about tooyoung:docs-i18n-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically translate documentation and submit a pull request to an open-source repository?

To automate documentation translation and submit a pull request, this Skill forks the target repository, translates the content into your specified language using parallel sub-agents, and generates a PR with appropriate commit messages and body content.

What documentation frameworks are supported for automated i18n translation?

Automated i18n translation supports Mintlify, VitePress, Docusaurus, Nextra, and GitBook frameworks. The Skill intelligently detects the framework used and analyzes existing i18n structures before translating.

How do internal cross-links get updated when translating documentation into another language?

Internal cross-links are updated through a dedicated correction mechanism during the translation process. This ensures all internal links correctly point to the new language-specific documentation paths.

What is the best way to contribute a Spanish translation to an English-only open-source project?

The best way to contribute a Spanish translation is to use this Skill to fork the repository, automatically translate the English documentation, fix cross-links, and open a pull request for the maintainers to review.

Does the tool handle forking and cloning the repository automatically before translation?

Yes, the tool handles forking and cloning automatically. It manages the entire initial setup of your local repository copy before starting the parallel translation of the documentation files.