Instagram Caption Writer

Draft an Instagram caption with the hook in the first 125 characters, a skimmable body, and one clear CTA, using a 2026 hook formula chosen by goal (saves, shares, comments, follows).

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/instagram-skills/.codex-marketplace/instagram-skills/skills/ig-caption-writer#main ~/.claude/skills/ig-caption-writer

For one project only, change the path to .claude/skills/ig-caption-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 text119 lines
ig-caption-writer/SKILL.md119 lines6.2 KBpushed 13d agoRawView on GitHub

Instagram Caption Writer

Write a caption that earns the tap and the save. Instagram hides everything after ~125 characters behind "more", so the hook does the entire job in the first line. This skill front-loads that hook, keeps the body skimmable, and lands one clear call to action.

When to use

  • User says "write me an Instagram caption about X"
  • User has a single image or a Reel and needs the caption around it
  • User wants a sharper hook for a draft they already have
  • User wants a caption that auto-publishes with their media on approval

Formulas this skill uses (caption-first shapes)

Code Formula Primary goal Best for
IG1 Number-First Result saves one odd-precision result + a "steal this" promise
IG2 Contrarian Truth shares a sharp, defensible against-the-grain claim
IG3 Relatable Cold-Open comments a specific shared moment, no setup
IG4 Mini-Story Confession comments, follows a real first-person story with a cost

Full skeletons in ../../references/hook-formulas.md. For carousels (IG5-IG8) use ig-carousel-planner; for Reels (IG9-IG10) the hook lives in the video, and this skill writes the supporting caption.

Pick by goal first

Goal Reach for
Saves IG1
Shares IG2
Comments IG3, IG4
Follows IG4

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 ig-humanizer --mode profile can learn their voice from a few posts, then proceed with the generic voice rules.

  1. Gather inputs. Topic, angle, the media (single image or Reel), target audience, and the goal (saves / shares / comments / follows).
  2. Pick the formula. Use the goal table to shortlist, then suggest 2-3 that also fit the topic and let the user choose.
  3. Write the hook (first 125 chars). It must land the payoff, tension, or number before the "more" fold and make sense on its own.
  4. Write the body. Short lines, white space between beats, one idea. Teach or tell the story that the hook promised. Keep it under 2,200 chars.
  5. Write one CTA. A specific save or send prompt ("save this for your next launch", "send to the friend who keeps doing #2"), a real question, or a single next step. Never "what do you think?".
  6. Add hashtags. Hand off the topic to ig-hashtag-strategist or apply the 3-5 sized set yourself (see ../../references/hashtag-strategy.md). Put them at the end or note they go in the first comment.
  7. Humanizer pass. Scrub 2026 AI vocab by paragraph density, cap em dashes (about one per 100 words; a caption's single dash is not a tell, never swap one for a period), break stacked triads, generic openers and reveal bridges. Fix only a paragraph that reads machine-flat; never manufacture variance or one-word lines for drama. Add an odd-precision number with a named referent or a named entity where the claim allows. Canonical rules: ig-humanizer V3.
  8. Optional audit. Invoke ig-humanizer --mode audit for a pass-fail check.
  9. Approval card. Show: formula used, the hook (flag if over 125 chars), full caption, char count, hashtag set, primary goal, and the media the user must supply.
  10. On approval, publish with media. Call lib.publish(kind="post", draft_text=<approved caption>, target_url="https://www.instagram.com/", media=[<local file paths>], platforms=[<INSTAGRAM_PLATFORM_ID>], scheduled_time=<iso_or_None>). For a Reel pass kind="reel". The wrapper runs the Publora draft then upload then schedule flow. With no media or no Publora key it returns a copy-paste block and a reminder to attach the media.

Hard rules

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

  • The first 125 characters must stop the scroll on their own. Rewrite any hook that needs the second line to make sense.
  • One idea per caption. Two ideas means two posts.
  • One specific number where the claim allows it.
  • 3-5 sized hashtags, never 30. 0-3 emoji, placed with intent.
  • Media is required. Never present a caption as publishable without reminding the user to attach the image or video.
  • Do not hard-sell. One natural mention of the next step, max.

Anti-patterns (skill will refuse)

  • A hook that only makes sense after the fold.
  • Em dashes above the cap (more than about one per 100 words), or an em dash swapped for a period.
  • "Let's talk about.." or "Here's the thing.." openers; "The result?" as a reveal.
  • Announced candor ("real talk", "not gonna lie", "POV:" on something that is not a POV) with no dated fact behind it.
  • Staccato stacks ("No X. No Y. Just Z.") and one-word lines added for drama.
  • 20-30 hashtags stuffed at the top.
  • Engagement bait ("double tap if you agree", "comment YES").
  • Rule-of-three lists without specifics.
  • "leverage", "fundamentally", "game-changer", "level up", "dive in".
  • Padding a one-line idea to look substantial.

Resources

  • ../../references/hook-formulas.md - all 10 Instagram formulas (IG1-IG4 are caption-first)
  • ../../references/algorithm-heuristics.md - 2026 Instagram ranking rules
  • ../../references/hashtag-strategy.md - the 3-5 sized hashtag recipe
  • ../../references/media-workflow.md - the draft, upload, schedule flow
  • references/caption-checklist.md - the per-caption scrub and fit list

Related skills

  • ig-carousel-planner - when the idea is a slide-by-slide carousel
  • ig-hashtag-strategist - build the sized hashtag set
  • ig-humanizer - AI-tell scrubber, plus --mode audit for review
  • ig-hook-extractor - reverse-engineer a hook from a post you admire
1---
2name: ig-caption-writer
3description: "Draft an Instagram caption with the hook in the first 125 characters, a skimmable body, and one clear CTA, using a 2026 hook formula chosen by goal (saves, shares, comments, follows). Runs the humanizer pass and, on approval, publishes with the image or video you supply via the Publora media flow. Use to caption a single image or a Reel. Not for slide-by-slide carousels (use ig-carousel-planner) or auditing a draft (use ig-humanizer --mode audit)."
4---
5 
6# Instagram Caption Writer
7 
8Write a caption that earns the tap and the save. Instagram hides everything after
9~125 characters behind "more", so the hook does the entire job in the first
10line. This skill front-loads that hook, keeps the body skimmable, and lands one
11clear call to action.
12 
13## When to use
14 
15- User says "write me an Instagram caption about X"
16- User has a single image or a Reel and needs the caption around it
17- User wants a sharper hook for a draft they already have
18- User wants a caption that auto-publishes with their media on approval
19 
20## Formulas this skill uses (caption-first shapes)
21 
22| Code | Formula | Primary goal | Best for |
23|---|---|---|---|
24| IG1 | Number-First Result | saves | one odd-precision result + a "steal this" promise |
25| IG2 | Contrarian Truth | shares | a sharp, defensible against-the-grain claim |
26| IG3 | Relatable Cold-Open | comments | a specific shared moment, no setup |
27| IG4 | Mini-Story Confession | comments, follows | a real first-person story with a cost |
28 
29Full skeletons in `../../references/hook-formulas.md`. For carousels (IG5-IG8) use
30`ig-carousel-planner`; for Reels (IG9-IG10) the hook lives in the video, and this
31skill writes the supporting caption.
32 
33### Pick by goal first
34 
35| Goal | Reach for |
36|---|---|
37| Saves | IG1 |
38| Shares | IG2 |
39| Comments | IG3, IG4 |
40| Follows | IG4 |
41 
42## Steps
43 
44**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 `ig-humanizer --mode profile` can learn their voice from a few posts, then proceed with the generic voice rules.
45 
461. **Gather inputs.** Topic, angle, the media (single image or Reel), target
47 audience, and the goal (saves / shares / comments / follows).
482. **Pick the formula.** Use the goal table to shortlist, then suggest 2-3 that
49 also fit the topic and let the user choose.
503. **Write the hook (first 125 chars).** It must land the payoff, tension, or
51 number before the "more" fold and make sense on its own.
524. **Write the body.** Short lines, white space between beats, one idea. Teach or
53 tell the story that the hook promised. Keep it under 2,200 chars.
545. **Write one CTA.** A specific save or send prompt ("save this for your next
55 launch", "send to the friend who keeps doing #2"), a real question, or a
56 single next step. Never "what do you think?".
576. **Add hashtags.** Hand off the topic to `ig-hashtag-strategist` or apply the
58 3-5 sized set yourself (see `../../references/hashtag-strategy.md`). Put them at
59 the end or note they go in the first comment.
607. **Humanizer pass.** Scrub 2026 AI vocab by paragraph density, cap em
61 dashes (about one per 100 words; a caption's single dash is not a tell,
62 never swap one for a period), break stacked triads, generic openers and
63 reveal bridges. Fix only a paragraph that reads machine-flat; never
64 manufacture variance or one-word lines for drama. Add an odd-precision
65 number with a named referent or a named entity where the claim allows.
66 Canonical rules: `ig-humanizer` V3.
678. **Optional audit.** Invoke `ig-humanizer --mode audit` for a pass-fail check.
689. **Approval card.** Show: formula used, the hook (flag if over 125 chars),
69 full caption, char count, hashtag set, primary goal, and the media the user
70 must supply.
7110. **On approval, publish with media.** Call `lib.publish(kind="post",
72 draft_text=<approved caption>, target_url="https://www.instagram.com/",
73 media=[<local file paths>], platforms=[<INSTAGRAM_PLATFORM_ID>],
74 scheduled_time=<iso_or_None>)`. For a Reel pass `kind="reel"`. The wrapper
75 runs the Publora draft then upload then schedule flow. With no media or no
76 Publora key it returns a copy-paste block and a reminder to attach the media.
77 
78## Hard rules
79 
80Global voice rules: see root `SKILL.md` Voice rules. Additional skill-specific
81rules:
82 
83- The first 125 characters must stop the scroll on their own. Rewrite any hook
84 that needs the second line to make sense.
85- One idea per caption. Two ideas means two posts.
86- One specific number where the claim allows it.
87- 3-5 sized hashtags, never 30. 0-3 emoji, placed with intent.
88- Media is required. Never present a caption as publishable without reminding
89 the user to attach the image or video.
90- Do not hard-sell. One natural mention of the next step, max.
91 
92## Anti-patterns (skill will refuse)
93 
94- A hook that only makes sense after the fold.
95- Em dashes above the cap (more than about one per 100 words), or an em dash swapped for a period.
96- "Let's talk about.." or "Here's the thing.." openers; "The result?" as a reveal.
97- Announced candor ("real talk", "not gonna lie", "POV:" on something that is not a POV) with no dated fact behind it.
98- Staccato stacks ("No X. No Y. Just Z.") and one-word lines added for drama.
99- 20-30 hashtags stuffed at the top.
100- Engagement bait ("double tap if you agree", "comment YES").
101- Rule-of-three lists without specifics.
102- "leverage", "fundamentally", "game-changer", "level up", "dive in".
103- Padding a one-line idea to look substantial.
104 
105## Resources
106 
107- `../../references/hook-formulas.md` - all 10 Instagram formulas (IG1-IG4 are caption-first)
108- `../../references/algorithm-heuristics.md` - 2026 Instagram ranking rules
109- `../../references/hashtag-strategy.md` - the 3-5 sized hashtag recipe
110- `../../references/media-workflow.md` - the draft, upload, schedule flow
111- `references/caption-checklist.md` - the per-caption scrub and fit list
112 
113## Related skills
114 
115- `ig-carousel-planner` - when the idea is a slide-by-slide carousel
116- `ig-hashtag-strategist` - build the sized hashtag set
117- `ig-humanizer` - AI-tell scrubber, plus `--mode audit` for review
118- `ig-hook-extractor` - reverse-engineer a hook from a post you admire
119 

Discussion

Alternatives

Also in Platform posts
Instagram Carousel PlannerPlan an Instagram carousel slide by slide, up to 10 slides, with a hook slide that opens a loop, value slides that front-load the payoff, and a payoff slide that earns the save and follow. Picks a 2026 carousel formula (listicle, before/after, myth-buster, framework) by goal (saves, shares, follows), drafts each slide's text plus the caption, then publishes the images you supply via Publora. Use to structure a multi-slide carousel. Not for single-image captions (use ig-caption-writer).Creator · MITLinkedIn Carousel CreatorCreate LinkedIn carousel posts as high-quality PNG images. Design informational multi-slide posts like "5 AI GTM workflows" with consistent styling, then automatically screenshot each slide at LinkedIn's optimal 1080x1080px format.Creator · MITInstagram Content PlannerGenerate a weekly Instagram content plan from a theme, audience, and content pillars. Produces a per-day mix of Reels, carousels, single images, and stories, each with a hook formula, angle, posting time, and primary goal, plus a weekly saves-and-shares goal (the 2026 lever), a story cadence, and a balance check across saves, shares, comments, and follows. Use to plan a week instead of ad-hoc posting. Not for drafting one caption (use ig-caption-writer) or one carousel (use ig-carousel-planner).Creator · MITInstagram Hashtag StrategistBuild a sized Instagram hashtag set for a post using the 2026 reality that 3 to 5 well-chosen tags beat 30 random ones. Sizes each tag as niche (under 50k posts), mid (50k to 500k), or broad (500k+), then assembles a 2-3 niche, 1-2 mid, 0-1 broad mix that a small or mid account can actually rank in, matched to the post content and rotated to avoid spam patterns. Use to choose hashtags for a caption, carousel, or Reel. Not for writing the caption itself (use ig-caption-writer).Creator · MIT