Essays, notes, and build-in-public updates.
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.
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.
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.
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.
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.
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.
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.
Not magic, not hype. A concrete breakdown of the workflow changes that actually moved the needle.
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.
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.
One markdown file that makes AI coding assistants actually understand your codebase. Here's what to put in it.
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.
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.
Everyone is calling everything an agent. Here's what actually separates the three, and why it matters when you're building.
Why I'm shipping codingcharly.dev and what you can expect to find here.