From 9b5ae6ff6ab98f86fe76256a55edb4f903787b4a Mon Sep 17 00:00:00 2001 From: Clawdbot Date: Wed, 8 Apr 2026 04:36:35 +0200 Subject: [PATCH 1/2] docs: add youtube skills resource Fixes #10 Co-Authored-By: Claude --- README.md | 1 + guide/ultimate-guide.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b636b86..7dfac35 100644 --- a/README.md +++ b/README.md @@ -906,6 +906,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. ### Community Resources - [everything-claude-code](https://github.com/affaan-m/everything-claude-code) — Production configs (45k+⭐) - [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) — Curated links +- [YouTube Skills for Claude Code](https://github.com/ZeroPointRepo/youtube-skills) — 12 skills for search, transcripts, chapters, analysis - [SuperClaude Framework](https://github.com/SuperClaude-Org/SuperClaude_Framework) — Behavioral modes ### Tools diff --git a/guide/ultimate-guide.md b/guide/ultimate-guide.md index 79387f7..695168a 100644 --- a/guide/ultimate-guide.md +++ b/guide/ultimate-guide.md @@ -24016,6 +24016,7 @@ The Claude Code ecosystem is growing rapidly. Here are curated resources to cont | [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) | Commands, workflows, IDE integrations | | [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) | Custom skills collection | | [awesome-claude-skills (BehiSecc)](https://github.com/BehiSecc/awesome-claude-skills) | Skills taxonomy (62 skills, 12 categories) | +| [youtube-skills](https://github.com/ZeroPointRepo/youtube-skills) | YouTube skills pack (search, transcripts, chapters, analysis) | | [awesome-claude](https://github.com/alvinunreal/awesome-claude) | General Claude resources (SDKs, tools) | #### Frameworks From 519b460cb6bca0aefaf502954bc4c4d29c507c22 Mon Sep 17 00:00:00 2001 From: zerone0x <39543393+zerone0x@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:22:39 +0000 Subject: [PATCH 2/2] docs: add changelog entry for youtube skills --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3022ebb..2b6a6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added + +- **YouTube Skills for Claude Code** (`README.md`, `guide/ultimate-guide.md`): Added [youtube-skills](https://github.com/ZeroPointRepo/youtube-skills) to the community resources and Awesome Lists sections — 12 skills for YouTube search, transcripts, chapters, and content analysis. + ## [3.38.6] - 2026-04-06 ### Documentation