Community
See what developers are saying about agent skills on X. Discover tutorials, showcases, tips, and join the conversation.

People think learning AI takes months. It's really just a couple of hours. And I wrote 17 free guides to start right away: Claude 101: t.co/Jv1jsvFB7T... Claude Code: t.co/WYZd5ltnXo... Claude Skills: t.co/jT4uB5AFtY... Nano banana 2: t.co/qfHT594CCI... Claude in Excel: t.co/mfcXYSA57j... Best AI for Search: t.co/77BmjbJjP0... 1M followers with AI: t.co/1TV9LYAptv... Claude for your team: t.co/U1JsBVC299... No prompt saves you: t.co/SDKJWykHE4... AI Slides (PPT in 2026): t.co/RfcyYRQ2Ad... Set up Claude Cowork: t.co/diDhiKjHtU... Claude to sound like you: t.co/99RzxXTvzs... Claude interactive charts: t.co/ebCHGZqgPt... Claude as your computer: t.co/TxYuHPiImn... Claude Cowork + Project: t.co/Q7AN9CZ2mg... You're an AI workaholic: t.co/mCIvB3ZPA5... Setup AI before prompting: t.co/pE3OF722aw... ___ 1. Save this list for later (three dots, top right). 2. Share it with a friend by ♻️ reposting this image. 3. Subscribe to my free newsletter: t.co/psB7XxAv8w....

Stop bookmarking 50 guides you'll never read. You can skip all of it with these 15 free guides: Claude 101: t.co/jw2qdIcjnh... Claude Code: t.co/UgE9xBXVbE... Claude Skills: t.co/6cHYYfjXEA... Stop prompting: t.co/j1LATSJiat... Claude in Excel: t.co/mfcXYSACWR... 1M followers with AI: t.co/jZwxZr4ZhU... Claude for your team: t.co/qxlcqhf8bM... No prompt saves you: t.co/SDKJWylftC... AI Slides (PPT in 2026): t.co/L0bPMgXci6... Set up Claude Cowork: t.co/uWTpOI3Woc... Claude to sound like you: t.co/99RzxXU3p0... Claude interactive charts: t.co/ebCHGZqOF1... Claude as your computer: t.co/TxYuHPjgbV... Claude Cowork + Project: t.co/Q7AN9CZAbO... Set up AI before prompting: t.co/pE3OF72A04... ___ 1. Save this list for later (three dots, top right). 2. Share it with a friend by ♻️ reposting this image. 3. Subscribe to my free newsletter: t.co/psB7XxB2Y4....

if your skill depends on dynamic content, you can embed !`command` in your SKILL.md to inject shell output directly into the prompt Claude Code runs it when the skill is invoked and swaps the placeholder inline, the model only sees the result! t.co/b6smVdkHN1...

ANTHROPIC LITERALLY JUST HANDING US THE BLUEPRINT🤯 Their new 33-page guide on Claude Skills is the cheat code. Make sure to bookmark it before it gets lost in your feed. Link in 🧵↓ t.co/7p4lLm64pO...

ANTHROPIC LITERALLY JUST HANDING US THE BLUEPRINT🤯 Their new 33-page guide on Claude Skills is the cheat code. Make sure to bookmark this before it gets lost in your feed. Link in 🧵↓ t.co/2nI9xiPcdP...

TOP 10 GITHUB REPOS TO ENHANCE YOUR CLAUDE CODE GAME • SUPABASE t.co/WzPIYqVQXM... • NOTEBOOKLM t.co/LTlGoU3oPp... • OBSIDIAN t.co/ncEYHnw47k... • LANGCHAIN t.co/qlRw5rznwi... • FLOWISE t.co/ggY1iS2sB7... • CLAUDE SKILLS t.co/pcXlvK7d9u... • AWESOME CLAUDE SKILLS t.co/5lbBAQSUuV... • REPOMIX t.co/KGAPZb14Du... • CLAUDE CODE BEST PRACTICE t.co/Bq5OzzlT2h... • EVERYTHING CLAUDE CODE t.co/xPk3fV9mGb...

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!

Very different philosophies for skills in Codex versus Claude Code OpenAI seems to conceive of skills functionally, mostly matter-of-fact technical references for Codex. Claude skills are more about giving the AI approaches to problems See the difference in skill creator skills t.co/Gq3hcf1In0...

ANTHROPIC'S OFFICIAL TEAM just showed the correct way to use Claude Code. 30 minutes. free. the main speaker built Claude Code himself. not a tutorial from someone who read the docs. the actual engineer who wrote it. most people paying hundreds for AI courses still don't know half of what's in this session. 40 practical prompts Claude has been hiding from you. the workflows the core team uses internally. how to actually get Claude Code to do what you want instead of what it thinks you want. bookmark this before you forget. you use Claude every day. you're probably still leaving 80% of it on the table. follow @cyrilXBT — i find the resources that actually move the needle so you don't have to.

How to setup your Claude code project? TL;DR Most developers skip the setup and just start prompting. That's the mistake. A proper Claude Code project lives inside a .𝗰𝗹𝗮𝘂𝗱𝗲/ folder. Start with 𝗖𝗟𝗔𝗨𝗗𝗘.𝗺𝗱 as Claude's instruction manual. Split it into a 𝗿𝘂𝗹𝗲𝘀/ folder as it grows. Add 𝗰𝗼𝗺𝗺𝗮𝗻𝗱𝘀/ for repeatable workflows, 𝘀𝗸𝗶𝗹𝗹𝘀/ for context-triggered automation, and 𝗮𝗴𝗲𝗻𝘁𝘀/ for isolated subagents. Lock down permissions in 𝘀𝗲𝘁𝘁𝗶𝗻𝗴𝘀.𝗷𝘀𝗼𝗻. There are two .𝗰𝗹𝗮𝘂𝗱𝗲/ folders: one committed with your repo, one global at ~/.𝗰𝗹𝗮𝘂𝗱𝗲/ for personal preferences and auto-memory across projects. The .𝗰𝗹𝗮𝘂𝗱𝗲/ folder is infrastructure. Treat it like one. The article below is a complete guide to 𝗖𝗟𝗔𝗨𝗗𝗘.𝗺𝗱, custom commands, skills, agents, and permissions, and how to set them up properly.

> use Claude every day > think I'm pretty good at this > find Anthropic's 33-page Skills guide > first 5 minutes > wait. Skills are just folders? > folders with a single SKILL.md file? > teach Claude your workflow once. > it remembers forever. > pause. reread. read again. > think about every prompt I rewrote from zero > every context I explained 100 times > every session that forgot everything > 12,000 tokens wasted. every time. > with Skills — 6,000. automatically. > it didn't have to be like this > 33 pages. everything changes. > skill issue discovered

COURS COMPLET CLAUDE CODE de 4 HEURES C'est le guide Claude le plus complet que j'ai vu sur internet. ( J'ai transcrit en français ) Mets-le en Signet 🔖 avant de l'oublier. 4 heures. Construire des outils. Automatiser son travail. Apprendre comment les gens créent des bots et des systèmes. Claude → Outils → Automatisation → Produits → Argent