← All plugins
youtube
v1.0.0A six-stage YouTube production pipeline bundled as one plugin. Each stage is a skill that takes the previous stage's output as input: research → script → SEO/metadata → visual direction → editor brief → thumbnail. Skills are templated with [Creator]/[Channel] placeholders.
Claude Code
by SleestkMIT86updated 1 month ago
Source
git clone https://github.com/Sleestk/Skills-PipelineClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is YouTube/ inside the repository.
Layout
YouTube/
└── .claude-plugin/plugin.json
Manifests1
YouTube/.claude-plugin/plugin.json
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "youtube",
"description": "A six-stage YouTube production pipeline bundled as one plugin. Each stage is a skill that takes the previous stage's output as input: research → script → SEO/metadata → visual direction → editor brief → thumbnail. Skills are templated with [Creator]/[Channel] placeholders.",
"version": "1.0.0",
"author": {
"name": "Sleestk",
"url": "https://github.com/Sleestk"
},
"homepage": "https://github.com/Sleestk/Skills-Pipeline",
"repository": "https://github.com/Sleestk/Skills-Pipeline",
"license": "MIT",
"keywords": [
"youtube",
"content-creation",
"video",
"scriptwriting",
"seo",
"thumbnail",
"production-pipeline"
]
}