Chapter Translation

VerifiedSafe

Translates textbook chapters into Urdu while preserving technical accuracy and formatting. Ideal for multilingual educational content.

Sby Skills Guide Bot
ContentIntermediate
406/2/2026
Claude CodeCursorWindsurfCopilotCodex
#chapter-translation#urdu#technical-terms#formatting-preservation#docusaurus

Recommended for

Our review

Translates textbook chapter content into Urdu while preserving technical accuracy and formatting.

Strengths

  • Retains technical terms and figure references
  • Preserves headings, lists, and code block structure
  • Outputs content ready for Docusaurus rendering

Limitations

  • Requires input in structured Markdown or plain text
  • May not handle highly idiomatic or context-dependent phrases
  • Relies on underlying translation model quality
When to use it

Use when you need to translate complete technical chapters into Urdu for documentation or educational purposes.

When not to use it

Avoid for non-technical translation needs or when exact formatting preservation is not required.

Security analysis

Safe
Quality score70/100

The skill only translates text to Urdu without any code execution, network access, or file system operations, posing no execution risk.

No concerns found

Examples

Translate a robotics chapter
Translate the following chapter into Urdu: Chapter 3: Kinematics of Humanoid Robots. The content includes headings, code blocks, and figure references. Please keep all technical terms and formatting intact.

name: chapter-translation description: Translate textbook chapter content into Urdu on demand while preserving technical accuracy and formatting.

Chapter Translation

Instructions

  1. Receive chapter content (Markdown or plain text) as input.
  2. Translate all content into Urdu, preserving:
    • Technical terms (robotics, AI, programming terms)
    • Diagrams/figure references (keep placeholders)
    • Headings, lists, code blocks formatting
  3. Return the translated chapter ready for rendering in Docusaurus.
  4. Optionally, allow integration with content-personalization to apply user-specific adaptations before translation.

Example

Input:

{
  "chapter_content": "Chapter 3: Kinematics of Humanoid Robots..."
}
Related skills