Claude-skill-registry chapter-translation
Translate textbook chapter content into Urdu on demand while preserving technical accuracy and formatting.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/chapter-translation" ~/.claude/skills/majiayu000-claude-skill-registry-chapter-translation && rm -rf "$T"
manifest:
skills/data/chapter-translation/SKILL.mdsource content
Chapter Translation
Instructions
- Receive chapter content (Markdown or plain text) as input.
- Translate all content into Urdu, preserving:
- Technical terms (robotics, AI, programming terms)
- Diagrams/figure references (keep placeholders)
- Headings, lists, code blocks formatting
- Return the translated chapter ready for rendering in Docusaurus.
- Optionally, allow integration with content-personalization to apply user-specific adaptations before translation.
Example
Input:
{ "chapter_content": "Chapter 3: Kinematics of Humanoid Robots..." }