EXEED AI

Charlie Hills 🦩's Recent LinkedIn Posts

Charlie Hills 🦩

Charlie Hills 🦩

@charlie-hills

I help you (actually) use AI for content.

en25 postsLinkedIn

Posts

Charlie Hills 🦩

Tech & AI

2mo

How to build a (non-generic) AI website in 10 minutes. Most AI websites look like templates because they start from nothing. This one starts from your career, your brand, and your face. I tested it with Replit's Agent 4. Start here → https://lnkd.in/eG8SZek7 Here's the 7-step build: 1. Click "More", then "Save to PDF." 2. Head to Replit and click "+ Create App." 3. Select "Design" mode. Not "Build" mode. 4. Upload your PDF, brand kit, and a photo of you. 5. Paste this prompt into the chat: "Act as a senior web designer and personal brand strategist. Create a clean, modern 'About Me' landing page for [Your Name], a [your role] with [your credibility marker]. Use my attached LinkedIn profile as the primary source for bio copy, credibility markers, and positioning. Page structure (single-page, mobile-first): Hero section with name, value proposition, profile photo placeholder, and a CTA button. About section with 3-4 short paragraphs from my LinkedIn About. Social proof bar with follower count, subscriber count, and brand logos. What I do section with 3-4 cards for core offerings. Featured content section with 3 placeholder cards. CTA section with email signup. Footer with social links. Design constraints: [your brand colours], clean sans-serif typography, generous whitespace, no stock imagery, responsive, single HTML file with inline CSS. Write real copy based on the attached profile." 6. Edit text, layout, or ask the AI bar for changes. 7. Hit Publish. Your branded website is now live. Optional: Connect a custom domain. Your LinkedIn gave it the content. Your brand kit gave it the style. Your photo gave it you. The result looked like I hired a designer. It took 10 minutes and zero code. Save it. Build yours this weekend. Repost ♻️ to help someone in your network. P.S. Would you trust an AI-built site for your brand?
9 pages
766

Charlie Hills 🦩

Tech & AI

2mo

My AI infographics generated 7.5M+ impressions. Here are the 7 elements behind everyone: 1. Hook Formula ✦ Bold title under 10 words ✦ Use contrast, numbers, or a pattern interrupt This decides if anyone stops scrolling 2. Rehook Subtitle ✦ Reinforces the promise ✦ Adds credibility or specificity "I grew to 200K followers using this system" 3. Brand Consistency ✦ Your colours, fonts, and logo on every graphic ✦ Brand recognition builds trust fast Generic AI output gets ignored 4. Visual Hierarchy ✦ Numbered sections, colour-coded blocks ✦ Clear top-to-bottom flow Readers scan in an F-pattern. Design for it. 5. Content Density ✦ Enough detail to make people save it ✦ Not so much it overwhelms at mobile size Every word earns its space 6. Detail Boxes ✦ Supporting info that rewards close readers ✦ Tips, prompts, examples work well here This is what drives saves and screenshots 7. Footer CTA ✦ Follow + Repost bar on every graphic ✦ Always present. Always branded. Tell people what to do next The whiteboard style worked for a while. Now everyone's feed looks the same. Branded infographics stand out because they look like yours, not like everyone else's Gemini output. I built Vislo AI to solve this. (The public beta is now live) First 100 users get $19/month, locked in for life. I'm integrating all workflows I use directly into Vislo. You'll get access to everything as we build it. Start free → www.vislo.ai I wrote the full setup guide in my newsletter. Brand kit, templates, agent workflow, and editing. The complete walkthrough → https://lnkd.in/eZkxd9Jr Repost ♻️ to help someone in your network. P.S. Which element do you skip most often?
500

Charlie Hills 🦩

Tech & AI

2mo

18,500 developers mass-built a Claude Code playbook. It's free on GitHub. Here's what's inside: The repo covers beginner to advanced. I broke down the full guide in my newsletter. Free to read → https://lnkd.in/ezABSgRT Here's what the repo includes: CORE CONCEPTS ✦ Commands Saved prompts you call with a slash. ✦ Subagents Autonomous agents with isolated context. ✦ Skills Knowledge files that auto-load when relevant. ✦ Hooks Scripts that fire on specific lifecycle events. ✦ MCP Servers Connections to external tools and APIs. ✦ Memory (CLAUDE.md) Persistent context that loads every session. BEST PRACTICES ✦ Commit at least once per hour ✦ Start every complex task with /plan ✦ Use subagents for harder problems ✦ Run /compact at 50% context, not 95% ✦ Give Claude a way to verify its own work ✦ Keep CLAUDE.md under 200 lines per file ✦ After corrections, tell Claude to update CLAUDE.md ✦ Use /permissions over --dangerously-skip-permissions BORIS CHERNY'S TOP TIPS Boris created Claude Code. His #1 tip: parallelism. ✦ Run 3 to 5 sessions across git worktrees ✦ Use Opus with thinking for everything ✦ Write the plan in one session, review in another ✦ Repeat a task daily? Make it a command. ✦ Paste the bug, say "fix", do not micromanage ✦ Say "use subagents" to keep context clean TOP MCP SERVERS ✦ Context7 for up-to-date library docs ✦ Playwright for browser automation ✦ Claude in Chrome for console and DOM access ✦ DeepWiki for GitHub repo documentation NEW FEATURES (v2.1.78) ✦ /btw to ask side questions mid-task ✦ /loop to run prompts for up to 3 days ✦ Code Review App for multi-agent PR analysis ✦ Agent Teams for parallel development ✦ /remote-control to continue from any device ✦ /effort to set reasoning depth per task The full repo is here → https://lnkd.in/eSY5347M 18.5k stars. Trending on GitHub. Updated today. Repost ♻️ to help someone in your network. P.S. Which feature are you trying first?
762

Charlie Hills 🦩

Tech & AI

3mo

Building AI agents used to be hard. How I build them in 5 mins (no coding required): Step 1: Go to https://bit.ly/3M3UVYJ Step 2: Click "Get started free" Step 3: Select "New agent" Now describe your workflow in plain English. (Zero coding required) Zapier Copilot builds an entire agent for you. The 6 core components you need to know: 1. Trigger When does your agent run? ☑︎ Pick a schedule: every morning at 8am. ☑︎ Or an app event: when a new email arrives. ☑︎ Or a webhook: any external signal from any app. 2. Instructions This is your agent's brain. ☑︎ Write the goal in plain English. ☑︎ Add rules and filters to follow. ☑︎ Define how to structure the output. Example: "Find the 5 most important AI news stories and summarise each in 2 sentences." 3. Tools These are the apps your agent uses. ☑︎ Web search and site visits are built in. ☑︎ Add Gmail, Slack, Sheets, HubSpot. ☑︎ Or connect any of 8,000+ apps. 4. Knowledge Context that makes your agent smarter. ☑︎ Upload brand guidelines, SOPs, or product docs. ☑︎ Add FAQs, support answers, or objection handling. ☑︎ Drop in spreadsheets, reports, or contact lists. 5. Copilot Your AI expert inside the builder. ☑︎ Describe what you want in one sentence. ☑︎ Copilot picks the trigger, tools, and instructions. ☑︎ No prompting or technical setup required. 6. Agent Preview Once it's ready: ☑︎ Run it with real data. ☑︎ See what it does at each step. ☑︎ Fix issues before it goes live. Build yours → https://bit.ly/3M3UVYJ Repost ♻️ to help someone in your network. #ZapierPartner
700

Charlie Hills 🦩

Tech & AI

3mo

I moved to Claude without losing a single memory. Here's how I did it (4 steps + prompts): People's biggest excuse for not switching AI tools is starting from scratch. It does not have to be: I built 72 Custom GPTs. I had 29,000+ messages stored. I had years of preferences saved. All of it came with me. Here's the 4-step process: 1. Save your Custom Instructions - Go to ChatGPT Settings → Personalization. - Paste into Claude's personal preferences These are your tone rules, format preferences, and behaviour flags. 2. Export your memories Paste this prompt into ChatGPT: --START OF PROMPT-- Export all of my stored memories and any context you've learned about me from past conversations. Preserve my words verbatim where possible, especially for instructions and preferences. ## Categories (output in this order): 1. 𝗜𝗻𝘀𝘁𝗿𝘂𝗰𝘁𝗶𝗼𝗻𝘀: Rules I've explicitly asked you to follow going forward — tone, format, style, "always do X", "never do Y", and corrections to your behavior. Only include rules from stored memories, not from conversations. 2. 𝗜𝗱𝗲𝗻𝘁𝗶𝘁𝘆: Name, age, location, education, family, relationships, languages, and personal interests. 3. 𝗖𝗮𝗿𝗲𝗲𝗿: Current and past roles, companies, and general skill areas. 4. 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀: Projects I meaningfully built or committed to. Ideally ONE entry per project. Include what it does, current status, and any key decisions. Use the project name or a short descriptor as the first words of the entry. 5. 𝗣𝗿𝗲𝗳𝗲𝗿𝗲𝗻𝗰𝗲𝘀: Opinions, tastes, and working-style preferences that apply broadly. ## Format: Use section headers for each category. Within each category, list one entry per line, sorted by oldest date first. Format each line as: [YYYY-MM-DD] - Entry content here. If no date is known, use [unknown] instead. ## Output: - Wrap the entire export in a single code block for easy copying. - After the code block, state whether this is the complete set or if more remain. --END OF PROMPT-- It dumps every memory it has on you into a single code block. Names, projects, tools, corrections. Everything it learned over time. Copy the entire code block 3. Import into Claude - Go to Settings, then Capabilities. - Find "Memory" and click "Start import." - Paste the export and hit "Add to memory." Claude now knows what ChatGPT knew. 4. Bring your Custom GPTs - Open each GPT you built. - Copy the system instructions. - Download the attached files. Then ask Claude: "I'm going to give you the instructions from a Custom GPT I've built. Reformat this as a Claude Skill. Keep all the logic, rules, and behaviour intact. Then list every file I should attach so the skill has the same context the GPT had." I moved 200+ memories, 72 GPTs worth of instructions, and two years of preferences. Took me 20 minutes. Your AI should work for you. Not the other way around. Save this. Try it this week. Repost ♻️ to help someone in your network.
8 pages
1.3K

Charlie Hills 🦩

Tech & AI

3mo

I replaced ChatGPT with Claude 4.6. Here's exactly how to get the most out of it: Still on ChatGPT? Full transfer guide → https://lnkd.in/e--fakyi THE MODELS 1 - Claude Opus 4.6 ↳ What: Most capable model for complex reasoning ↳ Use: Advanced code, research, strategic analysis ↳ Best for: Hardest problems requiring deep thinking 2 - Claude Sonnet 4.6 ↳ What: Balanced model for everyday tasks ↳ Use: Writing, editing, summarising, Q&A ↳ Best for: Fast performance with strong output 3 - Claude Haiku 4.5 ↳ What: Fastest model for simple tasks ↳ Use: Quick answers, high-volume work ↳ Best for: Speed and saving credits THE TOOLS 4 - Artifacts ↳ What: Interactive editor inside chat ↳ Use: Build apps, dashboards, documents live ↳ Best for: Real-time collaboration and iteration 5 - Web Search ↳ What: Live internet search with citations ↳ Use: News, pricing, trends, fact-checking ↳ Best for: Current events and real-time info 6 - Analysis Tool ↳ What: JavaScript code execution for data ↳ Use: Process CSVs, create charts, run calculations ↳ Best for: Complex data analysis 7 - File Upload ↳ What: Accepts PDFs, CSVs, images, docs ↳ Use: Review, extract, summarise, analyse ↳ Best for: Multi-format document support 8 - Connectors ↳ What: MCP integrations for Slack, Google Drive, Notion, Figma ↳ Use: Pull live data from your tools into the chat ↳ Best for: Working with external apps without leaving Claude 9 - Projects ↳ What: Organise multiple chats and files ↳ Use: Manage long-term projects, track context ↳ Best for: Multi-session goal tracking 10 - Research ↳ What: Deep web research with synthesis ↳ Use: Market research, competitor analysis ↳ Best for: Research-heavy topics 11 - Claude Code ↳ What: Terminal agent for coding with Agent Teams ↳ Use: Build, debug, refactor entire repos in parallel ↳ Best for: Developers (Pro or Max plan) 12 - Claude Cowork ↳ What: Agentic assistant for non-technical users ↳ Use: Build decks, workbooks, automate browsers ↳ Best for: Knowledge workers (Pro or Max plan) 13 - Skills ↳ What: Reusable instructions that auto-trigger ↳ Use: Brand guidelines, templates, workflows ↳ Best for: Consistent output without re-prompting 14 - Memory ↳ What: Remembers context across conversations ↳ Use: Picks up where you left off ↳ Best for: Ongoing projects and preferences PROMPT PATTERNS ☑︎ Files: Upload + "Summarise this" ☑︎ Search: "Latest on [Tesla stock]?" ☑︎ Code Help: "Help me [task] in [Python]" ☑︎ Analysis: "Analyze this [CSV]" + upload ☑︎ Cowork: "Organise [folder] by [file type]" ☑︎ Projects: "I'm working on [new strategy]" ☑︎ Artifacts: "Create a [budget tracker app]" ☑︎ Skills: "Create a skill for [my brand style]" ☑︎ Research: "Research [topic] comprehensively" ☑︎ Claude Code: "Refactor this API to use async/await" ☑︎ Connectors: "Summarise my unread Slack messages" ☑︎ Memory: "Based on what we discussed, update the plan" Repost ♻️ to help someone in your network.
1.6K

Charlie Hills 🦩

Tech & AI

3mo

I've (already) replaced 12 tools in my workflow this year. My new 2026 AI tool stack across 12 categories: --- ✦ Search 2025: Google 2026: Gemini Gemini gives answers. Google gives links. ✦ Spreadsheets 2025: Excel 2026: Claude in Excel Natural language queries replace formula memorisation. ✦ Browser 2025: Chrome 2026: Perplexity Comet AI-native browsing built for research, not ads. ✦ Image Editing 2025: Photoshop 2026: Nano Banana One prompt replaces 47 clicks. ✦ Video Editing 2025: Premiere Pro 2026: Kling Text-to-video cuts production time by 90%. ✦ Writing 2025: ChatGPT 2026: Claude Better tone, longer context, fewer hallucinations. ✦ Note-taking 2025: Fireflies 2026: Granola Structured meeting notes without the AI meeting bots. ✦ Presentations 2025: PowerPoint 2026: Gamma Describe it once. Get a full deck. ✦ Design 2025: Canva 2026: Vislo AI-first design for data and diagrams. Try Vislo AI → https://lnkd.in/eKMKrbnv ✦ Email 2025: Gmail 2026: Google Workspace Studio Agentic email management, not inbox zero. ✦ Research 2025: Google 2026: Perplexity Cited answers beat blue links. ✦ Image Gen 2025: Midjourney 2026: Imagen 3 Faster, cheaper, native to Google ecosystem. --- The pattern is clear. General-purpose tools are losing to specialised AI. The question isn't whether to switch. It's how fast you adapt. Which swap surprised you most? Repost ♻️ to help your network upgrade their stack. P.S. Every Sunday, I break down one AI content strategy. Join 45k+ readers: https://lnkd.in/egsC99qy
2.4K

Charlie Hills 🦩

Tech & AI

3mo

Anthropic shared their secret Claude setup. One text file stops repeated mistakes. Boris Cherny (creator of Claude Code) shared the setup his team uses internally. It is called a .md file. You write rules in a markdown file once. Claude reads them before every session. Here's how to set it up: 1. Claude Code - Create a file called CLAUDE.md. - Save it in your project folder. - Claude reads it before every task. The image below is the exact file. Here's what it does once loaded: ✦ Plans before building. Any task with 3+ steps gets a spec first. ✦ Delegates to subagents. Main context stays clean and focused. ✦ Learns from every correction. Writes a rule to never repeat it. ✦ Verifies before shipping. Runs tests and checks logs first. ✦ Challenges its own work. If a fix feels hacky, it finds a better one. ✦ Fixes bugs end to end. No hand-holding required. The compounding effect is the whole point. Week one, you correct a few things. Month one, Claude gets it right without corrections. Month three, it operates like a teammate. 2. Cowork - Create a file called profile.md. - Save it in your working folder. - Open Cowork and point it at that folder. Your preferences carry across every task. Export your ChatGPT history into a profile.md in minutes. Free guide here → https://lnkd.in/eMRDhZYJ 3. Regular chat - Go to Claude and create a new Project. - Upload profile.md as a Project file. - Claude loads it before every conversation. One file. Permanent context. No repeating yourself. For Cowork and regular chat, include: ✦ Your name, role, and current work. ✦ Your tone and writing style rules. ✦ Formats you want Claude to follow. ✦ Things Claude should never do. ✦ Your active projects and their status. This takes one afternoon of setup. Results compound every week. Full setup guide → https://lnkd.in/eMRDhZYJ Repost ♻️ to help someone in your network. P.S. How long before your .md file knows you better than your team does?
1K

Charlie Hills 🦩

Tech & AI

3mo

Anthropic just built their answer to OpenClaw. (It executes tasks while you sleep) Step 1: Download the desktop app. - Go to claude .com/download. - You need a paid plan. Pro starts at $20/month. - Open the app and find the Cowork tab at the top. Step 2: Connect your tools. - Go to Settings → Connectors. - Click a connector and authenticate it. - Claude now pulls live data from your tools. Over 50 integrations are available: Slack, Gmail, Figma, Asana, Notion, Google Drive, and more. Step 3: Set up a Scheduled Task. - Go to Scheduled Tasks → New. - Write your instructions as a prompt. - Set the schedule (daily, weekly, monthly). Cowork executes the task on your schedule. It reads your connected tools, runs the work, and saves the output to a folder on your machine. I use it for a daily content briefing at 7am. Cowork scrapes 200+ profiles across platforms. The full prompt is here → https://lnkd.in/eeHWHJ49 Other scheduled tasks I run: ✦ Weekly competitor analysis from connected sources. ✦ Monthly performance summaries from Google Drive. ✦ Morning task priorities from Slack and Notion. ✦ Daily inbox triage from Gmail. Anything with a repeating pattern works. Write the instructions once and let it run. The full setup guide is here → https://lnkd.in/eeHWHJ49 Repost ♻️ to help someone in your network. P.S. What would you automate first?
769

Charlie Hills 🦩

Tech & AI

2mo

Claude Code has 3 levels. Most people never get past the first. We wrote a 5,000+ word newsletter breaking down all three. Read it free here → https://lnkd.in/ezABSgRT Level 1: Beginner (Charlie Hills 🦩) - Install from your terminal in under 2 minutes. - Write a CLAUDE.md that loads every session. - Learn 4 modes from safe to full bypass. - Start every build in Plan Mode first. - Master /plan, /context, /compact, /clear. This is where 90% of users stop. Level 2: Intermediate (Sabahudin Murtić) - Build skills that run workflows in one command. - Spawn parallel agents for batch processing. - Automate lead scraping, proposals, and video. - Connect MCP servers for live integrations. - Ship workflows to clients as ZIP plugins. Level 3: Advanced ( Walid Boulanouar) - Build a second brain with the PARA framework. - Run 48 skills replacing $600-1,000/mo in SaaS. - Wire 7 MCP servers across your full stack. - Run LinkedIn from your terminal. No browser. - Handle sales, content, and proposals from the CLI. The winners in 2026 are not writing better prompts. They are building better systems. Repost ♻️ to help someone in your network. P.S. Which level are you at right now?
1.4K

Charlie Hills 🦩

Tech & AI

2mo

Half of what "experts" say about LinkedIn is wrong. Here's the reality of LinkedIn in 2026: ↳ Follower growth down 59% ↳ Impressions down 50-65% ↳ Engagement up 12% --- Sources: Industry data: Richard van der Blom's Algorithm Insights 2025 (1.8M+ posts analysed). Essential reading if you're serious about LinkedIn. My data: Stanley (Your Content Coach) helped me analyse 12 months of my posts to validate these findings. If you want to analyse your own LinkedIn data, try Stanley. You get 14 days free with my link. Try Stanley → https://lnkd.in/eDh9YRNc --- LinkedIn isn't broken. The rules just changed. --- 1. Engagement pods boost visibility ❌ OLD: Pods = more reach. ✅ NEW: LinkedIn detects artificial engagement. Pods trigger spam filters and suppress your reach. --- 2. Post as often as possible ❌ OLD: More posts = more visibility. ✅ NEW: Posting twice in 24 hours cannibalises your reach. The algorithm penalises back-to-back posts by up to 20%. Quality + 24hr spacing wins. --- 3. Short punchy posts win ❌ OLD: Keep it brief. ✅ NEW: Dwell time is now a ranking factor. Short posts get scrolled past. Long-form posts (800-1000 words) rank higher. --- 4. Go viral or go home ❌ OLD: Chase virality. ✅ NEW: LinkedIn shifted to relevance-based distribution. Niche expertise beats broad appeal. --- 5. Links kill your reach ❌ OLD: Never post links. ✅ NEW: My newsletter links hit 1.6x engagement. My AI prompts post with a link? 2.5x. Links with value still perform. --- 6. Video is king ❌ OLD: Video gets the most reach. ✅ NEW: Video reach dropped 200%. Carousels perform 1.9x better — dwell time beats views. --- What my data confirmed: The real killers: ↳ Posting twice in 24 hours ↳ Short promo-only posts (0.8x) ↳ Novelty posts without clear value (0.6x) The real winners: ↳ Personal story + lesson format (1.3x-1.6x) ↳ Long-form educational posts (2.5x-5.8x) ↳ Carousels with actionable steps The algorithm now rewards: ↳ 15+ word comments (2.5x reach boost) ↳ Expertise over entertainment ↳ Depth over frequency --- Stop following 2023 advice in 2026. Which myth were you still believing? Drop it below. Repost ♻️ to help someone in your network.
696

Charlie Hills 🦩

Tech & AI

2mo

One folder changes how Claude Code works. Most users never set it up properly. Here is the anatomy of .claude/: ✦ CLAUDE.md This is your project's memory. Write your build commands, architecture decisions, and conventions here and keep it under 200 lines. Claude reads it at the start of every session and follows it throughout. ✦ CLAUDE.local.md These are your personal overrides. Your preferences stay out of the shared version, so you can change them without touching anyone else's setup. ✦ settings.json This is where you set permissions. Allow npm run *, block .env files, and spend five minutes here to avoid a lot of surprises later. ✦ commands/ These are your custom slash commands. review.md creates /project:review, and fix-issue.md creates /project:fix-issue. You build the workflow once and run it in every session. ✦ rules/ This is where you put modular instructions. When CLAUDE.md gets crowded, split it into focused files like code-style.md, testing.md, or api-conventions.md. You scope each file to the directories where it matters. ✦ skills/ These are auto-invoked workflows. Claude reads the task, matches it to a SKILL.md description, and runs it without you typing anything. Security reviews and deploys run hands-free. ✦ agents/ These are subagent personas. code-reviewer.md checks PRs to your standards, and security-auditor.md scans for vulnerabilities. Each one runs in an isolated context window and returns only the findings. The decision rule: ✦ Project instructions → CLAUDE.md ✦ Recurring workflows → commands/ ✦ Context-triggered tasks → skills/ ✦ Specialised review work → agents/ Most just prompt harder when Claude gets confused. The fix is almost always better project architecture. Full setup guide here → https://lnkd.in/eX9prA4V Repost ♻️ to help someone in your network. P.S. Have you set up your .claude/ folder? P.S.S. Want to create infographics this good? Try Vislo AI for free at www.vislo.ai
751

Charlie Hills 🦩

Tech & AI

2mo

Claude Code has 93 commands. Here are the 16 worth learning first: I wrote the complete Claude Code guide for non-devs. Free to read here → https://lnkd.in/ezABSgRT ✦ /init - Generates your CLAUDE.md automatically - Claude reads your files and writes the brief ✦ /plan - Switches to read-only mode - Maps every step before touching a file - Five minutes of planning saves an hour ✦ /context - Shows what is eating your tokens - Most people are 15-20% through before typing ✦ /compact - Frees up context mid-session - Run this at 50% usage, not 95% ✦ /clear - Full reset between tasks - Stops old context degrading new output ✦ /model - Switch Opus, Sonnet, Haiku mid-session - Opus for depth. Haiku for speed. ✦ /btw - Side question without interrupting the task ✦ /rewind - Undo when Claude goes off track - Or hit Esc twice for the rewind menu ✦ /agents - Create and manage sub-agents - Split big tasks across parallel workers ✦ /chrome - Claude controls your browser directly - Navigate, click, fill forms, read logs ✦ /loop - Run a prompt on a recurring schedule - Monitors builds for up to 3 days ✦ /simplify - Three agents review your code in parallel - Catches architecture issues and duplicates ✦ /permissions - Pre-allow safe commands instead of bypass ✦ --dangerously-skip-permissions - Removes all permission prompts - Claude runs start to finish uninterrupted ✦ Shift+Tab - Cycles normal, auto-accept, and plan mode ✦ "Ultra think" - Forces max reasoning depth for one turn The graphic has all 93 across 9 categories. Save it. You will come back to it. Repost ♻️ to help someone in your network. P.S. Which one are you using the most?
2.1K

Charlie Hills 🦩

Tech & AI

3mo

I have 200K+ LinkedIn followers. Here's the 9-step system behind it: Step 1: Extract your voice. - Sign-up for Stanley: https://lnkd.in/eDh9YRNc - It learns your style, goals, and vocabulary. - Stanley writes 99% of my first drafts this way. More context = sharper output. Always. Step 2: Research your niche. - Use Apify to analyse LinkedIn, X, and Reddit. - Find what your audience shares and saves. - Rank by engagement and spot patterns. I never guess before posting content. Step 3: Follow the CHEF Framework. ✦ C = Curate Context (research first) ✦ H = Heat with AI (generate first drafts) ✦ E = Enhance with Flavour (add your voice) ✦ F = Feed the Community (publish and engage) AI multiplies your voice, but you bring the flavour. Step 4: Use the 70-20-10 content mix. - 70% teaching (frameworks, tips, how-tos) - 20% proof (case studies, results, stories) - 10% selling (signups, offers, launches) I open with value and never lead with a sell. Step 5: Build your content system. - Pick 3-5 themes you stand for. - Test each with different formats. - Map them to a weekly calendar. When this is clear, posting stops feeling random. Step 6: Write hooks that stop the scroll. - 40 characters max. No questions. - Use a bold claim first with numbers first. - Follow with contrast or clear payoff second. This decides if anyone reads the rest. Step 7: Score every post before publishing. - Prompt Stanley to score your post. - If you score below 80, rewrite the post. - If a stranger could have posted it, delete it. "Score this post out of 100. Compare it to top LinkedIn performers in my niche. What should I improve?" Step 8: Create scroll-stopping visuals. - Generate graphics in Stanley. - Or drop your post into Vislo. - Always use 1080x1350. This makes or breaks your post. Step 9: Engage, measure, repeat. ✦ 50% similar creators (build relationships) ✦ 30% your target audience (build trust) ✦ 20% big accounts (build visibility) Comment 1 hour before posting. 1 hour after. Repost your winners every 60 days. The data tells you what to create next. This took me 2 years of daily posting. You don't need 2 years. You need the system. Try Stanley free → https://lnkd.in/eDh9YRNc (My exclusive link gives you 14 days free) Repost ♻️ to help someone in your network. P.S. Which step changed your content the most? #StanleyPartner
1K

Charlie Hills 🦩

Tech & AI

3mo

I tested every feature in Claude Cowork. Here's the complete breakdown: Full guide → https://lnkd.in/eZJJGGVR CORE FEATURES 1 - File System Access ↳ What: Reads, edits, creates local files ↳ Use: Organising, renaming, building reports ↳ Best for: Working with your real files 2 - Sub-Agents ↳ What: Splits work into parallel tasks ↳ Use: Multi-doc research, batch processing ↳ Best for: Faster completion on big jobs 3 - Pro Outputs ↳ What: Creates Excel, Word, PowerPoint, PDF ↳ Use: Expense reports, slide decks, data analysis ↳ Best for: Production-ready deliverables 4 - Cross-App Context ↳ What: Passes data between file types ↳ Use: Spreadsheet findings into a presentation ↳ Best for: One continuous workflow 5 - Long Tasks ↳ What: No timeouts or context limits ↳ Use: Hundreds of files, deep research ↳ Best for: Walk away, come back to finished work 6 - Deletion Protection ↳ What: Asks before permanently deleting ↳ Use: Any file cleanup or reorganisation ↳ Best for: Zero accidental data loss CAPABILITIES 7 - Global Instructions ↳ What: Preferences load every session ↳ Use: Set tone, format, role context once ↳ Need: Settings > Cowork 8 - Folder Instructions ↳ What: Rules trigger when you open a folder ↳ Use: Client naming conventions, project context ↳ Need: Settings > Cowork 9 - Connectors ↳ What: Links to Slack, Drive, Notion, Gmail ↳ Use: Pull live data without copy-pasting ↳ Need: Free on all plans 10 - Plugins ↳ What: Bundles of skills and commands ↳ Use: Install a Marketing or Sales toolkit ↳ Need: Any paid plan 11 - Skills ↳ What: Reusable workflows that auto-trigger ↳ Use: Proposals, reports, briefs from one line ↳ Need: Plugin or manual markdown file 12 - Claude in Chrome ↳ What: Browser extension for web tasks ↳ Use: Email triage, form filling, competitor analysis ↳ Need: Free Chrome extension 13 - Scheduled Tasks ↳ What: Runs prompts on a set cadence ↳ Use: Monday briefs, weekly reports, file cleanup ↳ Need: Any paid plan 14 - Plugin Create ↳ What: Build custom plugins from scratch ↳ Use: Weekly client reporting, recurring workflows ↳ Need: Any paid plan USE CASES (BY PLUGIN) ☑ Design: Meeting notes into design briefs ☑ HR: Policy notes into handbook sections ☑ Marketing: Transcripts into content briefs ☑ Legal: Flag non-standard contract clauses ☑ Sales: CRM prep, Slack thread summaries ☑ Engineering: Codebases into technical docs ☑ Data Analysis: CSVs into reports with charts ☑ Productivity: Organise folders, batch rename ☑ Finance: Receipts into expense spreadsheets ☑ Operations: Batch process docs, status reports ☑ Product Management: Strategy docs, quarterly reports Want the high-res PDF? 1. Repost ♻️ this to your network 2. DM me the word "Claude" I'll personally send it to you.
359

Charlie Hills 🦩

Tech & AI

2mo

90% of LinkedIn users hit publish and hope for the best. 8-steps to know if your content will perform: 1. Open Stanley - It analyses your LinkedIn automatically. - Extracts your tone, patterns, and themes. - Upload your story bank for more context. Your voice profile is built in seconds. 2. Find pre-validated content - Connect the Apify connector in Claude. - It analyses X, Reddit, LinkedIn and Instagram. - Find posts that hit 5x typical engagement. Remix winning ideas into your voice. 3. Find your outliers - Stanley Analytics shows your top posts. - Spot anything with 5x your average. - Extract the format and topic. Repeat the combo with new angles. Prompt: "Show me my top 5 outlier posts by engagement rate. For each, identify the format and topic. Give me 3 new post ideas using the same format/topic combo in different styles." 4. Load the 80/100 rubric Use this to score your posts before publushing. 8 categories. Each scored /10. Target: 80+. H → Hook (under 60 chars, no questions) S → Structure (follows a framework) F → Formatting (blank lines, no orphans) L → Line Length (under 55 chars) V → Voice (active, punchy, no fluff) S → Specificity (real numbers, tool names) C → CTA (clean, short, no links in body) L → Length (1,200-1,800 chars) Load it once. Stanley remembers it forever. 5. Write your post - Give Stanley a topic, voice note, or brief. - It writes the LinkedIn post in your voice. - It follows your rubric standards. Prompts: Simple: "Write a LinkedIn post in my voice about [TOPIC]." Detailed: "Write a post about [TOPIC]. Use the [PAS/AIDA/BAB] framework. Keep it within 1,200-1,800 characters." 6. Ask for feedback - Paste your draft back in. - Stanley scores all 8 categories. - It tells you exactly what to fix. Prompt: "Score this post out of 100 using your 8-category rubric. Show each category, score /10, and a one-line reason. Highlight the weakest and tell me how to fix it." 7. Write better hooks - Your hook decides if anyone reads the rest. - Ask for 10 two-line hook variations. - Pick the strongest. Then publish. Prompt: "Give me 10 two-line hooks for this post. Under 60 chars on line 1. Specific, driven, contrasting." 8. Repeat the flywheel Winning Topic → New Framework → New Angle → Score 80+ → Publish → Repeat One hit becomes five posts. Prompt: "Take my top-performing post about [TOPIC]. Rewrite it using [PAS/BAB/SLAY] framework with a completely different angle. Keep the same format. Score it against the rubric." The data backs this up (537k posts analysed): ✦ Best length → 1,200-1,800 characters ✦ Best hook → under 60 characters ✦ Links in body → -45% engagement ✦ Trailing question → +27% engagement ✦ Best time → 5-8 AM ET, weekdays Try Stanley → https://lnkd.in/eDh9YRNc (You get 14-days for free with my link) Repost ♻️ to help someone in your network. P.S. Which step are you missing?
688

Charlie Hills 🦩

Tech & AI

2mo

Anthropic won't send you this list (links below). 54 Claude Code resources in one place: Complied with Sabahudin Murtić and Walid Boulanouar. Start here: https://lnkd.in/eX9prA4V OFFICIAL 1. → code.claude.com/docs — documentation 2. → https://lnkd.in/e2CHzd3s — Anthropic partners 3. → https://lnkd.in/ekUBf8a6 — free certification 4. → https://lnkd.in/eBZZGsMx — official MCP servers DIRECTORIES  5. → https://ecc.tools/ — tool directory  6. → https://lnkd.in/eMcajgZZ — mega repo  7. → https://lnkd.in/ebE2iDvV — MCP list  8. → https://lnkd.in/ecTbSBYN — skills list  9. → https://lnkd.in/ew3nvRbU — searchable skills 10. → https://lnkd.in/eX8f4kSn — visual skills browser 11. → https://lnkd.in/emQbMwbG — 50+ MCPs 12. → https://lnkd.in/ex_QW3Yj — MCP setup guide MCP SERVERS 13. → https://lnkd.in/eMC5dUqR — automate browsers 14. → https://lnkd.in/e88Kk_Ps — scrape websites 15. → https://lnkd.in/eESCpJPv — database + auth 16. → https://lnkd.in/epA2Fyej — query databases 17. → https://lnkd.in/eDth9q8c — manage PRs + issues 18. → https://lnkd.in/eYyMpbtU — live library docs 19. → https://lnkd.in/emH58D9U — catch errors 20. → github.com/Dokploy/mcp — deploy apps 21. → https://lnkd.in/ebWNdPYb — send messages 22. → https://lnkd.in/ezNEERvU — access workspace 23. → https://lnkd.in/ehPxjRQg — pull designs 24. → https://lnkd.in/evhKVKVx — track issues SKILLS (reusable instructions) 25. → https://lnkd.in/eppbgRaK — browser control 26. → https://lnkd.in/eEZn2dx4 — cleaner frontend 27. → https://lnkd.in/eERvv7Yt — Chrome tab control 28. → https://lnkd.in/ejAPia8C — full dev workflow 29. → https://lnkd.in/eurVxvjj — optimized settings 30. → https://lnkd.in/ezKrngB4 — visual interface 31. → github.com/tadaspetra/loop — recurring tasks 32. → https://lnkd.in/ekGS8CkQ — Claude + Cursor MULTIPLEXERS (run multiple agents) 33. → cmux.com — agent terminal 34. → https://www.gmux.sh/ — orchestrate agents 35. → https://lnkd.in/etvdGH4f — agent teams 36. → https://lnkd.in/e9zzpPYZ — agents on branches 37. → github.com/coder/mux — parallel dev AGENT FRAMEWORKS 38. → github.com/HKUDS/ClawTeam — coordinate agents 39. → https://lnkd.in/edAkCbzX — any tool to CLI 40. → https://lnkd.in/eJPYijMk — agent collab 41. → https://lnkd.in/e-XG7_cE — auto research 42. → https://lnkd.in/e4zXd3ms — agent control 43. → https://lnkd.in/eMt3sS7N — NousResearch 44. → https://lnkd.in/eJ-jUWpS — copilots in apps AUTOMATION 45. → https://lnkd.in/e9sarX3R — workflows in code 46. → https://lnkd.in/eC2CXG_W — Word + Excel 47. → https://lnkd.in/eNkyNc6U — stealth browser 48. → https://www.openlogs.dev/ — monitor agents 49. → https://lnkd.in/enZpCvES — chat SDK 50. → https://lnkd.in/eDKBPrPU — self-hosted          ARTICLES 51. → https://lnkd.in/e9gfhHhm — best CLI tools 52. → https://lnkd.in/ePCzNw5w — top MCP servers 53. → https://lnkd.in/eqpBHzyi — MCP setup guide 54. → https://lnkd.in/eAJCnpbD — parallel agents Repost ♻️ to help someone in your network.
2.7K

Charlie Hills 🦩

Tech & AI

2mo

I (secretly) became a SaaS founder. It took 9+ months to say that publicly. I started building Vislo AI in June 2025. This is my first time launching a SaaS product. I've been overprotective about every detail. Right now, this is the worst Vislo will ever be. It still creates branded infographics better than anything else I've tested (scroll my feed and you'll see the proof). That's why the founding price is $19/month. Only for the first 100 users. What's coming next: ✦ Carousel creation ✦ GIFs and video editing ✦ Even better infographics ✦ Features I haven't announced yet Your price stays the same. Locked in for life. 1,608 people joined the waitlist before we opened. The early feedback keeps saying two things: 1. The visuals hit. 2. It's simple to use. Both of those were deliberate decisions. Building a product is nothing like building a brand. The skills overlap, but the pressure is different. - Wondering if a big AI company ships this tomorrow. - Questioning if this is the right move every week. - Building something nobody might want. If you create content on LinkedIn and you want branded infographics without a designer, this is what I built for you. Start free. Lock in founding pricing if it fits. Sign up here → www.vislo.ai I wrote the full setup guide in my newsletter. Brand kit, templates, agent workflow, and editing. The complete walkthrough → https://lnkd.in/eZkxd9Jr If you have questions, feedback, or feature requests, I want to hear them. Send me a message me on here, or use the chat support inside Vislo. I’m reading everything. P.S. Have you ever thought about building a SaaS?
685

Charlie Hills 🦩

Tech & AI

3mo

You don't need 12+ tools to build campaigns anymore. This is the future of creative production. Luma Agents replaces all of them. I tested this by building a fake luxury skincare brand. All from one workspace (no tool switching required). Here's exactly how: Step 1: Go to https://lnkd.in/eZVqUcgE Step 2: Open a new workspace Step 3: Start a conversation with the agent Each stage reads previous outputs and builds on them. How to build an entire brand campaign alongside Luma: (It works as a creative partner and handles execution) ✦ Prompt 1: Brand Identity This is the foundation everything else builds on. Prompt: "Create a brand identity for a luxury skincare brand called SkinLux. I need a logo, colour palette, and brand positioning statement." ✦ Prompt 2: Product Line Now the agent already knows your brand. Prompt: "Design three hero products for the range. A serum, a moisturiser, and a cleanser. Show me the packaging concepts." ✦ Prompt 3: Hero Campaign Visual Push the creative direction further. Prompt: "Create a hero campaign visual. Dark marble, cinematic lighting, editorial luxury aesthetic." ✦ Prompt 4: Social Content Suite Platform-ready creative from the same conversation. Prompt: "Create a set of social media assets for the launch. One Instagram post, one Story, one LinkedIn announcement." ✦ Prompt 5: Ad Creative Paid campaign assets with copy and visual together. Prompt: "Design a paid ad creative for the launch. Headline, visual, and call to action." ✦ Prompt 6: Launch Video It wrote a shot plan, generated every frame, and mixed voiceover with music. Prompt: "Storyboard a 15-second launch video for the brand. Show me the key frames." ✦ Prompt 7: Landing Page Website-ready in the same workspace. Prompt: "Mock up a hero section for the SkinLux website landing page." Plot twist: I'm not launching a skincare brand. But this brand launch looks like it cost £50,000. I set the direction. The agents handled execution. And it took one afternoon. Try Luma AI → https://lnkd.in/eZVqUcgE P.S. What would you build first? 💙 #LumaPartner
377

Charlie Hills 🦩

Tech & AI

3mo

How to quit ChatGPT forever (advanced guide). Here's the exact process with Claude Cowork: I had 2,992 conversations in ChatGPT. My tone, my clients, my workflows. All of it felt impossible to leave behind. It took me 20 minutes to transfer all of it. Step 1: Export your context from ChatGPT. ✦ Go to Settings → Data Controls → Export. ✦ You will receive a zip file by email. Step 2: Open Claude Cowork ✦ Click "Work in a folder" and select "Downloads" ✦ Run this exact prompt → https://lnkd.in/e--fakyi Cowork writes a Python script, parses the entire file, and produces a structured summary automatically. Step 3: Import it into Claude. Feed that summary into Claude's memory and your new assistant knows everything your old one did. You have three ways to use your summary: 1. Create a new Project. ✦ Upload the file as project knowledge. ✦ Claude references it in every conversation. 2. Import it into Memory. ✦ Go to Settings → Capabilities → Memory. ✦ Click "Start import" and paste your export 3. Save it as an MD file in your Cowork folder. ✦ Claude reads it at the start of each session. ✦ Your rules, context, and workflows load automatically The sunk cost argument is gone. Full migration guide → https://lnkd.in/e--fakyi Repost ♻️ to help someone in your network. P.S. The Cowork step takes 20 minutes and needs the desktop app. If you have 2+ years of ChatGPT history, it is worth every minute.
406

Charlie Hills 🦩

Tech & AI

2mo

Claude Code is 48 tools in one. (Here's what it does and why it matters) Most people use AI like a chat window. Claude Code turns it into a full operating system. It sits inside your terminal. It reads, writes, creates, and organises files on your computer. ChatGPT is asking someone for help. Claude Code is a teammate who does the work. What you get: ✦ Full system access to every file ✦ Hours-long tasks running on their own ✦ A CLAUDE.md file for permanent memory ✦ 48 built-in skills for docs, sheets, PDFs ✦ MCP connections to Notion, GitHub, Slack What people are building with it: ✦ Lead scraping pipelines into Sheets ✦ Client proposals generated from a brief ✦ Full websites pushed to Figma ✦ Personalised outreach through HubSpot ✦ Email classification and auto-replies ✦ Dashboards built from raw data files What it replaces: ✦ $200/month in content tools ✦ $150/month in outreach tools ✦ $100/month in project management ✦ 15 to 20 hours per week of manual work All for $0/month on top of your Claude subscription. I wrote a 5,000+ word newsletter breaking down Claude Code, so you know exactly when to use each one, how to set them up, and the workflows that save the most time. Read it free here → https://lnkd.in/ezABSgRT Repost ♻️ to help someone in your network. P.S. Which layer are you starting with?
923

Charlie Hills 🦩

Tech & AI

2mo

Claude has 3 levels. Most people never get past the first one. I wrote a newsletter guide for each. Here is what they do and when to use them: ✦ LEVEL 1: CHAT (Conversation Level) The browser and mobile app. Free to start. You talk, Claude thinks. It drafts, summarises, reasons, and writes in your voice. - Set up Memory so it learns who you are. - Create a Project per workstream with scoped files. - Pick a default model: Haiku, Sonnet, or Opus. Use it for: drafts, strategy, analysis, and decisions. Full setup guide (including how to migrate from ChatGPT) → https://lnkd.in/eMRDhZYJ ✦ LEVEL 2: COWORK (Workflow Level) The desktop agent. $20/month Pro minimum. It reads, writes, and organises your local files directly. It connects to 50+ apps: Slack, Gmail, Notion, and more. - Create a Claude Context folder with your brand files. - Write Global Instructions that load every session. - Set Scheduled Tasks to run workflows on autopilot. Use it for: file organisation, daily briefings, and app workflows. Full Cowork guide → https://lnkd.in/eeHWHJ49 ✦ LEVEL 3: CODE (Operating System Level) The terminal agent. $20-200/month. It builds full features and ships code autonomously. It runs parallel agents across your entire codebase. - Install via npm and run claude /init. - Add Skills for multi-step workflows with one command. - Connect MCP Servers to Slack, CRM, and Google. Use it for: building apps, lead scraping, and automation. Full Claude Code guide → https://lnkd.in/e_ser5rN The decision rule: ☑︎ Thinking and content → Chat ☑︎ Files and app workflows → Cowork ☑︎ Code and systems → Code The advantage is not "using AI." It is knowing which level to reach for. A 4th guide covering every feature release drops soon. Early access here → https://lnkd.in/egsC99qy Repost ♻️ to help someone in your network. P.S. Which level are you on right now? P.S.S. Want to create infographics this good? Try Vislo AI (my SaaS) for free at www.vislo.ai
776

Charlie Hills 🦩

Tech & AI

2mo

Perplexity Computer runs 19+ AI models. They run your tasks while you sleep: THE MODELS ✦ Claude Opus 4.6 - Primary orchestrator and reasoning engine. - Decomposes your goals into task graphs. ✦ Gemini 3.1 Pro - Deep research across multiple sources. - Spawns its own sub-agents. ✦ GPT-5.4 - Long-context recall and coding. - Broad generalist tasks. ✦ Grok - xAI's speed model. - Fast-turnaround subtasks. ✦ Nano Banana - Image generation within workflows. ✦ Veo 3.1 - Google's video model. - Produces video as part of multi-step projects. ✦ Model Council - Runs GPT, Claude, and Gemini in parallel. - Synthesises a cross-validated answer. ✦ 13+ additional models - Dynamically assigned based on complexity and latency. THE FEATURES ✦ Multi-Model Orchestration - Routes each subtask to the best-fit model among 19+ options automatically. ✦ Sub-Agent Architecture - Spawns specialised sub-agents for research, code, and analysis in parallel. ✦ Background Execution - Tasks run in the cloud for hours, days, or months. No need to stay online. ✦ Persistent Memory - Remembers past work, preferences, and files across sessions. ✦ App Connectors - Links Gmail, Calendar, Slack, Notion, GitHub, Jira, Salesforce, and HubSpot. ✦ Code Execution - Writes, tests, and deploys full web apps in an isolated sandbox. ✦ Document Generation - Creates reports, spreadsheets, presentations, and structured files. ✦ Image and Video Generation - Produces visuals with Nano Banana and video with Veo 3.1. ✦ Model Council - Sends queries to three frontier models and shows where they agree and disagree. ✦ Scheduling and Tasks - Sets recurring tasks and condition-based triggers that run autonomously. ✦ Credit System - Usage-based. 10,000 credits per month on Max. Costs vary by model and task. ✦ Parallel Research - Runs 7 search types at once: web, academic, people, image, video, shopping, social. ✦ Custom Skills - Saves reusable workflows you trigger repeatedly. ✦ Secure Sandbox - Every task runs in an isolated environment with a real filesystem and browser. HOW IT WORKS (6 STEPS) 1. Describe your outcome. - Write a plain-language goal. No prompt engineering needed. 2. Computer builds a task graph. - Claude Opus 4.6 breaks the goal into subtasks with dependencies. 3. Models get assigned. - The orchestrator routes each subtask to the best model. 4. Sub-agents execute in parallel. - Tasks run asynchronously in isolated cloud environments. 5. Self-healing on errors. - If something fails, new sub-agents spawn to fix it. 6. Deliverables arrive. - Finished outputs: code, files, reports, deployed apps, emails, or data. Perplexity Computer turns a plain-language goal into finished work across every format. Repost ♻️ to help someone in your network. Want the high-res PDF? 1. Repost ♻️ this to your network 2. DM me the word "Perplexity" I'll personally send it to you.
387

Charlie Hills 🦩

Tech & AI

2mo

Claude Code usually costs $100+/month. How to run it for $0 locally on your machine. Here's the 4-step install guide: Step 1: Download Ollama - Go to ollama .com and install it. - Ollama runs AI models locally on your machine. Step 2: Download a coding model - Open Terminal (Mac) or CMD (Windows). - Paste this and press Enter: ollama pull qwen3-coder Wait about 20 minutes for the download. Step 3: Install Claude Code In the same terminal, paste this: ✦ Mac/Linux: curl -fsSL claude.ai/install.sh | bash ✦ Windows: curl -fsSL claude.ai/install.cmd -o install.cmd && install.cmd Wait about 2 minutes. Step 4: Launch it Type this and press Enter: ollama launch claude - Select your model from the list. - Claude Code is running on your machine. Now ask it to build things for you: ✦ "Build me a landing page for my business" ✦ "Create a lead tracker spreadsheet" ✦ "Write a Python script to organise my files" It reads your files, writes code, and ships working software from one prompt. Everything runs locally on your hardware. I wrote a 5,000+ word newsletter breaking down all three layers of Claude Code → https://lnkd.in/ezABSgRT Save this guide. Repost ♻️ to help someone in your network. P.S. Have you tried running AI locally?
7 pages
991

Charlie Hills 🦩

Tech & AI

3mo

How to create (good) content with AI in 5 minutes. This is the 7-step Claude Cowork workflow I run daily: Step 1: Load Your Context - Click "Work in a folder" in the desktop app. - Claude reads every file inside it. I use three files: ✦ about-me.md covers who I am and what I do. ✦ brand-voice.md covers how I write. ✦ working-style.md sets how Claude behaves. Prompt: "Read all the files in this folder completely. Then give me a summary of what you know about me, how I work, and what context you have access to." Type /memory-management to verify what Claude has loaded before you start. I wrote a full guide on migrating your ChatGPT context into Claude here → https://lnkd.in/eMRDhZYJ Step 2: Set Your Rules - Go to Settings → Cowork → Edit. - Write your global instructions once. - They load at the start of every session. Prompt: "Before we start any work, tell me what you know about me, how I like to work, and any standing preferences you are aware of." Step 3: Pull Your Data Connect Apify in Settings → Connectors. "Use Apify to scrape my last 30 posts. Rank them by engagement. Give me a full breakdown. Then scrape [competitor 1], [competitor 2], [competitor 3] and compare." Step 4: Align the Brief - Tell Claude what you want to create. - It asks structured questions first. Prompt: "I want to create content based on the engagement data and competitor analysis. Ask me clarifying questions first. Only begin once we have aligned." Step 5: Execute with a Plugin Install the Marketing plugin from the library. Prompt: "/marketing:draft-content Write about [TOPIC]. Match the voice from my brand-voice.md file. Target [AUDIENCE]. Goal: [OUTCOME]." Step 6: Deliver to Your Team In the same session, run this prompt: "Connect to Notion. Create a design brief based on this content. Include a full breakdown and save it as a new page in my content calendar." Claude produces a slide-by-slide carousel breakdown with your caption. Your design team picks it up directly. Step 7: Automate the Research - Go to Scheduled Tasks → New Task. - Schedule Step 3 to run at 7am daily. Prompt: "Run all my pre-configured Apify scrapers. Collect the most recent 5 posts per account. Compile a daily briefing ranked by engagement rate." Tomorrow morning the briefing is waiting in your folder before you sit down. ☑︎ Step 7 runs while you sleep. ☑︎ Steps 1-6 take five minutes. I wrote the full setup guide this week. Every prompt and every step is explained. Free to read → https://lnkd.in/eZJJGGVR Repost ♻️ to help someone in your network.
976
Charlie Hills 🦩 Recent LinkedIn Posts | EXEED AI