Claude-Code

14 articles about claude-code - lessons from building and scaling real software.

What Claude Code Does in Your Terminal

Claude Code runs terminal commands and asks you to approve them. This explains what those commands mean and when to pause before saying yes.

Ruby LSP Now Has Official Claude Code Support

Ruby LSP now has official Claude Code support. Install the plugin to give Claude go to definition, find references, and call hierarchy across your Ruby project.

Extending Claude Code Worktrees for True Database Isolation

Claude Code's native worktree support handles file isolation, but Rails apps need database isolation too. Here's how to extend it with the WorktreeCreate hook.

Building a Linear-Driven Agent Loop with Claude Code

How I built a bash-based agent loop that pulls work from Linear, implements features, runs code review, and opens pull requests autonomously.

1. Building CreatorSignal: Rails Auth & Deploy from Scratch (LIVE)

I built a Rails app from scratch using only Claude Code as my AI coding partner. Here's the full, unedited session showing my real workflow for AI-augmented

MCPs vs Agent Skills: Understanding the Difference

MCPs give Claude capabilities. Skills teach Claude workflows. Here's the mental model I use to decide which one I need.

Claude Code Git Worktree Setup: Run Multiple Agents in Parallel

Git worktrees + Claude Code = parallel AI agent workflows without conflicts.

Claude Code Tutorial: Build Your First Skill in 10 Minutes

Claude Code tutorial: Learn how to build your first Claude Code skill—a reusable workflow that automates test-driven development. One markdown file, and Claude

MCPs vs Skills: The Framework That Ends the Confusion

MCPs and Skills both extend Claude Code—but when do you use each?

Debug Production Errors in 5 Minutes with Claude AI

Today I'm showing you exactly how I debug production errors using Claude Code and the Sentry MCP—in a real Rails application.

Getting Started with Claude Code

Learn how to set up Claude Code and start using it on your existing projects in under 15 minutes. No more vibe coding - get real AI-assisted development that

Understanding Claude Code's Context Window

How Claude Code's context window works: what consumes tokens (MCP servers, tools, messages), why it matters, and how to manage context effectively.

How I Use Claude Code: My Complete Development Workflow

After 8 months with Claude Code, here's my complete workflow. Learn how I combine Linear, MCP servers, and Obsidian for AI-assisted development that works.

Build Efficient MCP Servers: Three Design Principles

Three design principles for context-efficient MCP servers: filter at source, pre-aggregate data, work creatively. Real reductions: 746k→262 tokens.