Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

if you use claude code, this will save you real money. the problem: every time you make an edit, your ai rereads the whole codebase to figure out what changed. tens of thousands of tokens, every turn, for context it already had. this repo fixes it. it’s called code...

74,076 görüntüleme • 23 gün önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

EVERYONE'S TRYING TO SOLVE AI TEAM MEMORY WITH SERVERS, VECTOR DATABASES, AND ORCHESTRATION PLATFORMS. THIS OPEN SOURCE TOOL DOES IT WITH ONE FOLDER IN YOUR REPO. Every dev on your team runs Claude Code. When one agent screws something up, the rest have no idea. They just repeat the mistake next week. It's called teamlore. When your agent gets corrected or breaks something, it writes a small lore file into a .lore/ folder. That file ships with your PR, gets reviewed like normal code, and after merge every teammate's agent automatically recalls it when they touch that part of the repo. No server. No datab No accounts. No SaaS bill. Just a folder in git. Which means code review catches bad lessons before they poison the team, git blame tells you when a rule was added and why, and the whole thing works offline. One command to install: npx teamlore init Companion command: npx teamlore scarmap. Turns your team's history of mistakes into a visual heat map of the codebase. Every red zone is a place your team has been burned before. Which means every red zone is a place your agents should slow down. Here's the wildest part. The teamlore repo's own .lore/ folder contains every mistake Claude made while building teamlore itself. Dogfooded end-to-end. You can literally open the folder and read the receipts. The author's public invitation: "Would love for someone to try and break it." Available on npm. Repo just launched. 100% open source. (link in the comments)

Harman

34,614 görüntüleme • 24 gün önce

Claude Design + Shopify is f*cking ridiculous 🤯 You can now publish pages from Claude Design → Claude Code → Shopify. Built 100% with Claude Design, Claude Code, and the Shopify CLI. Perfect for DTC brands and agencies who want to skip the design → dev handoff entirely. Here's how it works: → Design any landing page in Claude Design → Export as a zip and drop it into Claude Code → Install the Shopify + Shopify AI Toolkit plugins → Prompt Claude to convert the HTML into a Shopify page template + push to live theme → Claude uploads the images, deploys the files, and creates a published page No more handing designs off to a dev and waiting 2 weeks for a Shopify page. What you get: - A workflow that turns any Claude Design page into a real Shopify page template - Editable sections so your marketing team can swap copy, images, and CTAs without code - Images uploaded straight to Shopify Files automatically - A files-only deploy that only touches what's new in your live theme - A repeatable pipeline you can use every time you design a new landing page This is essentially the design-to-deploy pipeline brands have been waiting for. I put together a step-by-step playbook for going from Claude Design → published Shopify page. Every install, every plugin, every command, and the exact prompt that runs the whole thing. Want the playbook for free? > Like this post > Comment "SHOP" And I'll send it over (must be following so I can DM)

Mike Futia

58,398 görüntüleme • 3 ay önce

Claude Fable 5 is insane for voice-of-customer research 🤯 I just built a Claude Code skill that catches your customers quoting your own ads back to you. It reads your reviews, cross-references every recurring phrase against your website + ad copy, and sorts your "voice of customer" into three piles: Planted, category-standard, organic gold. All inside Claude Code. Perfect for DTC brands and creative strategists who brief ads off review mining. If you're pulling ad copy from your reviews, some of that language is real customer voice, some of it is your own tagline, and every time you re-use it, you're marketing to yourself a little harder. This skill breaks the loop: → Drop in any review export (Judge .me, Okendo, Amazon, Shopify) → It scrapes your site + ad copy automatically → Every recurring phrase gets 3 forensic tests (overlap, independence, category) → Verdicts come with receipts: counts, sources, confidence levels → Dark-mode dashboard + 5 ready-to-test hooks from the gold pile No API keys. No pip installs. No copy-paste prompt rituals. What you get: → The "planted" list — phrases you taught your customers (stop briefing off these) → The organic gold list — language customers use that your ads never have → 5 hooks built from real customer phrasing → A dashboard your whole team can read Runs 100% in Claude Code Want full playbook for free? > Like this post > Comment "Claude" And I'll send it over (must be following so I can DM)

Mike Futia

10,266 görüntüleme • 1 ay önce

I just built a Meta ad policy checker in Claude Code that catches rejections BEFORE Meta does 🤯 Drop in your ad copy → it pulls Meta's LIVE Advertising Standards, checks every line against the actual policy text, and hands each ad a verdict: Cleared for launch, Fix before launch, or Grounded. All inside Claude Code. Perfect for media buyers and DTC brands who've had ads bounced — or an account restricted — and never got a straight answer why. If you're finding out about policy problems only after the rejection email, resubmitting the same ad and praying, losing days of delivery while the appeal sits in review, and every bounce quietly teaches Meta to trust your account a little less... This runs the review before Meta ever sees the ad: → Drop in your ad copy (one ad or a whole batch) → It reads each ad and figures out which of Meta's policies apply → Scrapes the live policy pages from Meta's Transparency Center → Flags the exact phrase that violates, with Meta's own policy quoted next to it → Rewrites the risky lines so the message survives but the violation doesn't → Renders a dashboard: every ad, every finding, every fix in one place No guessing which word killed the ad. No resubmit-and-pray loops. No stacking rejections on your account history. What you get: → A verdict on every ad before you spend a dollar → The violating phrase + the policy citation, side by side → Rewrites that keep the selling intent → A report you can hand straight to your team or client Built 100% in Claude Code. No API keys, no Meta login. I'm giving away the complete Claude skill file. Want the skill for free? > Like this post > Comment "META" And I'll send it over (must be following so I can DM)

Mike Futia

17,350 görüntüleme • 1 ay önce

your AI agent can watch any video now - paste a URL and it sees every frame, hears every word, all for free 🤯 bradautomates/claude-video gives Claude the ability to watch YouTube, Loom, TikTok, local files - anything yt-dlp supports what people actually use it for: → analyze a competitor launch - what hook, what visuals, what structure → debug from a screen recording - Claude reads the exact frame where it breaks → summarize a 49-min talk in 30 seconds with frame-accurate timestamps → strip the hype from product videos - "what's actually new, skip the pitch" the mechanism: yt-dlp pulls free captions first (zero cost). ffmpeg extracts frames at scene-aware intervals - not uniform sampling, so you don't waste tokens on 12 identical frames of the same slide. Claude reads every frame as an image with timestamp markers. Groq Whisper only kicks in when a video has no caption track how to set up (3 min): > claude code: /plugin marketplace add bradautomates/claude-video then /plugin install watch@claude-video > or npx skills add bradautomates/claude-video -g for codex, cursor, gemini cli > dependencies auto-install on macOS via brew two caveats: free captions cover most but not all videos. past 10 min use --start/--end for focused sections or the token-burner mode for full coverage your buddy still watches every tutorial at 2x speed taking manual notes. you paste a URL and your agent extracts the substance in seconds for $0

Alvaro Cintas

306,400 görüntüleme • 1 ay önce

I just vibe coded a Meta Ads creative analytics tool in Claude Code 🤯 It plugs into your ad accounts, AI-analyzes every creative you've ever run, and tells you exactly what's working, what isn't, and WHY. Built 100% in Claude Code. Perfect for DTC brands and creative agencies who are sick of staring at Ads Manager trying to reverse-engineer why one ad scaled and another tanked. If you're pulling weekly reports that show you spend, ROAS, CTR, and hook rate but never tell you WHY any of it is happening — and you're stuck watching videos one by one, guessing at angles, and making kill/scale calls on gut feel... This tool runs the entire loop for you: → Connect your Meta ad accounts in one click → AI watches every video and analyzes every static → Auto-labels each ad by asset type, messaging angle, hook tactic, and funnel stage → Win rate analysis broken down by every category → Kill/scale recommendations segmented by TOF, MOF, and BOF → AI-generated iteration recommendations for every underperformer No manual video watching. No guessing at what's working. No spreadsheets to track creative performance. What you get: - A full creative analytics dashboard pulling live from your accounts - AI classification on every ad you've ever run - Iteration priorities ranked by ads with real spend behind them - Weekly reports surfacing top and bottom performers with AI insights Built 100% in Claude Code as a real tool, not a one-off script. I recorded a full walkthrough showing exactly how this works and what every feature does, including ALL the prompts I used so you can build it yourself. Want access to all the prompts for free? > Like this post > Comment "META" And I'll send it over (must be following so I can DM)

Mike Futia

54,886 görüntüleme • 4 ay önce