<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel>
<title>The Claude Code Guide</title><link>https://hidayetcanozcan.github.io/claude-code-guide/</link><description>Practical, honest guides for Anthropic's Claude Code.</description><language>en</language>
<item><title>Doing Code Review With Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-code-review.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-code-review.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>How to review a diff well with Claude Code: give it the intent, hunt for correctness, edge, and security issues, and use an independent reviewer subagent.</description></item>
<item><title>Debugging Methodically With Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-debugging.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-debugging.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Stop the guess-and-check loop. A reproduce-first, one-hypothesis debugging method that makes Claude Code find root causes with evidence, not luck.</description></item>
<item><title>Setting Up Claude Code for a Team</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-for-teams.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-for-teams.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>How a team gets consistent Claude Code behavior: a committed CLAUDE.md, shared skills and subagents in version control, review conventions, and onboarding.</description></item>
<item><title>Automating Your Workflow With Claude Code Hooks</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-hooks.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-hooks.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Claude Code hooks run your own shell commands at lifecycle events, so behaviors like formatting or command-blocking are enforced by the harness, not the model.</description></item>
<item><title>Working in Large Codebases With Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-large-codebases.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-large-codebases.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Practical strategies for using Claude Code in large codebases: keep context narrow, delegate exploration to subagents, map the repo, and verify changes.</description></item>
<item><title>Using MCP Servers With Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-mcp-servers.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-mcp-servers.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>What the Model Context Protocol is, why you&#x27;d connect an MCP server to Claude Code, common examples, and the trust and permission trade-offs.</description></item>
<item><title>A Pre-Merge Review Pipeline With Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-pre-merge-review.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-pre-merge-review.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Build a disciplined pre-merge flow in Claude Code: plan, implement, verify by exercising the change, then an independent adversarial review before you commit.</description></item>
<item><title>How to Prompt Claude Code Effectively</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-prompting-tips.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-prompting-tips.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>A practical guide to prompting Claude Code — state intent and acceptance criteria, point at the right files, plan before editing, and demand verification.</description></item>
<item><title>Safe Refactoring With Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-safe-refactoring.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-safe-refactoring.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Refactor with Claude Code without breaking behavior: pin it with characterization tests, take small verified steps, and never mix refactor with change.</description></item>
<item><title>Custom Slash Commands in Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-slash-commands.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-slash-commands.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Custom slash commands in Claude Code are saved prompts you invoke by name. Learn what they are, when they beat skills, and how to pass arguments.</description></item>
<item><title>Claude Code Subagents: A Practical Guide</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-subagents-guide.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-subagents-guide.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>What a Claude Code subagent is, when it beats an inline skill, the token cost trade-off, how to define one, and three real use cases.</description></item>
<item><title>Getting Claude Code to Write Tests That Catch Bugs</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-testing-guide.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-testing-guide.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Naive prompts make Claude Code write tautological, over-mocked tests. Here&#x27;s how to steer it toward behavior-focused tests with sharp asserts.</description></item>
<item><title>12 Claude Code Tips for Shipping Faster</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-tips.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-tips.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Twelve concrete Claude Code practices — a good CLAUDE.md, narrow context, subagents, verifying before done, skills, and extended thinking — that ship faster.</description></item>
<item><title>Claude Code vs Cursor: An Honest Comparison</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-vs-cursor.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-vs-cursor.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Claude Code is a terminal coding agent; Cursor is an AI-native IDE. Where each one wins, where they overlap, and how to pick the right fit.</description></item>
<item><title>Multi-Agent Workflows in Claude Code</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-workflows-multi-agent.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-code-workflows-multi-agent.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>How deterministic multi-agent orchestration works in Claude Code: fan-out, pipeline vs barrier, verify stages, and when a scripted workflow beats one agent.</description></item>
<item><title>CLAUDE.md Best Practices (With Examples)</title><link>https://hidayetcanozcan.github.io/claude-code-guide/claude-md-best-practices.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/claude-md-best-practices.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>A practical guide to writing a CLAUDE.md that makes Claude Code follow your build commands, conventions, and gotchas — plus a copyable example file.</description></item>
<item><title>Getting Started With Claude Code: A First-Day Guide</title><link>https://hidayetcanozcan.github.io/claude-code-guide/getting-started-with-claude-code.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/getting-started-with-claude-code.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>Claude Code is Anthropic&#x27;s terminal-based AI coding agent. A first-day guide to launching it, the describe-act-review loop, and mistakes to avoid.</description></item>
<item><title>What Are Claude Code Skills (and How to Write One)</title><link>https://hidayetcanozcan.github.io/claude-code-guide/what-are-claude-code-skills.html</link><guid>https://hidayetcanozcan.github.io/claude-code-guide/what-are-claude-code-skills.html</guid><pubDate>11 Jul 2026 00:00:00 GMT</pubDate><description>A Claude Code skill is a Markdown file the agent auto-loads when relevant. Learn what skills are, how triggering works, and how to write a SKILL.md.</description></item>
</channel></rss>
