Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

youtube-devrelYouTube 开发者

Agent Skill

youtube-devrel 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,126

周安装

46

GitHub Stars

69

下载量

364
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:youtube-devrel(YouTube 开发者)
来源仓库:https://github.com/jonathimer/devmarketing-skills
仓库路径:skills/youtube-devrel
安装命令:
npx skills add https://github.com/jonathimer/devmarketing-skills --skill youtube-devrel
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jonathimer/devmarketing-skills --skill youtube-devrel

简介

用于查找、检索和筛选相关信息。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可结合来源仓库和 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/jonathimer/devmarketing-skills --skill youtube-devrel。
  • 安装前建议确认权限范围和维护状态。

SKILL.md

YouTube for Developer Relations

YouTube is the second-largest search engine and where developers go to learn. This skill covers tutorial structure, screen recording setup, live coding, shorts vs long-form, thumbnails, and SEO for technical content.


Before You Start

  1. Read .agents/developer-audience-context.md if it exists
  2. Audit existing technical YouTube channels in your space
  3. Understand: Developer YouTube is a long game — consistency > perfection

Understanding Developer YouTube

Who Watches Dev Content

AudienceWhat they wantVideo length
Learning developersComplete tutorials15-45 min
Working developersQuick solutions5-15 min
Senior developersDeep dives, architecture30-60 min
Decision makersDemos, overviews3-10 min
Conference attendeesRecorded talks20-45 min

Content Types That Work

Content typeView potentialEffortNotes
Tutorial (build X)Very highHighEvergreen traffic
Problem/solutionHighMediumSearch-driven
Tool comparisonsHighMediumHigh search volume
Live codingMedium-highLowEngagement-focused
Project updatesMediumLowCommunity building
Conference talksMediumLowRepurpose content
ShortsHigh reachLowDiscovery-focused

Successful Dev YouTube Channels

ChannelStyleWhy it works
FireshipFast, dense, opinionatedRespects viewer time
ThePrimeagenPersonality, live reactionsAuthentic, entertaining
Traversy MediaClear, beginner-friendlyComprehensive tutorials
Hussein NasserDeep dives, whiteboardEngineering depth
Ben AwadCasual, real codingRelatable, genuine

Tutorial Structure

The Tutorial Template

0:00 - Hook (what you'll build/learn)
0:30 - Prerequisites & setup
2:00 - Concept explanation (why)
4:00 - Step 1: [First major step]
8:00 - Step 2: [Second major step]
...
XX:00 - Final result demo
XX:30 - Recap & next steps
XX:45 - CTA (subscribe, comment)

Opening Hook (First 30 Seconds)

ElementPurpose
Show the end resultProve it's worth watching
State what they'll learnSet expectations
Mention prerequisitesQualify viewers
Estimated timeRespect their time

Example hook:

"By the end of this video, you'll have a working CLI tool
that can scrape any website and export to JSON. We'll use
Node.js and Cheerio — you just need basic JavaScript
knowledge. This should take about 20 minutes. Let's go."

Pacing Guidelines

Video lengthSegment lengthNotes
5-10 min1-2 min segmentsFast, focused
15-30 min3-5 min segmentsStandard tutorial
30-60 min5-10 min segmentsDeep dive

Common Tutorial Mistakes

MistakeImpactFix
Too much setupViewers drop offSkip to interesting parts
Not showing end resultNo motivationShow finished product first
Going too fastConfusionPause on key steps
Going too slowBoredomEdit out pauses, typos
No timestampsPoor navigationAdd chapters
Walls of codeOverwhelmingBuild incrementally

Screen Recording Setup

Essential Equipment

EquipmentBudget optionBetter option
MicrophoneBlue Snowball ($50)Shure SM7B ($400)
Screen recordingOBS (free)ScreenFlow ($170)
WebcamBuilt-inLogitech C920 ($80)
LightingWindow lightRing light ($30)
EditorDaVinci Resolve (free)Premiere Pro ($22/mo)

Audio is More Important Than Video

PriorityWhy
1. Clear audioBad audio = immediate click away
2. Readable codeText must be crisp
3. Good lightingFor facecam sections
4. High resolution1080p minimum

Screen Recording Best Practices

SettingRecommendation
Resolution1920x1080 or 2560x1440
Font size18-24pt in editor
ThemeDark theme (easier on eyes)
ZoomUse IDE zoom for key sections
NotificationsDisable all
BrowserUse clean profile, no bookmarks bar

Recording Workflow

  1. Script key points (don't read verbatim)
  2. Test audio levels before recording
  3. Record in segments (easier editing)
  4. Leave pauses for edits (clap or say "edit")
  5. Show face at transitions (builds connection)
  6. Record extra b-roll (diagrams, browser, terminal)

Live Coding Content

Live Coding Formats

FormatLengthPlatform
Twitch stream → YouTube1-4 hoursBoth
YouTube Live30-90 minYouTube
Pre-recorded "live"20-45 minYouTube

Live Coding Best Practices

DoDon't
Explain your thinkingCode silently
Embrace mistakesPretend you know everything
Read chatIgnore audience
Have a goalMeander aimlessly
Take breaksMarathon without pause
Use timestamps post-streamLeave as giant blob

Common Live Coding Content

ContentExample
Project from scratch"Building a REST API live"
Code review"Reviewing subscriber PRs"
Problem solving"LeetCode medium problems"
Exploring new tech"Learning Rust in public"
Bug hunting"Fixing production issues live"

Shorts vs Long-Form

YouTube Shorts (< 60 seconds)

AspectBest practice
HookImmediate (first 1-2 seconds)
Length30-45 seconds optimal
Aspect ratio9:16 (vertical)
ContentOne tip, one concept
TextBig, on-screen captions
AudioClear voiceover

Shorts Content Ideas

TypeExample
Quick tips"One command to speed up Git"
Syntax shortcuts"JavaScript spread operator in 30s"
Tool demos"VS Code extension you need"
Code transformations"Before/after refactoring"
Hot takes"Stop using X, here's why"

Shorts Strategy

GoalApproach
Grow subscribersPost 3-5 shorts/week
Drive to long-formTease tutorials in shorts
Algorithm favorConsistent posting schedule
Repurpose contentCut from long videos

Long-Form vs Shorts

Long-formShorts
Search trafficDiscovery traffic
Watch time revenueLow revenue
DepthBreadth
Subscribers who staySubscribers who scroll
Comments, communityLess engagement

Thumbnails for Developers

Thumbnail Principles

ElementGuideline
Text3-5 words max
FaceExpression adds emotion
Logo/iconTech being discussed
ColorsHigh contrast, brand consistent
CompositionRule of thirds

Thumbnail Patterns That Work

PatternExample
Face + tech logo + emotion[Surprised face] + [React logo] + "It changed everything"
Before/after[Broken code] → [Working code]
Big text + icon"STOP" + [X mark]
Comparison[Tech A] vs [Tech B]
Result preview[Screenshot of finished app]

Thumbnail Creation

ToolBest for
CanvaQuick, easy templates
FigmaDesign control
PhotoshopAdvanced editing
Thumbnail templatesConsistency

A/B Test Thumbnails

YouTube allows thumbnail testing:

  1. Upload video with thumbnail A
  2. After 48 hours, change to B
  3. Compare CTR in analytics
  4. Keep winner

YouTube SEO

Where Keywords Matter

LocationImpactBest practice
TitleHighestPrimary keyword early
DescriptionHighFirst 2 sentences keyword-rich
TagsLowInclude, but don't overthink
Captions/transcriptMediumAuto-generated + edit
FilenameLowInclude keyword anyway

Title Formulas

FormulaExample
[Tech] Tutorial: [What you'll build]"React Tutorial: Build a Todo App from Scratch"
How to [Task] with [Tech]"How to Deploy to AWS with Docker"
[Tech A] vs [Tech B]: Which is Better?"Next.js vs Remix: Which Should You Learn?"
[Number] [Topic] Tips in [Time]"10 VS Code Tips in 10 Minutes"
Why I [Action] [Tech]"Why I Switched from React to Svelte"

Description Template

[First 150 chars: Compelling summary with main keyword]

In this video, I'll show you [what they'll learn].

Timestamps:
0:00 - Introduction
2:00 - [Section 1]
[...]

Resources mentioned:
- [Link 1]
- [Link 2]

Links:
🔗 My website: [URL]
🔗 GitHub repo: [URL]
🔗 Discord: [URL]

#[keyword1] #[keyword2] #[keyword3]

Research Keywords

ToolUse for
YouTube search autocompleteReal search queries
TubeBuddy/VidIQSearch volume, competition
Google TrendsTrending topics
Competitor titlesWhat's working

Platform-Specific Do's and Don'ts

Do's

  1. Do show the end result first
  2. Do add chapters/timestamps
  3. Do use clear, readable code fonts
  4. Do invest in audio quality
  5. Do maintain consistent posting schedule
  6. Do engage with comments
  7. Do repurpose to shorts
  8. Do create custom thumbnails

Don'ts

  1. Don't skip the hook
  2. Don't use tiny fonts
  3. Don't record with room echo
  4. Don't forget CTAs
  5. Don't post inconsistently
  6. Don't ignore SEO basics
  7. Don't make clickbait thumbnails (trust erosion)
  8. Don't perfectionism (ship it)

Content Calendar

Weekly Schedule Example

DayContent
MondayShorts (tip/trick)
WednesdayLong-form tutorial
FridayShorts (from Wednesday video)
WeekendEdit next week's content

Monthly Planning

WeekFocus
Week 1Tutorial (main content)
Week 2Live stream or Q&A
Week 3Tutorial (main content)
Week 4Comparison or review

Tools

ToolUse case
OctolensMonitor YouTube and social for mentions of your tech topics, competitors, and find what developers are asking about.
OBS StudioFree screen recording and streaming
ScreenFlowMac recording and editing
DaVinci ResolveFree professional editing
DescriptEdit video by editing transcript
CanvaThumbnail creation
TubeBuddyYouTube SEO tools
Riverside.fmRemote recording

Getting Started Checklist

First video:

  • Script/outline key points
  • Test audio and screen recording
  • Record in 1080p minimum
  • Font size 18pt+ in editor
  • Show end result in first 30 seconds
  • Add timestamps/chapters
  • Create custom thumbnail
  • Write SEO-optimized title/description
  • Include CTA at end
  • Respond to comments within 24 hours

Related Skills

  • developer-audience-context — Know who's watching
  • dev-to-hashnode — Turn videos into blog posts
  • linkedin-technical — Share videos on LinkedIn
  • x-devs — Promote videos on Twitter
  • github-presence — Link repos in descriptions

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.91%
按下载量换算131

Claude

27.53%
按下载量换算100

Cursor

21.22%
按下载量换算77

Gemini CLI

8.59%
按下载量换算31

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills