Absolutely loving this setup: Claude Code + Ghostty +... Lazygit + Worktree I’m writing 3 threads on X showing how you can use it: 1- Ghostty setup and SAND keybindings 2- Monitoring Claude Code changes with Lazygit 3- Parallel agents with Git worktrees + Claude Code I’ll publish one per week, using exactly the same setup and workflow I use. If you’re interested, feel free to follow along so you catch themshow more

Daniel San
162,350 Aufrufe • vor 7 Monaten
Claude Code Desktop now opens a new window for... each session This makes it much easier to visualize multiple Claude Code agents running in parallel My current stack depends on the task: - Ghostty: when starting a project. Bash commands, git, env variables, provider connections. All manual through the terminal with a Claude panel running alongside. - Claude Code Desktop: once everything is configured. GitHub connected, CLAUDE.md, Skills, subagents and Hooks ready. Claude Code runs on its own, no more terminal setup, just panels running and outputs to review. - VSCode: when I need to review code by hand. I use it less and less, but there are moments where I have to confirm Claude got it right. I usually open the Claude extension inside VSCode, but it lacks most of the CLI features so it's limited Solid update. Worth trying once your workflows are already set up 👇show more

Daniel San
38,806 Aufrufe • vor 3 Monaten
Claude Mobile starts the idea... Ghostty finishes it I... basically use Claude Mobile as a notepad now. Whenever something comes to mind, I open the app, pick a repo, and ask Claude to start exploring. Then I just let it run while I go on with my day. Later I jump into Claude Desktop and I’m right back in the same session, with context, structure, and a clearer shape of the idea. I tweak a few things to set up the coding phase. Finally, one click to Ghostty (video), open a couple of worktrees, and start working on the PR. IMPORTANT: when you move to Ghostty, it must be the exact same repo you started on mobile, otherwise the --teleport command will failshow more

Daniel San
67,891 Aufrufe • vor 7 Monaten
you can run claude code inside antigravity completely Free... with zero credit card and no rate limits 😳 use openrouter’s free models + antigravity. no anthropic bill. no paid api keys. takes 10 minutes to set up. what you get during this setup: - full claude code agent experience - strong coding models (including deepseek-r1, qwen2.5-coder, llama-4, grok-4 free tier) - antigravity’s clean workspace and sandbox - unlimited usage (as long as you stay on free models) - easy model swapping - zero cost full setup guide (100% free): step 1: install antigravity -go to and install it -create a new workspace step 2: install claude code - inside antigravity, install the claude code extension from the marketplace - open the built-in terminal step 3: create openrouter free account -go to - sign up with google (no card needed) - go to keys and create a new api key step 4: set the environment variables -in antigravity terminal run: export ANTHROPIC_API_KEY=sk-or-xxx export OPENROUTER_API_KEY=sk-or-xxx step 5: launch claude code with free model -run this command: claude-code --model deepseek/deepseek-r1:free or try: qwen/qwen2.5-coder:free if you already have antigravity? skip straight to step 2. after 10 minutes you’ll have a full agentic coding setup running for free. this is currently one of the cheapest ways to run serious coding agents in 2026. bookmark this before they limit the free models.show more

painn
32,057 Aufrufe • vor 3 Monaten
one of my favorite ways to use claude code... skills right now - combining remotion with claude-in-chrome for motion video creation. the workflow is addictive. the clip you see here was produced with minimal prompting effort let me know if you would like me to write a full break down of this process. you describe to claude code what you want, claude code writes the remotion components, opens the remotion studio (via browser) with claude-in-chrome, sees the actual rendered output, and iterates on it in real time. need the arrows pointing to the center of the bubbles instead of the edge? just say it. need the layout shifted to the center? say it. claude sees the preview, adjusts the code, re-renders. then when you're happy you tell claude code to render the final video. but skills are what make this possible. remotion knowledge + browser automation + the taste to iterate visually. no copy pasting screenshots back and forth. no "can you try moving it 10px to the right" over chat. it just looks and fixes. this is the kind of workflow that makes you realize how much further claude code can go beyond just writing code in a terminal. i didn't touch any code while working on the clip you see if you haven't tried combining skills together like this - start experimenting. the skills combos is where the magic is at.show more

elvis
46,494 Aufrufe • vor 6 Monaten
New feature in Claude Code 2.1.14 just dropped! You... can now search and install plugins from the marketplaces installed in your current Claude Code session. This is huge if you’re building plugins on top of Claude Code’s marketplace layer (Skills, Agents, Hooks, etc). How it works: - Run /plugin - The official Claude marketplace is installed by default - Use the search bar to find the plugin you want - Select one or multiple plugins with space, then press i to install - Go to the Installed tab to browse and enable them With the exponential growth of Skills and Agent-based components running in the CLI, improving plugin discoverability is a big win. Pretty sure more marketplace-related features are comingshow more

Daniel San
40,994 Aufrufe • vor 7 Monaten
made this with text to lottie and claude code... my workflow: design something in figma or just make a rough draft. then ask claude to animate it you'd be surprised how easy it is to add easings, masks, transforms, text effects and all the motion details you can also ask claude to export it as a gif, mp4, png sequence, resize it in different aspect ratios claude and codex already creates something with taste and if you know what you want to create, this workflow is really useful and btw, it's freeshow more

Doruk
14,966 Aufrufe • vor 2 Monaten
Claude Fable 5 orchestrating Grok 4.5 is now my... favorite real workflow. all you need is this free Claude Code plugin that makes Grok the default implementer. Fable writes the specs and reviews every diff, Grok 4.5 does the typing through the Grok CLI. - Grok handles the volume, Fable handles the judgment - Every diff gets cross-vendor review for free - Specs run as parallel agents when they're independent I've been testing it for a few days and the part that sold me is watching Fable refuse to write code. It sends specs down, judges what comes back, and that's it. setup: 1. claude plugin marketplace add DannyMac180/fable-advisor && claude plugin install fable-advisor 2. Install the Grok CLI from then grok login 3. /model fable It's open source, so you can read the agent files and tweak the routing however you want.show more

Alvaro Cintas
100,558 Aufrufe • vor 1 Monat
Claude Code is running on a remote server, along... with the web app it just built. You’re on your phone. You can still open localhost:3000 in Safari or Chrome. Just create a local port forwarding rule in Termius and securely tunnel the remote port to your device. No public ports. No extra setup.show more

Termius
132,283 Aufrufe • vor 1 Monat
Two things I didn’t include in the tutorial In... Ghostty you can zoom into any panel with Cmd+Shift+F This is useful when you want to focus on a single Claude Code session and temporarily hide the rest You can also open the command palette with Cmd+Shift+P to quickly access actions without remembering every shortcutshow more

Daniel San
31,363 Aufrufe • vor 6 Monaten
Claude Code + Meta Ads CLI is f*cking wild... 🤯 I just replaced 80% of my Meta Ads reporting workflow inside Claude Code. All without logging into Ads Manager. Perfect for DTC brands and creative agencies who are sick of logging into Ads Manager, exporting CSVs, and rebuilding the same dashboards every Monday. This setup eliminates the entire loop: → Plug Meta's official Ads CLI into Claude Code → Type one sentence describing the report you want → Claude pulls the data, builds the artifact, and saves it to your folder → HTML dashboards, comparison tables, written briefs → Run it weekly, monthly, anytime a client asks for something custom No CSV exports. No Looker setup. No copy-pasting numbers into decks. What you get: → A live dashboard with KPI cards, top 10 ad set ranking, daily spend chart, and sortable table — built in 90 seconds → Week-over-week comparison reports with CTR drops and CPC spikes flagged automatically → Creative fatigue audits that flag dying ads before CPAs blow up → One-page executive briefs with winners, losers, action items, and recommendations → Anomaly reports that surface every metric deviation over 25% Built 100% in Claude Code with the official Meta CLI. No third-party connector means no ban risk. I put together the complete playbook with the 15-minute setup and a step-by-step Loom video showing you the full install. Want it for free? > Like this post > Comment "META" And I'll send it over (must be following so I can DM)show more

Mike Futia
23,703 Aufrufe • vor 4 Monaten
My new AI UGC factory setup generates content for... my brand 24/7 Claude writes the scripts, Arcads turns them into viral UGC videos. Here's the full setup: One text to Claude Dispatch from my phone: "Generate 3 UGC reels for my brand and log them into Notion." → Cowork drafts 3 scripts in my brands voice → Opens Arcads and runs the whole project itself with a different actor on every reel → Videos generate in the background, I don't have to touch a thing → Everything lands in my Notion Reels Queue already tagged and sorted Reply "Claude" + RT all I'll send you the full setup for free (must be following so i can DM)show more

Chris
18,962 Aufrufe • vor 5 Monaten
Simplicity is at the heart of great software. This... is one of the reasons why Claude Code has been sticky for me. As a builder, I love planning and brainstorming, and this is now a key focus of Claude Code. I use Shift + Tab a lot to cycle between brainstorming, planning, and execution. This functionality provides the appropriate interface for me to either be very involved or less involved as I please. This works particularly well when building out new and complex features or entire new projects. This saves a huge amount of time. It allows me to tune Claude Code to execute and build more effectively. It also builds a loop of trust, and I often (surprisingly) find Claude Code asking for clarifications when it's confused. Coding agents don't normally do that. I have shared before on the power of brainstorming with AI for longer times. Try it and you will not be disappointed. Vibe coding is fun, but pair it with intentional development cycles, and you watch how far you can take a project with coding agents today.show more

elvis
81,765 Aufrufe • vor 10 Monaten
I had to write the same Claude Code prompt... 40 times in one month. Good news! Anthropic already made them. The official Claude Code prompts are sorted by task and role in the documentation and are ready to be copied and pasted. These prompts were drawn from what our teams use on a daily basis while working with Claude Code. Examples of the types of tasks these prompts cover include: * Planning * Debugging * Code review * Security * Automation Even better, each prompt describes why it works and what you're trying to achieve. This helps you learn what makes a good prompt, and eventually craft your own versions. The prompts are completely free, and we have the link below ⬇️show more

Charlie Hills
17,461 Aufrufe • vor 2 Tagen
Nike would pay you $3000 for this. Took me... some 15 minutes to set up a Claude skill using Seedance 2.0 and Arcads. This is how it works: → I send a product image to Claude → Claude analyzes the product → Writes an ad script → Triggers arcads api with image and prompt → Arcads generates a product ad → Claude updates my Notion database RT + comment "AGENT" and I'll send you the skills .md, full setup, and a guide for free.show more

Kritarth Mittal | Soshals
12,278 Aufrufe • vor 5 Monaten
Claude Code + Higgsfield MCP is f*cking cracked 🤯... I built an entire DTC ad campaign inside Claude Code using the new Higgsfield MCP. One product URL → hero static, animated hero shot, 2 UGC clips with a creator wearing the product. 5 assets. One Claude conversation. 3 Higgsfield models. All inside Claude Code. Perfect for DTC brands and agencies who need full campaign packages without booking a shoot or briefing a designer. If you're spending hours every week generating statics in one tool, briefing a motion designer for the hero clip, then chasing a UGC creator for the talking-head shots — this MCP eliminates the entire pipeline: → Drop a product URL into Claude Code → Claude pulls the brand brief — voice, hero SKUs, visual style, target customer → Generates the hero static with ChatGPT Images 2.0 → Animates it into a 5-second cinematic opener with Seedance 2.0 → Generates a UGC creator with GPT Image 2 → Drops her in the product and generates 2 native UGC video clips with Seedance 2.0 No tab-switching between tools. No copy-pasting prompts between platforms. No briefing 3 different vendors for one campaign. What you get: → A complete campaign package — static, animation, UGC — from one product URL → Brand-specific outputs that pull from a real brief, not generic AI slop → Claude making creative decisions between every step (which variation wins, which creator fits the persona, which clip needs a re-spin) → A repeatable pipeline you can run for any product in your catalog Built 100% in Claude Code with the Higgsfield MCP. I recorded a full walkthrough showing exactly how this works: the MCP setup, every prompt, every model, the full campaign output. Want the full video walkthrough? > Like this post > Comment "MCP" And I'll send it over (must be following so I can DM)show more

Mike Futia
29,759 Aufrufe • vor 4 Monaten
ANTHROPIC JUST TURNED AI AGENTS INTO GIT REPOS Anthropic... shipped "ant" - a CLI that runs every Claude API endpoint straight from your terminal. The headline isn't the terminal access. It's that you can now version-control an AI agent as YAML in Git and have CI sync it to the Claude Platform, the same way you ship code. - Every API resource is a subcommand: messages, models, files, agents, sessions - Define an agent in a YAML file, check it into your repo, and keep it in sync with one update command - Spin up a session, send it an event, then pull every event and tool call back from the same CLI - Claude Code knows how to drive ant out of the box - it shells out and reads the results with no glue code Agents just stopped being prompts you babysit and became infrastructure you deploy.show more

BuBBliK
200,456 Aufrufe • vor 3 Monaten
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)show more

Mike Futia
58,782 Aufrufe • vor 3 Monaten
this is f**king dangerous Most people treat Claude like... a search bar. The ones with a second brain treat it as an intelligence layer on everything they know. Here's the 15-minute setup: → Install Claude Code → Install Obsidian, create a vault → Open it in Claude Code, drop in the CLAUDE.md schema — that one file is the engine → Throw any source in, say "ingest this" Done. From then on, everything you know is queryable by the most capable AI on earth. Claude wires each source against your whole vault and surfaces connections you forgot you had. Build it tonight. full A–Z guide below.show more

Kirill
19,358 Aufrufe • vor 1 Monat
Ain't no fuckin way... you can now use Antigravity... inside VS Code. 🤯 Google has launched its official Antigravity extension for VS Code. So instead of switching to another editor, you can now bring Antigravity's AI coding experience into VS Code. And the crazy part? The free plan gives you access to models like Gemini, Claude Sonnet 4.6, Claude Opus 4.6, and GPT-OSS-120B, with usage limits. Kinda wild how a few months ago people were saying VS Code was getting replaced by Antigravity... and now they're basically sitting together. 😂 Honestly, I like both :) Follow me for more amazing AI, Coding & Web Dev insights 💎show more

Ram Maheshwari
37,521 Aufrufe • vor 15 Tagen
Claude Code Scheduled Tasks is now available... here's a... solid idea to connect it with Telegram Save this so you don't forget to set it up! First, ask Claude to add a simple Telegram messaging module to your repo. You can use the Telegram Bot Builder Skill from Link: Install command: npx claude-code-templates@latest --skill enterprise-communication/telegram-bot-builder Once the module is in your project, grab your bot credentials from BotFather and add the bot ID to your .env file That's it! ✅ Now every Scheduled Task you create should end with an instruction for Claude to send the task result to Telegram using that module. Claude will handle the delivery automatically on every task it runsshow more

Daniel San
91,123 Aufrufe • vor 6 Monaten