Tag:claude-code
All content with the tag "claude-code".
How to do AFK Coding
A pipeline for shipping a 5-point ticket while you're away from the keyboard: spec with the human in the loop, slice into vertical tickets, run a Ralph loop with TDD per slice, refactor, then let an agent-browser do QA.
Read More→Exploratory QA with AI Agents: Building a Site-Agnostic Harness
A thin Bun runner that hands a coding agent one charter and lets it drive a real browser through an exploratory QA session. Works with Claude, Codex, or Copilot, and any browser CLI.
Read More→How to Use Claude Code as an AI QA Tester with Agent Browser
Claude Code and Agent Browser let you test your web app in a real browser without hardcoded selectors. Manual browser control, AI-driven exploration, and structured JSON output.
Read More→How I Added Sound Effects to Claude Code with Hooks
Claude Code hooks let you run shell commands on lifecycle events. I wired up Age of Empires sound effects to session start, prompt submission, task completion, and context compaction.
Read More→Building a Walkthrough Skill for AI Coding Agents
How I built a skill that generates interactive codebase walkthroughs with clickable Mermaid diagrams—works with Claude Code, Amp, and any agent that supports the skills standard.
Read More→From Tasks to Swarms: Agent Teams in Claude Code
Agent teams let multiple Claude Code sessions coordinate, communicate, and self-organize. Here's how they work, when to use them, and what they cost.
Read More→Spec-Driven Development with Claude Code in Action
A practical workflow for tackling large refactors with Claude Code using parallel research subagents, written specs, and the new task system for context-efficient implementation.
Read More→Stop Bloating Your CLAUDE.md: Progressive Disclosure for AI Coding Tools
AI coding tools are stateless—every session starts fresh. The solution isn't cramming everything into CLAUDE.md, but building a layered context system where learnings accumulate in docs and specialized agents load on-demand.
Read More→How I Built a Skill That Lets Me Talk to Claude's Conversation Memory
How I built a skill that lets Claude search its own conversation history, turning it into a persistent coding partner that remembers past solutions.
Read More→Mutation Testing with AI Agents When Stryker Doesn't Work
When Stryker doesn't support your test stack, AI agents can execute mutation testing manually. A practical approach for Vitest browser mode and Playwright.
Read More→Why You Don't Need the Nuxt MCP When You Use Claude Code
Why I use custom research agents instead of MCP servers for AI-assisted development. Learn how llms.txt enables context-efficient documentation fetching with a practical Nuxt Content agent example.
Read More→Claude Code Customization: CLAUDE.md, Slash Commands, Skills, and Subagents
The complete guide to customizing Claude Code. Compare CLAUDE.md, slash commands, skills, and subagents with practical examples showing when to use each.
Read More→How to Customize Your Claude Code Status Line
Learn how to display model name, context usage, and cost directly in your terminal while using Claude Code. A step-by-step guide to creating custom status line scripts.
Read More→Building an AI QA Engineer with Claude Code and Playwright MCP
Learn how to build an automated QA engineer using Claude Code and Playwright MCP that tests your web app like a real user, runs on every pull request, and writes detailed bug reports.
Read More→Forcing Claude Code to TDD: An Agentic Red-Green-Refactor Loop
Build a custom TDD workflow with Claude Code using skills and subagents that enforce Red-Green-Refactor discipline for your Vue projects.
Read More→Claude Code Notifications: Get Alerts When Tasks Finish (Hooks Setup)
How to set up Claude Code notifications using hooks. Get desktop alerts when Claude finishes a task, needs your input, or requests permission, instead of watching the terminal.
Read More→How to Speed Up Your Claude Code Experience with Slash Commands
Learn how to transform Claude Code from a chatbot into a deterministic engine using Slash Commands. This guide covers the technical setup and a complete 'Full Circle' workflow that automates your entire feature lifecycle.
Read More→Understanding Claude Code's Full Stack: MCP, Skills, Subagents, and Hooks Explained
A practical guide to Claude Code's features: MCP, CLAUDE.md, slash commands, subagents, hooks, plugins, skills, and scheduled tasks. Updated April 2026 with deferred tool loading, worktree isolation, agent teams, and more.
Read More→Building My First Claude Code Plugin
How I built a Claude Code plugin to generate skills, agents, commands, and more—and stopped copy-pasting boilerplate.
Read More→How I Use Claude Code for Doing SEO Audits
Learn how to leverage Claude Code with Puppeteer MCP to perform comprehensive SEO audits in minutes, complete with automated analysis and actionable reports.
Read More→