translate-reading

Translate CS readings into Korean Markdown with a deterministic multi-step pipeline.

282|23|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/team-attention/stanford-cs146s-kr --skill translate-reading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate-reading
Source: https://github.com/team-attention/stanford-cs146s-kr/tree/main/.claude/skills/translate-reading
Command: npx skills add https://github.com/team-attention/stanford-cs146s-kr --skill translate-reading

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill translates original readings into Korean Markdown while preserving meaning and structure, enabling consistent localization of course materials and YouTube chapters.

Core Features & Use Cases

  • Multi-Page and YouTube Support: Translates single pages and hierarchical YouTube chapter content with preserved formatting.
  • Deterministic Pipeline: Employs a structured translation workflow (terminology lookup, translator, refinement, validation, QA, summarization) to ensure high-quality output.
  • Metadata-Driven Outputs: Produces Markdown artifacts with frontmatter including source URL, translation date, and QA scores for easy auditing and reuse.

Quick Start

Use the translate-reading skill to convert docs/week1/how-openai-uses-codex/eng/index.md to Korean, with optional steps controlled by flags as described in the workflow.

Frequently Asked Questions about translate-reading

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

FAQPage Schema
How do I translate technical readings into Korean Markdown while preserving structure?

To translate technical readings into Korean Markdown, use a deterministic multi-step pipeline that performs terminology lookup, translation, refinement, validation, QA, and summarization to preserve the original structure and meaning.

What is the best way to localize YouTube chapter content into Korean?

Localizing YouTube chapter content into Korean is best handled by a structured translation pipeline that processes hierarchical chapter formatting, applies terminology lookup, and outputs Markdown with frontmatter metadata for auditing.

Can I customize the translation pipeline for specific CS course materials?

Yes, you can customize the translation pipeline for CS course materials by using optional flags to control specific steps, ensuring the localized Markdown output meets your terminology and QA requirements.

How does terminology lookup work during Markdown localization?

Terminology lookup works as the initial step in a multi-step translation pipeline, identifying domain-specific terms before translation and refinement to ensure consistent Korean terminology across the final Markdown document.

Does the translated Markdown include metadata for tracking translation quality?

Yes, the translated Markdown includes frontmatter metadata containing the source URL, translation date, and QA scores, providing an auditable record of the localization pipeline's output quality.