<?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/</link>
    <description>Claude Code tutorials, AI agents, and vibe coding resources for developers who ship fast.</description>
    <language>en</language>
    <lastBuildDate>Sun, 19 Jul 2026 13:06:54 GMT</lastBuildDate>
    <atom:link href="https://codingcharly.dev/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/blog/claude-code-agents</link>
      <guid isPermaLink="true">https://codingcharly.dev/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/blog/claude-code-mcp</link>
      <guid isPermaLink="true">https://codingcharly.dev/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/blog/claude-code-skills</link>
      <guid isPermaLink="true">https://codingcharly.dev/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/blog/claude-code-subagents</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/claude-code-subagents</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Building AI agents that actually work]]></title>
      <description><![CDATA[Most 'agents' are brittle pipelines dressed up with AI. Here's the anatomy of a reliable agent, three patterns that hold up in production, and when to use n8n vs code.]]></description>
      <link>https://codingcharly.dev/blog/building-ai-agents</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/building-ai-agents</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Claude Code Plan Mode : Shortcut, How to Activate, and When to Use It]]></title>
      <description><![CDATA[Claude Code Plan Mode lets you review and steer a task plan before any file is touched. Full guide: shortcut (Shift+Tab), activation, when to use it, and how to execute the plan.]]></description>
      <link>https://codingcharly.dev/blog/claude-code-plan-mode</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/claude-code-plan-mode</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Vibe coding in 2026 : my full setup with Claude Code]]></title>
      <description><![CDATA[Vibe coding isn't sloppy coding. It's a flow-state workflow where you direct and Claude executes. Here's my full setup: Claude Code, hooks, CLAUDE.md, and Plan Mode.]]></description>
      <link>https://codingcharly.dev/blog/vibe-coding-setup</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/vibe-coding-setup</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[How I use Claude Code to code 3x faster]]></title>
      <description><![CDATA[Not magic, not hype. A concrete breakdown of the workflow changes that actually moved the needle.]]></description>
      <link>https://codingcharly.dev/blog/claude-code-3x-faster</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/claude-code-3x-faster</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[My 5 Claude Code hooks that change everything]]></title>
      <description><![CDATA[Claude Code hooks run shell commands on session start, file writes, and tool calls. Here are the 5 I use daily and how to configure them.]]></description>
      <link>https://codingcharly.dev/blog/claude-code-hooks</link>
      <guid isPermaLink="true">https://codingcharly.dev/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 : an honest comparison in 2026]]></title>
      <description><![CDATA[Claude Code vs Cursor vs GitHub Copilot : three different tools solving three different problems. What each is actually good at and which one I use daily.]]></description>
      <link>https://codingcharly.dev/blog/claude-code-vs-cursor-vs-copilot</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/claude-code-vs-cursor-vs-copilot</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[CLAUDE.md: the file every developer should have in their projects]]></title>
      <description><![CDATA[One markdown file that makes AI coding assistants actually understand your codebase. Here's what to put in it.]]></description>
      <link>https://codingcharly.dev/blog/claude-md-every-dev</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/claude-md-every-dev</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[How to connect Claude to Notion, Gmail, and Google Drive]]></title>
      <description><![CDATA[Claude Code MCP servers let Claude read and write Notion, Gmail, and Google Drive. Step-by-step setup guide for the three most useful ones.]]></description>
      <link>https://codingcharly.dev/blog/connect-claude-notion-gmail-drive</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/connect-claude-notion-gmail-drive</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[My first n8n agent that saved me 5 hours a week]]></title>
      <description><![CDATA[I write one LinkedIn post. Claude + n8n turns it into a Twitter thread, a newsletter paragraph, and a blog draft. Here's the exact setup.]]></description>
      <link>https://codingcharly.dev/blog/n8n-agent-content-repurposing</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/n8n-agent-content-repurposing</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[The real difference between a prompt, a workflow, and an agent]]></title>
      <description><![CDATA[Everyone is calling everything an agent. Here's what actually separates the three, and why it matters when you're building.]]></description>
      <link>https://codingcharly.dev/blog/prompt-workflow-agent-difference</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/prompt-workflow-agent-difference</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title><![CDATA[Hello, world : starting this blog]]></title>
      <description><![CDATA[Why I'm shipping codingcharly.dev and what you can expect to find here.]]></description>
      <link>https://codingcharly.dev/blog/hello-world</link>
      <guid isPermaLink="true">https://codingcharly.dev/blog/hello-world</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>