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
🚨 Anthropic just made Claude Code remote-controlled. Meet Channels.... You can now: → Connect a persistent local Claude session directly to a Discord or Telegram Bot → Message tasks to your bot on the go → Come back to finished code 🔥 Here’s how to set it up: 1️⃣ Create a bot (via Telegram’s BotFather or the Discord Dev Portal) and copy the token 2️⃣ Inside Claude, run /plugin install telegram@claude-plugins-official (or discord) 3️⃣ Configure the token and relaunch your session with the --channels flag 4️⃣ DM your new bot, grab the 6-character code, and pair it to your session! Message the bot to fetch files, read history, and execute code locally while you are on the go. The flexibility is unmatched. Time to spin up your bot 👀show more

Charly Wargnier
14,611 Aufrufe • vor 5 Monaten
that’s it. you only have to read this one... article to: > learn claude skill foundations > learn claude skill architecture > learn claude skill testing > learn claude skill production which will let you create claude skills that: 1: automate your workflow’s 2: make you more productive 3: outperform your competitors welcome to the land of automation my claude cowork and claude code friends!show more

hoeem
509,565 Aufrufe • vor 5 Monaten
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 review graph, and it just maps your entire codebase: every file, every function, every connection laid out so you can see the actual shape of your project how to set up (2 min): 1. pip install code-review-graph 2. code-review-graph install - auto-configures Claude Code, Cursor, Codex, Gemini CLI + more 3. code-review-graph build change one function, and it traces exactly what that touches... every caller, every dependent file, every test. your ai only reads what's affected, not the whole repo. and the savings are wild. a task that used to burn ~100,000 tokens (about a dollar) now runs closer to a penny.show more

Alvaro Cintas
75,323 Aufrufe • vor 1 Monat
Claude Code can now send push notifications to your... phone when a long task finishes or Claude needs your input. Walk away from the terminal, we'll let you know when it's done.show more

ClaudeDevs
1,337,367 Aufrufe • vor 4 Monaten
New in Claude Code: your sessions can now message... each other. Instead of having to re-explain yourself in another session, you can now tell Claude to do it. It sends a summary (not your history or files), and the other session picks it up mid-task.show more

ClaudeDevs
7,907,480 Aufrufe • vor 29 Tagen
Claude Code can now go find the right skill... itself, instead of you searching for one. it's called find-skills. a small package that plugs into Claude Code, and instead of you hunting for rest, you just describe the task and it searches the whole open skills ecosystem, finds the ones that fit, and installs them for you. > tell it what you're trying to do, in plain english > it scans the skills registry and maps your task to real skills > it pulls the right ones in and sets them up half the time you don't even know a skill exists for what you're doing. now you don't have to.show more

Alvaro Cintas
38,829 Aufrufe • vor 21 Tagen
grok bot + grok 4.6 can literally build any... idea from 0 to 100 [here is the exact grok bot setup that does that] 1. extract all your claude code and codex sessions to your chief of staff. it will help structure the team 2. give it an auth.md for credentials and paste the video below to make the entire teamshow more

Avid
10,949 Aufrufe • vor 14 Tagen
Claude Code feels completely different once you install this.... Anthropic quietly released an official plugin called claude-code-setup and it basically turns Claude Code from “pretty good” into an actual AI dev environment. It scans your project and recommends: → hooks → skills → MCP servers → subagents → automations Then sets everything up step-by-step for you. Most people are using Claude Code completely vanilla… which is why their experience feels messy. The real power comes from the ecosystem around it. Install: /plugin install claude-code-setup@claude-plugins-official Bookmark this before you forget it.show more

Suryansh Tiwari
1,546,806 Aufrufe • vor 3 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
I still don't understand why everyone is not using... this yet. Thanks to it, a year ago I increased my income to 17,000 dollars a month Andrey Karpathy, co-founder of OpenAI, published a simple idea that got 16 million views: stop using AI to write code, use it to build a second brain You point Claude Code to a folder, drop any source in there (an article, transcript, PDF) and Claude reads it, links it, and saves it into a living wiki of everything you know. It compounds like interest: the more you feed it, the smarter it gets Here is the gist: Install Obsidian, create a vault, open it in Claude Code Paste the file with Karpathy's wiki idea and tell Claude to build it Claude creates three folders: raw for sources, wiki for its pages, CLAUDE which runs everything Drop any source into raw and say "ingest this" Ask questions across everything, forever Five minutes to set up, and you never start with an empty chat again The full step-by-step guide is in the article. Save to bookmarksshow more

Bober_smart
2,814,967 Aufrufe • vor 15 Tagen
> installed Claude Code 3 months ago > never... opened the security settings > Claude reads your wallet seed phrases > Claude reads your SSH keys > Claude reads your AWS credentials > can send data anywhere it wants > one CLAUDE.md file in a cloned repo > your data is already gone > average damage - $8,000-$50,000 in one night > 15 minutes to fix this > you still haven'tshow more

Noisy
923,993 Aufrufe • vor 4 Monaten
I genuinely don't understand why everyone isn't using this... yet Andrej Karpathy, a co-founder of OpenAI, posted a simple idea that hit 16 million views: stop using AI to write code, use it to build a second brain. You point Claude Code at a folder, drop in any source, an article, a transcript, a PDF, and Claude reads it, links it, and files it into a living wiki of everything you know. It compounds like interest, the more you feed it, the smarter it gets. Here's the whole thing: > Install Obsidian, create a vault, open it in Claude Code > Paste Karpathy's wiki idea file and tell Claude to build it > Claude makes three folders: raw for sources, wiki for its pages, a CLAUDE.md that runs it > Drop any source into raw and say "ingest this" > Ask questions across everything, forever Five minutes to set up, and you never start from a blank chat again. Full step-by-step guide with Claude and Obsidian, link below. Bookmark thisshow more

Ridark
6,985,008 Aufrufe • vor 2 Monaten
To make it easier to migrate your workflows, we've... updated the claude-api skill in Claude Code with Opus 4.7 support. Just say "migrate to Opus 4.7" and it updates model names, prompts, and effort settings for you.show more

ClaudeDevs
362,429 Aufrufe • vor 4 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
Introducing a new tool called "SideChannel". A secure alternative... to OpenClaw. Utilizes signal for communication and has Claude integration. I built SideChannel, an open-source Signal bot that connects Claude AI to your entire development workflow. End-to-end encrypted. From your pocket. The real power is autonomous development. Send one message like "Build a REST API with auth, pagination, and tests" and SideChannel will: - Generate a full PRD with stories and atomic tasks. - Dispatch up to 10 parallel workers (each running Claude). - Independently verify every task with a separate Claude context. - Run quality gates to catch regressions - Auto-fix failures. - Send you progress updates via Signal as work completes. Every piece of code is reviewed by a separate AI context using a fail-closed security model. If it detects security issues, backdoors, or logic errors — the code gets rejected automatically. No rubber stamps. It also has memory that actually works. Conversations are stored with vector embeddings for semantic search. Claude remembers your project conventions, past decisions, and what's been tried before. It gets smarter about your codebase over time. Other things I'm proud of: - Plugin framework for extending with custom commands. - Multi-project support with per-user scoping. - Rate limiting, path validation, phone allowlist. - Git checkpoints before every task, atomic commits after. - Stale task recovery, circular dependency detection. - Works on Linux and macOS, one-command install. It also integrates into OpenAI or Grok (optional) for more Generative AI response for simple things like "Whats the weather in New York City right now?".show more

Dave Kennedy
49,559 Aufrufe • vor 6 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
💥EARN #UBX TODAY! EVERY DAY!💥 ⭐️1) Register on the... platform: ⭐️2) Apply on the task called ""CF Telegram Bounty"" and complete the tasks in it. 🤑 Don't forget to add your Telegram username in the task comments. 😉🤑 Developed by UBIX.Networkshow more

Airdrop Presents 🗽
12,691 Aufrufe • vor 3 Jahren
MoonPay is now open to AI agents, powered by... PayBox all you need is a Claude or ChatGPT account from there, you can research, predict, onramp, convert, trade, offramp, and shop just by chatting with the agent on your smartphone and computer here's how to get started: 1️⃣ copy this URL: 2️⃣ open Claude with this link and the PayBox connector arrives pre-filled, just tap Add. Make sure you're signed in to Claude in this browser first: 3️⃣ If the pre-filled window doesn't appear, add it manually: go to Customize → Connectors, add a custom connector, set Name to "PayBox", and paste the URL from step 1. 4️⃣ "Connect" next to the new PayBox connector and sign in to link your account. when you open Claude next, just ask "is my PayBox connected" and you're ready to roll learn about it at and welcome to the future of agentic payments, commerce, trading, shopping, and so much more...show more

MoonPay 🟣
667,617 Aufrufe • vor 1 Monat
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