Claude Code Hooks: Building Automated Workflows in Practice
A systematic guide to Claude Code Hooks. Learn how to use PreToolUse, PostToolUse, Stop, and Notification hooks to automate code quality checks, logging, notifications, and more.
Parallel Development with Claude Code Worktrees
A practical look at running parallel tasks with Claude Code and Git worktrees. Learn how to isolate branches into separate directories so context switches stay cheap, with the rough edges I hit while actually running this day to day.
Claude Code Hooks— Practical Techniques to Automate Your Dev Workflow
Learn how to automate your development workflow with Claude Code Hooks. From PreToolUse and PostToolUse configuration to automated code review, security checks, and deployment pipeline integration.
The AI Narration Video Workflow I Use in 2026 — Beyond Voicevox and CapCut
How ElevenLabs, Vrew, and Gemini TTS changed the 2026 narration workflow compared with the 2024 Voicevox + CapCut setup — tool choices, automation, and output quality.
Designing CLAUDE.md for Stable Output — Hierarchy, Sub-Agents, and External Memory
Learn how to structure CLAUDE.md with a 3-tier hierarchy, sub-agent workflows, and external memory to keep Claude Code's output consistent — with the practical lessons that actually moved the needle in real operation.
Claude Projects: Streamlining Your Workflow
Master Claude's Projects feature to maintain context across conversations and collaborate more efficiently with AI. Learn how to structure projects, write effective custom instructions, and leverage file uploads.
Google AI × Antigravity × Claude Code — A Developer's Day Using Three AI Tools in Combination
Research with Google AI Pro, frontend with Antigravity, backend with Claude Code—a practical one-day workflow combining three AI tools on a real project example.
Building Production-Grade Multi-Agent Systems with Claude Code: Complete Implementation Guide
Master advanced multi-agent orchestration patterns using Claude Code and Agent SDK. Learn parallel execution, dependency management, automatic retries, and dynamic task distribution. Complete implementations for financial analysis, web scraping, and complex workflows.
Using Claude Code's /loop and Cron Scheduling as a Background Worker — What I Learned
A hands-on record of folding Claude Code's /loop command and cron-style scheduling into everyday personal-project tasks. Covers the basic syntax, the gotchas I only found by using it — tasks that vanish after 3 days, tasks that fire only when idle — and how to decide what belongs on a real cron instead.