Hi,👋 we have updated the app and fixed multiple bugs. We are lacking funds, request to free user not to use Adblock. Ads are non intrusive. 😊

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
Akshay 🚀
@akshay_pachaar

<b>A complete guide to CLAUDE.md, custom commands, skills, agents, and permissions, and how to set them up properly.</b>

Apply Image
Drag Post #2
Akshay 🚀
@akshay_pachaar

---

Drag Post #3
Akshay 🚀
@akshay_pachaar

Most Claude Code users treat the <b>.claude folder</b> like a black box. They know it exists. They've seen it appear in their project root. But they've never opened it, let alone understood what every file inside it does.

Drag Post #4
Akshay 🚀
@akshay_pachaar

That's a missed opportunity.

Drag Post #5
Akshay 🚀
@akshay_pachaar

<b>The .claude folder is the control center for how Claude behaves in your project.</b> It holds your instructions, your custom commands, your permission rules, and even Claude's memory across sessions. Once you understand what lives where and why, you can configure Claude Code to behave exactly the way your team needs it to.

Drag Post #6
Akshay 🚀
@akshay_pachaar

This guide walks through the entire anatomy of the folder, from the files you'll use daily to the ones you'll set once and forget.

Drag Post #7
Akshay 🚀
@akshay_pachaar

# Two folders, not one

Drag Post #8
Akshay 🚀
@akshay_pachaar

Before diving in, one thing worth knowing upfront: there are actually two .claude directories, not one.

Drag Post #9
Akshay 🚀
@akshay_pachaar

The first lives inside your project and the second lives in your home directory:

Drag Post #10
Akshay 🚀
@akshay_pachaar

Apply Image
Drag Post #11
Akshay 🚀
@akshay_pachaar

<b>The project-level folder holds team configuration.</b> You commit it to git. Everyone on the team gets the same rules, the same custom commands, the same permission policies.

Drag Post #12
Akshay 🚀
@akshay_pachaar

The global <b>~/.claude/</b> folder holds your personal preferences and machine-local state like session history and auto-memory.

Drag Post #13
Akshay 🚀
@akshay_pachaar

# CLAUDE.md: Claude's instruction manual

Drag Post #14
Akshay 🚀
@akshay_pachaar

This is the most important file in the entire system. When you start a Claude Code session, the first thing it reads is <b>CLAUDE.md</b>. It loads it straight into the system prompt and keeps it in mind for the entire conversation.

Drag Post #15
Akshay 🚀
@akshay_pachaar

Simply put: <b>whatever you write in CLAUDE.md, Claude will follow.</b>

Drag Post #16
Akshay 🚀
@akshay_pachaar

If you tell Claude to always write tests before implementation, it will. If you say "never use console.log for error handling, always use the custom logger module," it will respect that every time.

Drag Post #17
Akshay 🚀
@akshay_pachaar

A <b>CLAUDE.md</b> at your project root is the most common setup. But you can also have one in<b> ~/.claude/CLAUDE.md</b> for global preferences that apply across all projects, and even one inside subdirectories for folder-specific rules. Claude reads all of them and combines them.

Drag Post #18
Akshay 🚀
@akshay_pachaar

What actually belongs in CLAUDE.md

Drag Post #19
Akshay 🚀
@akshay_pachaar

Most people either write too much or too little. Here's what works.

Drag Post #20
Akshay 🚀
@akshay_pachaar

## <b>Write:</b>