Practical Claude Code guides for planning, coding, debugging, and shipping real projects.
Seven practical Claude Code Skills examples for code review, debugging, documentation, QA, releases, and safe repository work.
Claude Code Skills and slash commands are related but not identical. Learn how files, invocation, scope, and reusable workflows fit together.
A step-by-step guide to installing, invoking, debugging, and safely improving Claude Code Skills in a real repository.
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.
Learn what Claude Code Skills are, where SKILL.md files live, how slash commands work, and how to build reusable workflows for real projects.
Learn what Claude Code subagents are, when to spawn them, how to run parallel agents, and how to write custom agents that return useful work.
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.