stanford-cs146s-kr
Automated Korean translation and publishing of Stanford course readings
All Skills in This Repository (14)
Pure Emerald Level Indicatorscommit
Generate conventional commit messages from staged git changes and commit after confirmation.
publish-cheatsheet
Copy NanoBanana cheat-sheet images to public directories and update readings.ts references.
eval-summary
Validate readings.ts summaries against Korean Markdown and report issues.
review-translation
Cross-check Korean translations against English originals to identify inaccuracies and inconsistencies.
nanobanana
Generate structured markdown cheatsheet prompts from long-form content.
upload-reading
Parse translated Markdown readings into ReadingContent and update readings.ts and syllabus.ts.
improve-prompt
Validate translated prompts against originals and flag inconsistencies.
download-youtube
Downloads YouTube audio and transcripts, converting subtitles from VTT to Markdown for organized weekly use.
wrap
Automate end-of-session cleanup and learning capture for Claude Code sessions.
split-youtube-chapters
Extract YouTube video chapters into a hierarchical readings tree with markdown files.
review-cheatsheet
Extract text from cheat-sheet images and compare it against Korean Markdown documents.
translate-reading
Translate CS readings into Korean Markdown with a deterministic multi-step pipeline.
Frequently Asked Questions
FAQPage SchemaHow to install stanford-cs146s-kr?โผ
Run `npx skills add team-attention/stanford-cs146s-kr --all -g -y` in your terminal to install all skills in this suite globally.
How to translate course readings into Korean automatically?โผ
Run /fetch-reading with a URL to collect the source, then /translate-reading to produce a polished Korean version through terminology lookup, translation, refinement, and QA stages.
Can it process long YouTube lectures with chapters?โผ
Yes. It downloads subtitles, splits videos into chapters automatically, and translates or summarizes each chapter as a separate page.
How does it check translation quality?โผ
The review-translation skill cross-checks every translation with Claude, Codex, and Gemini, then merges their findings into one report with agreed issues highlighted.
Do I need coding experience to use these skills?โผ
No. You run simple slash commands in plain language, and the agent handles file parsing, translation, and website publishing for you.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides