Carousel Studio

Repurpose X Threads into LinkedIn & Instagram Carousels

Thread Truncated (Cap Enforced)

Only the first 20 tweets are unrolled into slides to ensure reliable PDF exporting and high server performance.

Canvas & Ratio

Choose your destination platform format


Layout Template

Choose a content structure for your slides


Preset Themes


Typography & Sizing

Title Font Size36px
Body Font Size18px
Header & Footer Size12px

Brand Kit Customization

AGENCY

Configure brand assets for headers & footers

MULTI-PROFILES (AGENCY)
AGENCY
SAVE PRESETS (AGENCY)

Outro Slide CTA

Customize your closing call-to-action slide

#1
#2
#3

Background Pattern

Source Content

Build Your Carousel

Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

Drag Post #1
kuch (vibecoding arc)
@thekuchh

last week two Anthropic engineers spent 24 minutes on camera walking through Claude Code features.

Apply Image
Drag Post #2
kuch (vibecoding arc)
@thekuchh

<a target="_blank" href="https://x.com/i/status/2068985979839373502" color="blue">https://x.com/i/status/2068985979839373502</a>

Drag Post #3
kuch (vibecoding arc)
@thekuchh

that reaction is the whole story. most people drive Claude Code like a chatbot with file access. type a prompt, watch it edit, move on. that's maybe 20% of the tool.

Drag Post #4
kuch (vibecoding arc)
@thekuchh

the other 80% is a steering layer Anthropic shipped quietly. on june 18 they published the full map of it: seven separate ways to instruct the model, plus a stack of commands almost nobody opens. it sat there while everyone argued about which model is smartest.

Drag Post #5
kuch (vibecoding arc)
@thekuchh

this isn't "ai writes your code faster." this is the difference between typing at a model and actually running one. and that difference is the whole skill: the people who learn every secret in here stop being users and start being operators. that's also the part that turns into money later, but money is downstream. master the tool first.

Drag Post #6
kuch (vibecoding arc)
@thekuchh

this article is every secret, grouped into four layers, with the exact files and commands.

Drag Post #7
kuch (vibecoding arc)
@thekuchh

---

Drag Post #8
kuch (vibecoding arc)
@thekuchh

## the setup most people missed

Drag Post #9
kuch (vibecoding arc)
@thekuchh

for most of 2026 the public conversation about Claude Code was about the model. which one, how smart, how fast.

Drag Post #10
kuch (vibecoding arc)
@thekuchh

almost nobody talked about steering. yet the model is the easy part. it ships smart by default. what separates a clumsy session from a clean one is everything that loads around the prompt, every session, without you typing a word.

Drag Post #11
kuch (vibecoding arc)
@thekuchh

Anthropic's own june 18 post laid out seven ways to instruct Claude Code: CLAUDE.md files, rules, skills, subagents, hooks, output styles, and appending the system prompt. each one differs in when it loads, whether it survives a long session, and how much authority it carries. on top of those sit a handful of slash commands that control what the model sees.

Drag Post #12
kuch (vibecoding arc)
@thekuchh

here's the mental model that matters: you are not chatting with a model. you are configuring one. the prompt is what you say today. the steering layer is the standing setup that shows up every time, whether you remember to ask or not.

Drag Post #13
kuch (vibecoding arc)
@thekuchh

four layers hold every secret. here's all of them.

Drag Post #14
kuch (vibecoding arc)
@thekuchh

---

Drag Post #15
kuch (vibecoding arc)
@thekuchh

## 1 / 4 | context: the commands that decide what the model sees

Drag Post #16
kuch (vibecoding arc)
@thekuchh

the single most common complaint is "Claude Code got dumber in a long session." it almost never did. its context window filled up with junk and the thing you cared about got crowded out. the fix is a command most people have never run.

Drag Post #17
kuch (vibecoding arc)
@thekuchh

<b>→ see exactly what is loaded right now:</b>

Drag Post #18
kuch (vibecoding arc)
@thekuchh

<pre><code lang="">/context</code></pre>

Drag Post #19
kuch (vibecoding arc)
@thekuchh

it breaks down everything in the window: CLAUDE.md, every rule, invoked skills, file reads, tool definitions. nine times out of ten you'll find a 600-line CLAUDE.md and three log dumps eating the space your actual task needed.

Drag Post #20
kuch (vibecoding arc)
@thekuchh

then the four commands that control it: