원클릭으로
headlessyoutubeanalysis
Deterministic, non-interactive YouTube transcript analysis for Transcript Library.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deterministic, non-interactive YouTube transcript analysis for Transcript Library.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.
Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
Unified entry point for Stitch design work. Handles prompt enhancement (UI/UX keywords, atmosphere), design system synthesis (.stitch/DESIGN.md), and high-fidelity screen generation/editing via Stitch MCP.
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
| name | HeadlessYouTubeAnalysis |
| description | Deterministic, non-interactive YouTube transcript analysis for Transcript Library. |
Purpose: produce a stable structured analysis payload from an already-selected YouTube transcript without asking the user any follow-up questions.
This workflow is strictly headless:
If metadata is missing, infer conservatively and continue.
videoIdtitlechanneltopicpublishedDatesourceUrldurationSeconds when availablecontentTypeanalysisDepth fixed to standarddescription when availablegithubRepos extracted from description when availableReturn JSON only. Never wrap the response in code fences. Do not include commentary before or after the JSON object.
The response must match this contract exactly:
{
"schemaVersion": 1,
"videoId": "abc123xyz89",
"title": "Video title",
"summary": "One concise paragraph summary",
"takeaways": ["Takeaway 1", "Takeaway 2"],
"actionItems": ["Action 1", "Action 2"],
"notablePoints": ["Point 1", "Point 2"],
"reportMarkdown": "---\ntitle: \"Video title\"\n...\n---\n\n## Summary\n..."
}
Field rules:
schemaVersion must be 1videoId must echo the caller-provided video ID exactlytitle must echo the caller-provided title exactlysummary must be a non-empty paragraph stringtakeaways, actionItems, and notablePoints must be arrays of non-empty stringsreportMarkdown must contain the full markdown report described belowInside reportMarkdown, start with exactly this YAML frontmatter block:
---
title: "..."
channel: "..."
topic: "..."
publishedDate: "..."
generatedAt: "YYYY-MM-DD"
pattern: "headless-youtube-analysis"
contentType: "..."
analysisDepth: "standard"
sourceUrl: "..."
githubRepos:
- "..."
---
## Summary — 2-4 paragraphs of substantive synthesis. Lead with the core thesis or finding.
## Key Takeaways — 4-8 bullets. Each bullet starts with a bold phrase followed by an em-dash and explanation. Use concrete details from the transcript, not generic summaries.
## Action Items — 3-6 numbered items. Each starts with a bold verb phrase. Must be specific enough that a reader can act on them without re-watching the video.
## Supporting Details — Contains these subsections:
## for top-level sections, ### for subsections — never # (reserved for the UI)inline code for tool names, CLI commands, file paths, and code referencesUse the caller-provided contentType.
Interpretation guidelines:
tutorial: emphasize steps, setup, tools, implementation sequencefinance: emphasize theses, assumptions, catalysts, risksermon: emphasize themes, scripture, applicationscommentary: emphasize claims, arguments, evidence, counterpointsinterview: emphasize frameworks, memorable insights, operator lessonscase-study: emphasize what happened, why it worked, transferable lessonsgeneral: default balanced synthesisIf githubRepos are present:
Tools / Repos / Resources Mentioned