<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Coding Charly</title>
    <link>https://codingcharly.dev/fr</link>
    <description>Tutoriels Claude Code, agents IA et ressources de vibe coding pour les devs qui shippent vite.</description>
    <language>fr</language>
    <lastBuildDate>Sun, 19 Jul 2026 13:06:54 GMT</lastBuildDate>
    <atom:link href="https://codingcharly.dev/fr/feed.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title><![CDATA[Claude Code Agents : How They Work and When to Use Them]]></title>
      <description><![CDATA[Claude Code Agents (subagents) let you spawn isolated work threads from the main session. Full guide: what they are, when to use them, how to write a custom one, and the patterns that actually ship.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-agents</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-agents</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Claude Code MCP : How to Connect Servers and Add Tools to Claude]]></title>
      <description><![CDATA[Claude Code MCP (Model Context Protocol) lets you plug external tools and data into Claude. Full guide: how to add an MCP server, list available ones, and the patterns that work.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-mcp</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-mcp</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Claude Code Skills : What They Are and How to Build Your Own]]></title>
      <description><![CDATA[Claude Code Skills are reusable, slash-invoked workflows that turn repetitive tasks into one-command actions. Full guide: what skills are, how to write them, and the patterns that ship.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-skills</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-skills</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Claude Code Subagents : When to Spawn Them and How to Write Custom Ones]]></title>
      <description><![CDATA[Claude Code Subagents are isolated work threads spawned from the main session. Full guide: when to use a subagent, parallel execution, custom subagent definitions, and the anti-patterns to skip.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-subagents</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-subagents</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Construire des agents IA qui fonctionnent vraiment]]></title>
      <description><![CDATA[Beaucoup d'agents cassent parce qu'on demande au LLM de piloter trop de choses. Voici la structure que j'utilise pour les garder fiables.]]></description>
      <link>https://codingcharly.dev/fr/blog/building-ai-agents</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/building-ai-agents</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Claude Code Plan Mode : comment l'utiliser pour chaque tâche non triviale]]></title>
      <description><![CDATA[Le Plan Mode de Claude Code te laisse voir et ajuster le plan d'exécution avant qu'un seul fichier soit touché. Quand l'utiliser et comment en tirer le maximum.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-plan-mode</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-plan-mode</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Vibe coding en 2026 : mon setup Claude Code]]></title>
      <description><![CDATA[Le vibe coding, ce n'est pas coder sans réfléchir. C'est un état de flow où tu diriges et Claude exécute. Mon setup complet : Claude Code, hooks, CLAUDE.md et Plan Mode.]]></description>
      <link>https://codingcharly.dev/fr/blog/vibe-coding-setup</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/vibe-coding-setup</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Comment j'utilise Claude Code pour coder 3x plus vite]]></title>
      <description><![CDATA[Pas de magie. Juste les changements de méthode qui m'ont fait gagner du temps avec Claude Code.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-3x-faster</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-3x-faster</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Mes 5 hooks Claude Code qui changent tout au quotidien]]></title>
      <description><![CDATA[Les hooks Claude Code lancent des commandes au bon moment : démarrage de session, écriture de fichier, appel d'outil. Voici ceux que je garde activés.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-hooks</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-hooks</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Claude Code vs Cursor vs Copilot : ma comparaison 2026]]></title>
      <description><![CDATA[Claude Code, Cursor et GitHub Copilot ne résolvent pas le même problème. Voici ce que chacun fait bien et ce que j'utilise vraiment.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-code-vs-cursor-vs-copilot</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-code-vs-cursor-vs-copilot</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[CLAUDE.md : le fichier que tout développeur devrait avoir dans ses projets]]></title>
      <description><![CDATA[Un fichier markdown pour donner à Claude Code les conventions réelles de ton codebase.]]></description>
      <link>https://codingcharly.dev/fr/blog/claude-md-every-dev</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/claude-md-every-dev</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Comment connecter Claude à Notion, Gmail et Google Drive]]></title>
      <description><![CDATA[Les serveurs MCP de Claude Code permettent à Claude de lire et écrire dans Notion, Gmail et Google Drive. Guide de configuration étape par étape.]]></description>
      <link>https://codingcharly.dev/fr/blog/connect-claude-notion-gmail-drive</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/connect-claude-notion-gmail-drive</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Mon premier agent n8n qui m'a économisé 5h par semaine]]></title>
      <description><![CDATA[J'écris un post LinkedIn. Claude et n8n le transforment en thread Twitter, paragraphe newsletter et brouillon de blog.]]></description>
      <link>https://codingcharly.dev/fr/blog/n8n-agent-content-repurposing</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/n8n-agent-content-repurposing</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[La vraie différence entre un prompt, un workflow et un agent]]></title>
      <description><![CDATA[Tout le monde appelle tout ça des agents. En pratique, prompt, workflow et agent ne demandent pas la même architecture.]]></description>
      <link>https://codingcharly.dev/fr/blog/prompt-workflow-agent-difference</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/prompt-workflow-agent-difference</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Hello, world : je lance ce blog]]></title>
      <description><![CDATA[Pourquoi je ship codingcharly.dev et ce que tu vas y trouver.]]></description>
      <link>https://codingcharly.dev/fr/blog/hello-world</link>
      <guid isPermaLink="true">https://codingcharly.dev/fr/blog/hello-world</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>