YouTube Description Writer

Write a full YouTube video description under 5,000 characters with a first-150-character hook (the only part visible before Show more, and what shows in search and suggested), timestamped chapters, naturally placed keywords, links, and a clear call to action.

How to use it

  1. Hit Copy the whole skill.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit sergebulaev/youtube-skills/.codex-marketplace/youtube-skills/skills/yt-description-writer#main ~/.claude/skills/yt-description-writer

For one project only, change the path to .claude/skills/yt-description-writer.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text92 lines
yt-description-writer/SKILL.md92 lines5.2 KBpushed 13d agoRawView on GitHub

YouTube Description Writer

The description does three jobs: it hooks the reader in its first 150 characters, it feeds YouTube and Google search, and it organizes the video with chapters and links. This skill writes all three layers.

When to use

  • User says "write the description for this video"
  • User has a video and wants chapters, keywords, and links structured
  • User wants the first 150 chars optimized for the search/suggested snippet
  • User is about to upload and needs the content that ships with the video

The three layers of a description

Layer Chars Job
Hook first ~150 the only text visible before "Show more"; also the search/suggested snippet. Lead with the payoff or the question and the search phrase.
Body ~150 to 1,000 expand the value, restate the promise, place the main keywords naturally, link the key resource.
Furniture rest, up to 5,000 chapters, links, social, credits, hashtags. Skimmable, labeled.

Steps

Voice profile first (all drafts). If ../../references/voice-profile.md has filled: yes, load it and match the user's voice fingerprint, hard rules, and CTA/link style throughout. If it is not filled, mention once that yt-community-post-writer --mode profile can learn their voice from a few posts, then proceed with the generic voice rules.

  1. Gather inputs. The title (so the description complements it), the video's payoff, the main search phrase plus 3 to 5 secondary keywords, the chapter beats with timestamps, any links (lead magnet, gear, socials), and whether it is long-form or a Short. If a URL is given, parse it with lib/url_parser.py.
  2. Write the first 150 chars as a second hook. Lead with the payoff or the question, work the primary keyword in naturally, and make it read well as a standalone snippet. This is not "welcome back to the channel".
  3. Write the body. 2 to 4 short paragraphs that restate the promise and place the keywords without stuffing. Put the single most important link here.
  4. Add chapters. Timestamps starting at 0:00, each label short and descriptive. YouTube needs at least 3 chapters and a 0:00 start to enable the chapter UI. For a Short, skip chapters.
  5. Add the furniture. Links section, socials, a one-line CTA (subscribe for the specific reason, not "smash like"), and 3 to 5 relevant hashtags at the very end (the first 3 surface above the title).
  6. Humanizer pass and length check. Scrub 2026 AI vocabulary by paragraph density (one marker is fine; three in one paragraph means rewrite it), cap em dashes at about one per 100 words (replace the excess with a comma, colon or line break, never a period), strip reveal bridges and sincerity openers ("let me be honest"); never add a hedge or confession the creator did not write. Keep the whole thing under 5,000 chars. Confirm the first 150 read well truncated.
  7. Approval card. Show the description with a marked 150-char cutoff and the total char count.
  8. On approval. This description is the content passed to lib.publish(kind="video"|"short", draft_text=<description>, title=<title>, ...). The title travels separately in platformSettings.youtube.title.

Hard rules

Global voice rules: see root SKILL.md Voice rules. Additional skill-specific rules:

  • 5,000-char hard cap. The first 150 chars carry the hook and the search phrase.
  • The first line is never boilerplate ("Hi everyone, welcome back").
  • Chapters: at least 3, first one at 0:00, short labels. Long-form only.
  • Keywords appear in natural sentences, never as a comma-separated dump.
  • Hashtags: 3 to 5 max, at the end. More than 15 makes YouTube ignore all of them.
  • Every link is labeled so the reader knows what it is before clicking.

Anti-patterns (skill will refuse)

  • A boilerplate greeting in the first 150 chars.
  • A keyword dump or a tag wall pretending to be a description.
  • 15+ hashtags (YouTube strips them all).
  • Em dashes above the cap (more than about one per 100 words), or an em dash swapped for a period.
  • "Smash that like button and subscribe" dead phrasing.
  • Chapters that do not start at 0:00 (the UI will not render them).
  • Raw unlabeled links.

Resources

  • ../../references/algorithm-heuristics.md - the 150-char snippet, chapters, search signals
  • ../../references/voice-rules.md - the canonical voice rules
  • references/description-template.md - the full skeleton with chapters, links, hashtags

Related skills

  • yt-title-optimizer - the title the description complements
  • yt-hook-scripter - the spoken first 30 seconds (different from the written hook)
  • yt-content-planner - keyword and link strategy across a series
1---
2name: yt-description-writer
3description: "Write a full YouTube video description under 5,000 characters with a first-150-character hook (the only part visible before Show more, and what shows in search and suggested), timestamped chapters, naturally placed keywords, links, and a clear call to action. Covers long-form and YouTube Shorts. Becomes the create-post content that publishes with the video. Use to write or rework a description. Not for the title (use yt-title-optimizer) or the spoken opening (use yt-hook-scripter)."
4---
5 
6# YouTube Description Writer
7 
8The description does three jobs: it hooks the reader in its first 150 characters,
9it feeds YouTube and Google search, and it organizes the video with chapters and
10links. This skill writes all three layers.
11 
12## When to use
13 
14- User says "write the description for this video"
15- User has a video and wants chapters, keywords, and links structured
16- User wants the first 150 chars optimized for the search/suggested snippet
17- User is about to upload and needs the `content` that ships with the video
18 
19## The three layers of a description
20 
21| Layer | Chars | Job |
22|---|---|---|
23| **Hook** | first ~150 | the only text visible before "Show more"; also the search/suggested snippet. Lead with the payoff or the question and the search phrase. |
24| **Body** | ~150 to 1,000 | expand the value, restate the promise, place the main keywords naturally, link the key resource. |
25| **Furniture** | rest, up to 5,000 | chapters, links, social, credits, hashtags. Skimmable, labeled. |
26 
27## Steps
28 
29**Voice profile first (all drafts).** If `../../references/voice-profile.md` has `filled: yes`, load it and match the user's voice fingerprint, hard rules, and CTA/link style throughout. If it is not filled, mention once that `yt-community-post-writer --mode profile` can learn their voice from a few posts, then proceed with the generic voice rules.
30 
311. **Gather inputs.** The title (so the description complements it), the video's
32 payoff, the main search phrase plus 3 to 5 secondary keywords, the chapter
33 beats with timestamps, any links (lead magnet, gear, socials), and whether it
34 is long-form or a Short. If a URL is given, parse it with `lib/url_parser.py`.
352. **Write the first 150 chars as a second hook.** Lead with the payoff or the
36 question, work the primary keyword in naturally, and make it read well as a
37 standalone snippet. This is not "welcome back to the channel".
383. **Write the body.** 2 to 4 short paragraphs that restate the promise and place
39 the keywords without stuffing. Put the single most important link here.
404. **Add chapters.** Timestamps starting at `0:00`, each label short and
41 descriptive. YouTube needs at least 3 chapters and a `0:00` start to enable
42 the chapter UI. For a Short, skip chapters.
435. **Add the furniture.** Links section, socials, a one-line CTA (subscribe for
44 the specific reason, not "smash like"), and 3 to 5 relevant hashtags at the
45 very end (the first 3 surface above the title).
466. **Humanizer pass and length check.** Scrub 2026 AI vocabulary by paragraph
47 density (one marker is fine; three in one paragraph means rewrite it), cap
48 em dashes at about one per 100 words (replace the excess with a comma,
49 colon or line break, never a period), strip reveal bridges and sincerity
50 openers ("let me be honest"); never add a hedge or confession the creator
51 did not write. Keep the whole thing under 5,000 chars. Confirm the first
52 150 read well truncated.
537. **Approval card.** Show the description with a marked 150-char cutoff and the
54 total char count.
558. **On approval.** This description is the `content` passed to
56 `lib.publish(kind="video"|"short", draft_text=<description>, title=<title>,
57 ...)`. The title travels separately in `platformSettings.youtube.title`.
58 
59## Hard rules
60 
61Global voice rules: see root `SKILL.md` Voice rules. Additional skill-specific
62rules:
63 
64- 5,000-char hard cap. The first 150 chars carry the hook and the search phrase.
65- The first line is never boilerplate ("Hi everyone, welcome back").
66- Chapters: at least 3, first one at `0:00`, short labels. Long-form only.
67- Keywords appear in natural sentences, never as a comma-separated dump.
68- Hashtags: 3 to 5 max, at the end. More than 15 makes YouTube ignore all of them.
69- Every link is labeled so the reader knows what it is before clicking.
70 
71## Anti-patterns (skill will refuse)
72 
73- A boilerplate greeting in the first 150 chars.
74- A keyword dump or a tag wall pretending to be a description.
75- 15+ hashtags (YouTube strips them all).
76- Em dashes above the cap (more than about one per 100 words), or an em dash swapped for a period.
77- "Smash that like button and subscribe" dead phrasing.
78- Chapters that do not start at `0:00` (the UI will not render them).
79- Raw unlabeled links.
80 
81## Resources
82 
83- `../../references/algorithm-heuristics.md` - the 150-char snippet, chapters, search signals
84- `../../references/voice-rules.md` - the canonical voice rules
85- `references/description-template.md` - the full skeleton with chapters, links, hashtags
86 
87## Related skills
88 
89- `yt-title-optimizer` - the title the description complements
90- `yt-hook-scripter` - the spoken first 30 seconds (different from the written hook)
91- `yt-content-planner` - keyword and link strategy across a series
92 

Discussion