FREE GUIDE

Build Your Own AI Content Engine

Create an AI assistant that generates social media posts for you on command. No coding required. Set it up once, use it forever.

What you'll build today
💬 Tell AI what kind of post you want
🤖 It researches, writes, and formats it
📱 You get a ready-to-post piece of content
⏱️ Total setup time: about 15 minutes

What You Need

Claude Desktop App
Download from claude.ai/download. This is the AI that does the work.
Free to start (Pro plan recommended)
Cowork Mode
Built into Claude Desktop. It lets Claude read files, run code, and work like a real assistant.
Included with Claude
A Folder on Your Computer
You'll create one folder that holds your AI's instructions. That's your whole "system."
Free (it's just a folder)
10-15 Minutes
Seriously. This isn't a weekend project. You'll have a working system by the end of this guide.
One-time setup
⏱️   Estimated setup time: 15 minutes from start to your first AI-generated post

1
Download Claude and Open Cowork

If you don't have Claude Desktop yet, download it from claude.ai/download. Install it like any other app.

Once it's open, look for Cowork mode. This is what turns Claude from a chatbot into an actual work partner that can create files, read your documents, and build things on your computer.

  1. Open Claude Desktop
  2. Click the Cowork option (you'll see it in the sidebar or mode selector)
  3. It will ask you to select a folder. This is important. Create a new folder on your desktop called something like "AI Content Engine" and select it.
Why the folder matters This folder is where your AI's "brain" lives. The instructions you write go here, and Claude reads them every time you start a new session. Think of it as giving your assistant a manual for how to do their job.
2
Create Your AI's Instructions File

This is the core of the system. You're going to create a simple text file that tells Claude who it is, what it does, and how it should create content for you. Claude reads this file automatically every session.

  1. Inside your "AI Content Engine" folder, create a new folder called .claude (yes, with the dot in front)
  2. Inside the .claude folder, create a text file called CLAUDE.md
  3. Open CLAUDE.md in any text editor (Notes, TextEdit, VS Code, whatever you have) and paste the template below
Heads up on the dot folder Folders that start with a dot (like .claude) are sometimes hidden by default on your computer. On Mac, press Cmd + Shift + . (period) in Finder to show hidden folders. On Windows, check "Show hidden items" in the View menu.
CLAUDE.md
# My Content Engine ## Who You Are You are my personal content assistant. You help me create social media posts that are engaging, well-researched, and ready to publish. ## My Brand Voice [FILL IN: Describe how you want your content to sound. Examples: "Confident but not arrogant. Educational but not boring. I talk to my audience like a smart friend, not a professor."] ## My Audience [FILL IN: Who are you creating content for? Examples: "Small business owners who want to grow online" or "People interested in tech and AI" or "Fitness enthusiasts in their 20s-30s"] ## My Content Topics [FILL IN: What do you post about? Examples: "AI tools, productivity, automation, building a business" or "Fitness tips, meal prep, workout routines"] ## Content Rules - Keep posts concise and scannable - Always include a hook in the first line - End with a call to action when appropriate - Use plain language, no jargon - Back up claims with specifics, not fluff ## What I Post On [FILL IN: Instagram, Twitter/X, LinkedIn, TikTok, etc.]
This is where you make it yours The orange text is what you fill in. Be specific. The more detail you give Claude about your voice, audience, and topics, the better your content will be. Don't overthink it. Write it like you're explaining your brand to a new employee.
3
Create Your First Skill

A "skill" is a set of instructions for a specific task. You're going to create one that generates social media posts. Think of it like a recipe. You tell Claude the recipe once, and it follows it every time.

  1. Inside the .claude folder, create another folder called skills
  2. Inside skills, create a folder called create-post
  3. Inside create-post, create a file called SKILL.md
  4. Paste the template below into that file

Your folder structure should now look like this:

Your folder structure
📁 AI Content Engine └── 📁 .claude ├── 📄 CLAUDE.md ← your AI's instructions └── 📁 skills └── 📁 create-post └── 📄 SKILL.md ← the post-creation recipe
skills/create-post/SKILL.md
--- name: create-post description: Create a social media post on any topic. Trigger by saying "create a post about [topic]" or "make a post" or "write a post". --- # Create Post Skill When I ask you to create a post, follow these steps: ## Step 1: Research Before writing anything, search the web for the latest information on the topic. Find: - Recent news or developments - Interesting stats or data points - What people are currently saying about it ## Step 2: Write the Post Using what you found, write a post that includes: - A strong hook (first line that stops the scroll) - 3-5 key points or insights - A clear takeaway for the reader - A call to action at the end ## Step 3: Give Me Options Provide: - The full post, ready to copy and paste - 3 alternative hooks I can choose from - 2-3 relevant hashtag sets - A suggested posting time based on the platform ## Style Notes - Match my brand voice from CLAUDE.md - Keep it under 2200 characters for Instagram - Use line breaks for readability - No emojis unless I specifically ask
You can create as many skills as you want This is just one. Later you could make a "create-carousel" skill, a "write-email" skill, a "research-topic" skill. Each one is just a new folder with a SKILL.md file inside it. Same pattern every time.
4
Test It

Now the fun part. Open Claude Desktop, make sure you're in Cowork mode with your "AI Content Engine" folder selected, and just ask it to make a post.

Claude Cowork
You: Create a post about how AI is changing small business Claude: [Searches the web for latest AI + small business news] [Finds recent stats, tools, and trends] [Writes a complete post in your brand voice] [Gives you 3 hook options] [Suggests hashtags and posting time] Ready to copy, paste, and post.

That's it. You now have an AI content assistant that knows your brand, researches topics live, and formats posts the way you want them.

The magic is in the iteration Your first few posts might not be perfect. That's normal. When Claude writes something you don't love, tell it: "That's too formal" or "Make the hook punchier" or "I wouldn't say it like that." It learns and adjusts. After a few rounds, it starts nailing your voice.
5
Level It Up (Optional Power Moves)

The basic system above works great. But here are a few ways to make it even more powerful once you're comfortable:

  1. Add example posts. Create a file in your .claude folder called "examples.md" and paste 5-10 of your best posts. Tell Claude in CLAUDE.md to reference this file. Now it has real examples of your voice, not just a description.
  2. Create more skills. A "carousel" skill that creates multi-slide posts. A "caption" skill that writes captions for photos you describe. A "repurpose" skill that turns a long post into 5 short ones. Each one is the same pattern: folder + SKILL.md.
  3. Give it memory. After a few sessions, Claude starts to learn your preferences. But you can speed this up by adding a "preferences.md" file with things like: "I never use the word 'leverage.' I always end LinkedIn posts with a question. I prefer short sentences."
This is just the foundation What you just built is one piece of a bigger system. With the right setup, you can connect this to automation tools that generate content on a schedule, deliver it to your phone, and have it ready to post every morning without you lifting a finger. But that's for another guide.

How It All Works Together

📁 Your CLAUDE.md File

Tells AI your voice, audience, and topics

📄 Your Skill File

Tells AI the step-by-step recipe for creating content

💬 You Say "Create a post about X"

Claude reads your files, researches the topic, writes the post

📱 You Get a Ready-to-Post Piece of Content

Complete with hooks, hashtags, and posting suggestions