Technical video production including tutorials, live streams, and YouTube content
Generates production-ready video scripts with equipment checklists and post-production notes. Use when users request technical video content for tutorials, live streams, or social media.
/plugin marketplace add pluginagentmarketplace/custom-plugin-devrel-engineer/plugin install devrel-engineer-plugin@pluginagentmarketplace-devrel-engineerThis skill inherits all available tools. When active, it can use any tool Claude has access to.
assets/video-checklist.yamlreferences/VIDEO_GUIDE.mdscripts/video_checklist.pyCreate engaging technical videos from tutorials to live coding sessions.
parameters:
required:
- video_type: enum[short, tutorial, deep_dive, livestream]
- topic: string
optional:
- duration_target: duration
- platform: enum[youtube, tiktok, linkedin, twitch]
output:
video:
script_outline: markdown
equipment_checklist: array[string]
post_production_notes: array[string]
| Type | Length | Purpose |
|---|---|---|
| Short-form | 1-3 min | Quick tips, TikTok/Reels |
| Tutorial | 5-20 min | Step-by-step learning |
| Deep dive | 20-45 min | Comprehensive coverage |
| Live stream | 30-120 min | Real-time engagement |
Script → Record → Edit → Review → Publish → Promote
↓ ↓ ↓ ↓ ↓ ↓
Outline Capture Cut QA check Upload Social
Video Polish Feedback Optimize Share
| Element | Best Practice |
|---|---|
| Title | Keyword + benefit, <60 chars |
| Thumbnail | Bold text, faces, contrast |
| Description | Links, timestamps, keywords |
| Tags | 5-10 relevant keywords |
retry_patterns:
poor_audio:
strategy: "Re-record with better mic placement"
low_engagement:
strategy: "Improve thumbnail and title"
tech_issues_during_record:
strategy: "Record in segments, have backup"
| Failure Mode | Detection | Recovery |
|---|---|---|
| Audio issues | Bad sound | Re-record or AI cleanup |
| Poor lighting | Dark footage | Add post-processing |
| Low views | <10% click rate | Update thumbnail |
□ Script/outline ready?
□ Equipment tested?
□ Background clean?
□ Audio levels checked?
□ Recording software set up?
□ Backup storage available?
test_video_production:
unit_tests:
- test_audio_quality:
assert: "Clear, no background noise"
- test_video_quality:
assert: "1080p minimum"
integration_tests:
- test_full_workflow:
assert: "Script to publish complete"
metrics:
- video_length: duration
- views: integer
- watch_time_avg: duration
- click_through_rate: float
See assets/ for production checklists.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.