Chapter Translation to Urdu

VerifiedSafe

Translates textbook chapter content into Urdu, preserving technical terms, formatting, and figure references. Supports optional user-specific adaptations before translation, outputting clean Markdown ready for Docusaurus.

Sby Skills Guide Bot
ContentIntermediate
606/2/2026
Claude CodeCopilotCodex
#translation#urdu#textbook#docusaurus#content-localization

Recommended for

Our review

Translates textbook chapter content from English to Urdu while preserving technical accuracy, formatting, and structure for Docusaurus rendering.

Strengths

  • Preserves technical terms in robotics, AI, and programming without translation
  • Maintains Markdown formatting, headings, lists, and code blocks
  • Supports optional personalization adaptations before translation

Limitations

  • May require post-editing for context-specific technical terminology
  • Not suitable for non-technical or creative content
When to use it

Use when you need to translate a technical textbook chapter into Urdu for a documentation platform like Docusaurus.

When not to use it

Avoid for marketing copy, poetry, or content where stylistic nuance is critical.

Security analysis

Safe
Quality score85/100

The skill only translates text content into Urdu and does not involve any execution of system commands, network access, or file manipulation. It poses no security risk.

No concerns found

Examples

Translate Chapter into Urdu
Translate the following chapter into Urdu: 'Chapter 3: Kinematics of Humanoid Robots. This chapter covers joint angles, forward kinematics, and inverse kinematics...' Preserve all technical terms and markdown formatting.

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