Claude Code plugins for learning and productivity
npx claudepluginhub kim-jeonghyun/jh-claude-pluginsBlog and web article study notes with summaries, insights, translation, and comprehension quizzes
YouTube video study notes with adaptive depth, topic segmentation, and comprehension quizzes
Claude Code plugins for learning and productivity. Each plugin is a pure configuration-based skill (SKILL.md) that extends Claude Code with specialized workflows -- no runtime code required.
Claude Code plugins are configuration-only packages that teach Claude new skills via SKILL.md files. They require no runtime code -- just structured instructions that Claude follows using its built-in tools (WebFetch, Write, etc.).
| Plugin | Description | Version |
|---|---|---|
| article-study | Blog/web article study notes with comprehension quizzes | 0.2.0 |
| yt-study | YouTube video study notes with adaptive depth | 1.1.0 |
Add marketplace:
claude plugin marketplace add kim-jeonghyun/jh-claude-plugins
Install a plugin:
# Blog/web article study notes
claude plugin install article-study@jh-claude-plugins
# YouTube video study notes (requires yt-dlp)
claude plugin install yt-study@jh-claude-plugins
To avoid plugin name collisions, legacy names were renamed:
blog-digest -> article-studyyoutube-digest -> yt-studyFor uninstall/reinstall/config update steps, see:
Contributions welcome! See CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License.
The yt-study plugin is a fork of youtube-digest by Team Attention (MIT License). See NOTICE for attribution details.