Michael Murr - Coding Instructor
433 posts

Michael Murr - Coding Instructor
@2MPythonDev
👨🎓 32k Students on Skillshare & Udemy ⏳️ 45k Paid Hours Watched 🔥 100+ Private Tutoring Students 👇 Follow to start your Python learning Journey
Schedule a call ➜ Katılım Şubat 2020
80 Takip Edilen45 Takipçiler

Reddit is the EASIEST way to rank #1 on ChatGPT
and it’s much faster than regular SEO
while everyone’s busy competing for the first page of Google, we’ve noticed something strange:
ChatGPT is literally pulling answers straight from Reddit threads
180M+ people are using ChatGPT to search for answers as we speak
this opportunity is getting saturated fast so i put together a simple system to help you rank #1 in ChatGPT fast using Reddit
here’s what you’ll get inside the Reddit Guide:
• the best times to post for faster indexing
• why normal SEO doesn’t fully work for ChatGPT
• the exact post formats ChatGPT tends to pick up
• how to write comments that actually get picked up
• the subreddits that keep showing up in ChatGPT answers
Want the full Reddit guide?
1. like + follow
2. comment “REDDIT”
and I’ll send it over.

English

I just built a Claude Code skill that writes, schedules, and publishes your LinkedIn posts every week while you sleep.
Feed it your profile, your hooks, and a topic or script → it studies your voice and your best-performing formats → generates three post drafts matched to the right photo and scheduled to LinkedIn automatically.
All inside Claude Code.
Perfect for GTM engineers and founders who are still writing posts from scratch every week, spending an hour editing AI drafts that sound nothing like them, and manually uploading content to LinkedIn one post at a time.
If you're posting on LinkedIn in 2026, you already know the math - the accounts that build pipeline aren't the ones with the cleverest copy, they're the ones posting consistently in a voice that sounds genuinely human. Most people ship two posts a week if they're lucky.
This skill solves it:
→ Drop your profile.md with personal stories, professional context, and voice rules into the skill so Claude writes like you from session one
→ The skill reads your hooks.md file of proven formats and no-go openers so Claude never produces the lines saturating your space
→ Pulls from your approved drafts, YouTube scripts, or plain language topic descriptions to generate three options per post
→ Matches each post to the right photo by reading filenames so every visual fits the post's feeling without manual selection
→ Fires directly to LinkedIn via Playwright MCP - pastes, uploads, resizes, and schedules to your preferred time automatically
→ Drops a full week of scheduled posts into LinkedIn from one Sunday morning session
No briefing a ghostwriter. No editing AI slop for an hour. No manually uploading posts one at a time.
What you get:
- profile.md setup guide so Claude learns your voice, stories, and professional context permanently
- hooks.md file structure with proven formats and a no-go list built for your specific space
- Full skill file that generates, reviews, and approves three drafts per topic in seconds
- Playwright MCP setup so Claude publishes and schedules directly to LinkedIn without you touching the platform
- One skill you install once and run every week forever
Built 100% in Claude Code.
I put together a full playbook with the skill file, the profile.md template, the hooks.md structure, and the exact Playwright MCP setup to get this publishing on a schedule.
Want it for free?
> Like this post
> Comment "SKILL"
And I'll send it over (must be following so I can DM)

English

I just built a Claude skill that audits your entire Google Ads account in under 5 minutes 🤯
One prompt → a full account score, wasted spend breakdown, and a prioritized fix list telling you exactly what to change this week.
All inside Claude Cowork.
Perfect for DTC brands and agencies who are running Google Ads but have no idea how much budget is leaking.
If you're managing Google Ads and your "optimization" process is logging in, staring at the dashboard, sorting by cost, and hoping you spot the problem before it costs you another $500...
This audit skill finds it for you:
→ Connects to your live Google Ads data via MCP
→ Scores your account across 6 dimensions: wasted spend, search term quality, keyword health, quality scores, budget allocation, and creative performance
→ Calculates your exact wasted spend in dollars — search terms burning budget with zero conversions
→ Flags quality score issues dragging up your CPCs
→ Identifies keyword cannibalization across campaigns
→ Surfaces your top 5 highest-priority fixes ranked by budget impact
→ Generates a clean audit report you can hand to a client or share with your team
No CSV exports.
No pivot tables.
No guessing where the money went.
What you get:
→ A single Claude skill file you install once
→ An account health score (0-100) every time you run it
→ Exact dollar amount of wasted spend identified
→ Prioritized action list — not "optimize your account," but "pause these 12 search terms and save $847/month"
→ Works with any Google Ads account connected
I'm giving away the full audit skill — the actual .md file you drop into Claude and run against your own account.
Want it?
Like this post
Comment "SKILL"
And I'll send it over (must be following so I can DM)
English

I built 7 Claude Skills that replaced 6+ hours of weekly marketing work.
Now I’m giving them all away.
The Founder Skills Vault:
→ Viral Content Generator
→ Content Pillar Generator
→ LinkedIn Content Analyzer
→ Lead Magnet Idea Generator
→ LinkedIn-to-X Converter
→ Warm DM Strategist
→ Lead Qualifier
This isn’t a prompt pack.
These are production-grade tools that run inside Claude.
It’s the same system I used to grow 7,000+ followers in 3 months.
Want it?
→ Like + RT
→ Comment “FOUNDER”

English

@PaulSolt Hey Paul I need help. I've been trying to use Codex CLI on Windows 10 VS code but it's very slow at running commands and looking through files. Claude and gemini work perfectly fine.
I tried WSL but barely made any improvements any suggestion? Thank you
English

👋 If you’re new to Codex, here are 7 beginner tips for apps with Codex. (Bookmark it and use it tonight)
1. Start with: GPT-5.4 high
That is high reasoning. It is enough. Don’t be tempted by "xhigh" unless working on something really tricky. It uses more tokens and will be slower to finish.
2. Sometimes, more reasoning may not help. You may need to give your agents better docs that are up to date. I prefer to have my agents create Markdown docs from DocSet that are local, instead of web scraping.
I use DocSetQuery to create docs from Apple DocSet bundles. github.com/PaulSolt/DocSe…
3. Read @steipete's post to get started.
Bookmark his blog and follow him. Read his post, it’s gold, and so are his other workflow posts.
steipete.me/posts/2025/shi…
4. Copy aspects from Peter’s agents .md file and make it your own. There are thousands of hours of learning in his open-source projects.
github.com/steipete/agent…
Use the scripts too, things like committer for atomic commits are super powerful when multiple agents work in one folder.
5. Just talk to Codex. You don't need complex rules. You don't need to create huge Plan .md files.
You can get really good results by just working on one aspect of a feature at a time, handing it off, and then letting Codex do it.
If you get bored waiting, start up another project. Ask it to do something and then go back to the original one. Most likely, it will be done unless you're doing a huge refactor.
6. If you're making an iOS or macOS app, check out my App-Creator skill: super-easy-apps.kit.com/app-creator
It's based on Makefiles and will give your agent eyes into your Xcode build failures and test failures. It needs this feedback loop to write working code and fix bugs.
7. You can always ask your agent to copy something from another project. Peter does this all the time and has agents leveraging work they’ve already done for new projects.
I have my agents refer to previous project documentation or code patterns.
See my app workflow video: How I use Codex GPT 5.4 with Xcode (My Complete Workflow): youtube.com/watch?v=ls9QaD…
Enjoy your next app!

YouTube
English

@bridgemindai Hey I have a question been trying to run codex on Windows 10 VS Code but it's extremely slow. Any solutions. I've tried WSL and barely any improvement. Sanboxing didn't work permission and YOLO mode also barelt anything. It's mainly reading files and bash commands powershell
English

@thsottiaux Hi Tibo I've been having an issue Codex on Windows 10 in VS Code. It seems to take a huge amount of time running Bash commands and finding files in directories. I tried using it through WSL but the problem only slightly improved. Any suggestions? I really want to test it vs Claud
English

Claude Cowork just got computer use and it's absolutely insane 🤯
Schedule a task once → Claude opens your browser, logs into Meta Ads Manager, pulls your performance data, analyzes your creatives, and saves a finished brief to your computer.
Every morning, while you sleep.
All inside Claude Cowork.
Perfect for DTC brands and agencies who are still manually pulling ad reports, screenshotting competitor ads, and copy-pasting data between tools every week.
If you're running Meta Ads and your weekly workflow looks like this — log into Ads Manager, export a CSV, open it in a spreadsheet, try to figure out why CPAs spiked, screenshot competitor ads from the Ad Library, paste everything into a doc, write a brief from scratch ...
Claude Cowork now does the entire thing without you touching your keyboard:
→ Opens Chrome and navigates to your Meta Ads Manager
→ Pulls performance data across every active creative
→ Opens the Meta Ad Library and checks 5 competitors for new ads
→ Analyzes hook performance, fatigue signals, and winning angles
→ Writes a creative brief in your brand voice
→ Saves everything as real files directly to your computer
→ Runs on a schedule — daily, weekly, whatever you set
No CSV exports.
No copy-pasting between tools.
No sitting at your desk pulling reports.
What you get:
→ A daily performance snapshot without opening Ads Manager
→ Competitor ad monitoring on autopilot
→ Creative fatigue signals before CPAs blow up
→ A data-backed brief your creative team can execute immediately
→ All of it running while you're getting coffee, at the gym, or on your phone
Send a task from your phone. Claude picks it up on your desktop. You get the finished deliverable.
I put together a full playbook with the exact setup, the prompts, the scheduled task configuration, and 5 DTC workflows that use computer use.
Want it for free?
> Like this post
> Comment "CLAUDE"
And I'll send it over (must be following so I can DM)
English

Claude DESTROYS ChatGPT for marketing on LinkedIn.
I put together the Claude LinkedIn Marketing Funnel (below)
Claude is by FAR the best at building building marketing funnels.
I use my info combined with my prompts to build out marketing strategies, assets, and funnels.
My prompts are INSANE and replace entire marketing teams.
I compiled ALL my Claude prompts into one doc:
• Lead Magnet Generator Prompt
• Lead Magnet Asset Prompt
• Lead Magnet Funnel Build Out Prompt
• Claude Landing Page Prompt
• Personal Content Database Prompt
• The Premium LinkedIn Profile Prompt
• Competitor Analysis Prompt
• ICP Analysis Prompt
• Tech Stack
Want access to the doc?
→ COMMENT "Claude"
→ FOLLOW me and I'll DM the doc!

English

R.I.P 9 to 5.
You don’t need a job anymore.
You need 2 tools to earn 10x more than your salary:
Claude + Ideogram AI.
How? By creating AI eBooks.
I make $50K/month publishing 90-page books on Amazon.
Here’s the exact system:
• Find topics people are already buying
• Use ChatGPT to outline in minutes
• Let Claude write the full book
• Use Ideogram to design covers
• Publish on Amazon KDP
• Scale with ads
That’s it.
Just execution and a predictable strategy.
I usually charge $199 for this.
But for the next 24 hours, I’m sharing my entire AI Publishing strategy for free.
To get it... Comment “AI” and I’ll send it.
(First 500 only).

English

I built 31 automations for clients last year.
Every single business - from solo founders to 50-person teams - needed some version of the same workflows.
So I documented all of them. Every workflow. Every department. And the exact plain-English prompt that builds each one in minutes.
Sales & CRM: lead capture, follow-up sequences, deal tracking, proposal generation, pipeline alerts
Marketing: social scheduling, email sequences, content repurposing, UTM tracking, review requests
Operations: invoice generation, payment reminders, inventory alerts, automated reporting
Customer Success: onboarding emails, NPS surveys, churn detection, support routing
Admin: meeting scheduling, expense tracking, document generation, approval workflows
Each one includes the specific prompt I use to build it - not vague instructions, the actual sentence I type.
Plus which 3 to start with if you want to save 10+ hours/week immediately.
Comment "PLAYBOOK" and I'll DM you the full PDF for free.
English

Claude can now run your entire content operation from end to finish.
These are the 5 top agents for GTM and social media teams:
I used to spend HOURS trying to figure out content.
What to write.
Who to target.
Which topics are gaining traction.
How to turn a post into a lead magnet.
Whether anything was actually working.
Now?
I run everything through a squad of Claude agents that do the heavy lifting for me.
Here's my team:
→ 1. LEAD MAGNET ENGINEER
Connects to your Notion workspace and reads your ICP docs, brand guidelines, and tool database.
Finds the exact gaps your audience needs filled.
Outputs:
• Complete Notion-formatted playbook
• Toggle sections with setup steps
• Tool recommendations from YOUR stack
• Copy-paste templates ready to publish
→ 2. SOCIAL MEDIA EXPERT
Takes your top 50+ posts and engagement data as input and builds a hook framework.
Scores each angle by:
• Scroll-stopping power in 150 characters
• Specificity of tools and outcomes
• CTA response likelihood
• Contrarian or pattern-interrupt potential
• ICP fit for GTM professionals
• Tone match against your brand voice
Then ranks them - so you know which angle wins before you post.
→ 3. CREATIVE DIRECTOR
Searches your past visual assets and brand guidelines showing what converts.
Looks at:
• LinkedIn preview image performance
• Lead magnet cover formats
• Workflow diagram structures
• Before/After comparisons
• Tool stack visualizations
• Competitor visual benchmarks
Even gives you a complete Midjourney prompt and designer brief ready to execute.
(yes, you get a literal production-ready brief for every asset)
→ 4. RESEARCH ANALYST
Monitors trending GTM topics and surfaces rising opportunities before they peak.
→ 5. PERFORMANCE TRACKER
Takes all your post data and builds a 7-day forward calendar:
• Which hook types outperform 2.3x baseline?
• When to space lead magnet posts?
• Which topics to double down on vs kill?
• Optimal Tue-Thu 8-10am ET rhythm?
Result:
✅ Lead magnets created directly in Notion - zero copy/paste
✅ Posts written to a 500+ reaction standard
✅ Visual briefs ready for designers or AI tools
✅ Content gaps identified before the feed saturates
✅ Calendar optimized weekly based on real engagement data
If you're running content to attract new prospects, this is the cleanest system to operationalize it.
Reply AGENTS
and I'll send you the full 2026 Social Media Agents setup guide - including all 5 Claude project instructions you can copy straight in.
English

@pomofocus @_almaroja @JRocCrypto I think it's irrelevant because I only use it on the web app, and it always happens (recently it stoped)
English

@_almaroja @JRocCrypto @2MPythonDev Thank you for sharing.
It means that the network wasn't available when the timer hit the alarm.
Is your phone awake when the timer hit the alarm?
English

The issue has been fixed!
Sorry again for the trouble many times🙏
We have just performed the biggest server update in years and the service has been unstable because of that.
We will try to make it in order as much as possible!
Pomofocus@pomofocus
Yes, we are working on this now. Please wait for a while. It'll back and up again soon!
English

@pomofocus @_almaroja @JRocCrypto Thank you for the update and response. Last few days been working great keep it up 👍👍
English

@_almaroja @JRocCrypto @2MPythonDev Sorry about this.
We need to identify the exact cause.
We have added detailed information, so if you see this window, could you send the grayed message part?

English

@pomofocus @_almaroja Hey, love the app been using it for 6 months but recently it has been disastrous. Every day it logs me out and breaks my flow.
Also when it comes back (after a couple of hours) all my settings are different.
This is unacceptable especially when I've subscribed.
Please fix

English

@_almaroja Ok, please send screen recording and send it to support@pomofocus.io. I will try to identify where the problem is happening.
English

These are literally the kind of LLM interview questions most candidates wish they had seen earlier.
A curated list of LLM interview questions - shared by Hao Hoang
Want this doc?
Follow @techNmak and comment “LLM” - I’ll send it over.

English

Idea: train an LLM model (open source and without any of your data leaking) on your entire whatsapp conversation history over the years (need to find a way to get it)
You can do a lot with that data.
One thing that comes to mind is analysing your emotions over time by the way you were texting. And tracking your performance accordingly.
English

Stop prompting AI to "make me a landing page."
200+ hours testing taught me this:
Generic prompts → pretty pages
My prompts → pages that sell
The pack includes:
→ 3D Landing Hero Section
→ Sentient 3D Core
→ Cyberpunk Volumetric Shaders
→ Microlender Protocol
→ Hyper-Futuristic MCP-2099
Like + reply "PROMPT" for the library.
(following required for DM)
English






