Migrating Legacy Apps to Next.js with Claude Code

AI
Migrating Legacy Apps to Next.js with Claude Code

Over the past year I migrated a handful of legacy projects to Next.js with Claude Code. Along the way I settled on a workflow that keeps working: two agent spec files for architecture and admin UI conventions, one migration prompt, then a Playwright and pixel-diff loop to eliminate the visual regressions left after the first pass.

Claude Code Beyond the Basics: Skills, Rules, Agents, and Real-World Workflows

AI
Claude Code Beyond the Basics: Skills, Rules, Agents, and Real-World Workflows

Claude Code can already refactor components, generate tests, review diffs, and upgrade dependencies with almost no setup. The real gains come when you teach it how your project works. This guide covers permissions, project conventions, custom commands, skills, rules, and agents that turn Claude Code from a helpful assistant into a reliable development workflow.