cliente:criar-a-partir-video

Transform YouTube videos into structured courses with React/JSX scaffolding.

Updated Aug 25, 2025
One-click install
npx skills add https://github.com/joaopelegrino/app-controle --skill cliente-criar-a-partir-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cliente:criar-a-partir-video
Source: https://github.com/joaopelegrino/app-controle/tree/main/.claude/skills/cliente:criar-a-partir-video
Command: npx skills add https://github.com/joaopelegrino/app-controle --skill cliente-criar-a-partir-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python youtube_transcript.py.

What problem does it solve?

This skill empowers end-users (clients) to easily transform YouTube videos, playlists, or series into structured courses on the Plataforma B2B de treinamento técnico corporativo. It eliminates the manual effort of content structuring, adapting the course layout dynamically based on video characteristics and user objectives.

Core Features & Use Cases

  • Interactive Diagnostic Flow: Claude guides users through a series of questions to understand the video content (duration, type, objective) and proposes an adaptive course structure.
  • Flexible Course Structuring: Dynamically create course layouts with varying numbers of sections and modules, suitable for short videos (<1h) or extensive playlists (100+ videos).
  • Content Transformation: Extract video transcripts, analyze key topics, and generate corresponding React/JSX code for course data and components.
  • Use Case: A client wants to create a course from a 45-minute YouTube video on "Git Basics". The skill diagnoses it as a short video, proposes a single section with 3-4 modules, and generates the gitLearningData.js and GitLearningSystem.jsx files.

Quick Start

Use the cliente:criar-a-partir-video skill to create a new course from the YouTube video URL 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'.

Frequently Asked Questions about cliente:criar-a-partir-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a YouTube video into a structured course?

Transform YouTube videos into courses by providing the video URL to this Skill, which diagnoses the content length and type, then generates a dynamic course structure with sections, modules, and React/JSX scaffolding tailored to your material—from short videos to 100+ hour playlists.

Can I convert YouTube playlists into multi-section courses?

Yes. The Skill handles single videos, playlists, series, and multiple standalone videos, automatically adapting the course architecture based on total duration and content characteristics to create appropriate section and module hierarchies.

What does the Skill generate after analyzing my YouTube content?

It produces React/JSX code scaffolding and course data files derived from extracted video transcripts and analyzed topics, ready to integrate into your training platform without manual content structuring.

Do I need to manually extract transcripts from YouTube videos?

No. The Skill automates transcript extraction from YouTube content as part of its diagnostic flow, analyzing key topics directly to generate your course structure and code components.

Can I use this for both short educational videos and long technical playlists?

Yes. The interactive diagnostic adapts course layouts flexibly—proposing single-section structures for short videos and multi-section hierarchies for extensive playlists, supporting programs from under 1 hour to 100+ hours.

What input do I need to provide to create a course?

Provide a YouTube video URL, playlist link, or series identifier. The Skill then guides you through questions about duration, content type, and objectives to propose and generate the tailored course structure.