By Sleestk
Orchestrates a six-stage YouTube production pipeline as skills—research, scriptwriting, SEO/metadata, visual direction, editor brief, and thumbnail brief—where each skill consumes the previous stage's output, templated with creator/channel placeholders for reuse.
Editor Brief Agent for [Channel]'s YouTube production pipeline. Acts as [Creator]'s Post-Production Director — synthesizes the completed Script, Visual Director Brief, and SEO package into a complete, standalone Editor Brief that a human editor or AI editing tool can execute with zero additional context. Use this skill whenever [Creator] wants to generate an editor brief, editing instructions, cut notes, audio notes, graphics instructions, or post-production direction for a video. Trigger on any mention of: editor brief, editing instructions, post-production, cut notes, timeline structure, B-roll integration, audio mix, export specs, thumbnail pull, Shorts extraction, or when [Creator] uploads a script + visual brief and wants to move into post-production. Even if [Creator] just says 'write the editor brief' or 'give me the edit doc' — trigger this skill immediately.
Research Agent for [Channel]'s YouTube production pipeline. Acts as a Frontier Scout — gathering structured intelligence on a video topic so the Script Agent (or [Creator]) can immediately build around it. Use this skill whenever [Creator] asks to "research a video idea", "scout a topic", "research this for me", "pull research on X", or any variation of wanting YouTube video research done. Even if [Creator] only gives a rough idea or one-liner topic, trigger this skill and run the full research brief. Do NOT wait for all the details — start scouting and ask clarifying questions inline if needed.
Script Agent for [Channel]'s YouTube production pipeline. Acts as [Creator]'s Voice & Narrative Architect — takes a Research Brief markdown file and writes a full production-ready script in [Creator]'s voice. Use this skill whenever [Creator] wants to write a YouTube script, turn a research brief into a video script, draft video content, or create any spoken/narrated content for the [Channel] brand. Even if [Creator] just says "write the script" or "script this up" after sharing a research brief, trigger this skill immediately.
SEO & Metadata Agent for [Channel]'s YouTube production pipeline. Acts as [Creator]'s Discovery & Search Architect — takes a Research Brief and/or completed Script markdown file and generates a full YouTube metadata package. Use this skill whenever [Creator] wants to generate SEO metadata, YouTube titles, descriptions, tags, chapter markers, thumbnail text, or Shorts recommendations for a video. Trigger on any mention of SEO, metadata, YouTube description, tags, titles for the video, thumbnail text, chapter markers, or make this discoverable. Even if [Creator] just drops a script or brief and says 'do the SEO' — trigger this skill immediately.
Thumbnail Agent for [Channel]'s YouTube production pipeline. Acts as [Creator]'s First Impression Architect - takes the completed Script, SEO package, Visual Director Brief, and Editor Brief and generates a full Thumbnail Creative Brief with 3 concept directions, a recommended concept, Nano Banana 2 image generation prompts, production notes for [Creator], and an A/B test recommendation if applicable. Use this skill whenever [Creator] wants to create thumbnail concepts, design directions, thumbnail copy, image gen prompts, or any visual direction for the first-impression touchpoint of a video. Trigger on any mention of: thumbnail, thumbnail brief, thumbnail concepts, CTR, scroll-stopping, thumbnail text, first impression, thumbnail photo, thumbnail design, or when [Creator] has finished the Editor Brief and wants to move into thumbnail creation. Even if [Creator] just says "do the thumbnail" or "thumbnail this" - trigger this skill immediately.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Claude Code skills you can install as plugins. The repo works as a Claude Code plugin marketplace: add it once, then install only the skills you want.
Most people will only need one skill. Install just that one, and nothing else comes with it.
This is a marketplace, not a bundle. Adding it just loads the list of skills. It does not install anything. You pick and install each skill yourself.
1. Add the marketplace (once):
/plugin marketplace add Sleestk/Skills-Pipeline
2. Install a skill:
| Skill | Install command |
|---|---|
| Angular v20 developer | /plugin install angular-developer@skills-pipeline |
| Next.js developer | /plugin install nextjs-developer@skills-pipeline |
| Supabase developer | /plugin install supabase-js@skills-pipeline |
| Stripe developer | /plugin install stripe-developer@skills-pipeline |
| Vercel developer | /plugin install vercel-developer@skills-pipeline |
| Obsidian power user | /plugin install obsidian-power-user@skills-pipeline |
| YouTube pipeline (6 skills) | /plugin install youtube@skills-pipeline |
Each skill installs on its own. Once installed, a skill triggers automatically when its topic comes up, or you can call it directly, like /angular-developer:angular-developer.
Every folder is published as one or more installable plugins. Each plugin has a .claude-plugin/plugin.json. The root .claude-plugin/marketplace.json is the catalog.
Skills-Pipeline/
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog (lists every installable plugin)
├── Angular/ # angular-developer plugin (1 skill)
│ ├── .claude-plugin/plugin.json
│ ├── SKILL.md
│ └── references/ # 107 reference docs, 16 topic folders
├── SaaS/ # 4 independent plugins
│ ├── nextjs-developer/ # each = .claude-plugin/plugin.json + SKILL.md + references/
│ ├── supabase-js/
│ ├── stripe-developer/
│ └── vercel-developer/
├── Obsidian/ # obsidian-power-user plugin (1 skill)
│ ├── .claude-plugin/plugin.json
│ ├── SKILL.md
│ └── references/
├── YouTube/ # youtube plugin (bundles 6 skills)
│ ├── .claude-plugin/plugin.json
│ └── skills/
│ ├── research-agent/SKILL.md
│ ├── script-agent/SKILL.md
│ ├── seo-agent/SKILL.md
│ ├── visual-director/SKILL.md
│ ├── editor-brief/SKILL.md
│ └── thumbnail-agent/SKILL.md
└── README.md
angular-developer: Expert Angular v20 developer skill. Covers Signals, Components, Templates, Directives, Dependency Injection, Routing, Forms, HTTP Client, SSR/Hydration, Testing, i18n, Animations, Drag and Drop, and best practices (Style Guide, Security, Accessibility, Performance). It loads reference docs on demand from references/ (107 files across 16 topic folders), taken from the official v20.angular.dev docs.
Install: /plugin install angular-developer@skills-pipeline
Four separate plugins for building and deploying full-stack SaaS apps with Next.js, Supabase, Stripe, and Vercel. Install any subset.
nextjs-developer: Expert Next.js 16.2.1 developer. App Router, Pages Router, Server and Client Components, directives (use cache, use client, use server), Server Actions, Proxy/Middleware, Route Handlers, parallel and intercepting routes, caching, metadata, and all file conventions.
Install: /plugin install nextjs-developer@skills-pipeline
supabase-js: Full-stack Supabase developer for Next.js apps. Database (Postgres tables, schemas, views, indexes, RLS, CLS, roles, functions, triggers, webhooks), Auth (email/password, magic link, OTP, OAuth, MFA, SSR/PKCE), the @supabase/supabase-js client, and @supabase/ssr.
Install: /plugin install supabase-js@skills-pipeline
stripe-developer: Full-stack Stripe payment integrations with Next.js and Supabase. Checkout (hosted and embedded), Products and Prices, Subscriptions and Billing, Webhooks, Customer Portal, the Stripe Node.js SDK, Stripe.js, and the Stripe CLI.
Install: /plugin install stripe-developer@skills-pipeline
vercel-developer: Deploy and manage Next.js apps on Vercel. Deployment (preview, production, Git integration, CLI), Environment Variables, Domains and SSL, the Vercel CLI (deploy, env, link, pull, dev, logs), Serverless and Edge Functions, Storage (Blob, KV, Postgres), and caching.
Install: /plugin install vercel-developer@skills-pipeline
obsidian-power-user: Full-featured Obsidian expert skill. Vault design, note templates, canvas files, bases, Dataview queries, Templater templates, folder structures, core and community plugins, Obsidian Publish, Web Clipper, CSS snippets, URI links, and MOC notes. It loads reference files on demand for deep syntax details.
npx claudepluginhub sleestk/skills-pipeline --plugin youtubeExpert Angular v20 developer skill. Signals, Components, Templates, Directives, DI, Routing, Forms, HTTP Client, SSR/Hydration, Testing, i18n, Animations, Drag & Drop, and best practices — sourced from the official v20.angular.dev docs.
Full-stack Vercel developer skill for deploying and managing Next.js applications. Covers Deployment (preview, production, Git integration, CLI), Environment Variables, Domains & SSL, the Vercel CLI (deploy, env, link, pull, dev, logs), Serverless & Edge Functions, Storage (Blob, KV, Postgres), caching (ISR, CDN), and integrations.
Full-featured Obsidian expert skill covering every official feature, plugin, and syntax — vault design, note templates, canvas, bases, Dataview queries, Templater, core/community plugins, Obsidian Publish, Web Clipper, CSS snippets, URI links, and MOC notes. Loads reference docs on demand.
Full-stack Supabase developer skill for Next.js apps. Covers Database (Postgres tables, schemas, views, indexes, RLS, CLS, roles, functions, triggers, webhooks), Auth (email/password, magic link, OTP, OAuth, MFA, SSR/PKCE), the @supabase/supabase-js client, and @supabase/ssr Next.js integration.
Expert Next.js 16.2.1 developer skill for frontend and server-side logic. Covers App Router, Pages Router, Server/Client Components, directives (use cache, use client, use server), Server Actions, Proxy/Middleware, Route Handlers, parallel/intercepting routes, caching, metadata, and all file conventions.
Complete YouTube content production workflow: research competitors, generate video ideas, build briefs, craft titles and thumbnails, and create detailed video outlines with demo prep checklists.
Plan, brief, and prepare YouTube videos from idea to filming-ready. Create video briefs, generate topic ideas, optimize titles and thumbnails, build structured outlines, write scripts, and design on-screen excalidraw visuals.
Full video production pipeline for Remotion — gives Claude eyes (video analysis), voice (TTS/voiceover), ears (music/SFX), stock footage, AI image/video generation, TikTok captions, 3D content, and more. By Dojo Coding Labs.
Upload videos to YouTube with title, description, tags. Use for: youtube upload, publish video, share on youtube.
A complete content creation toolkit — writing, content strategy, visual design, AI image generation, branding, and YouTube/Substack platform workflows
AI video generation — describe what you want, Pexo picks the best model across 10+ engines (Seedance, Kling, Veo, Sora) and returns a finished, multi-shot video with music, subtitles, and transitions. Includes the Pexo agent plus image, audio, director, and model-prompting skills.