Claude Cowork & Claude Code Can Now Control Your Mac — Setup and
On March 23, 2026, Anthropic launched computer use for Claude Cowork and Claude Code on macOS. Learn how to set it up, explore real-world use cases, and understand the security model behind this new capability.
How to Automate Game Development with Claude Code × unity-mcp — A Complete Workflow from Concept to Release
Learn how to combine Claude Code with unity-mcp to automate Unity game development. The hcg-workflows skill set provides an 8-phase workflow from planning to deployment.
Claude Code × Monorepo Development — Streamlining Large-Scale Projects with Turborepo and pnpm Workspaces
Learn how to supercharge your monorepo workflow with Claude Code. Covers CLAUDE.md configuration for Turborepo and pnpm Workspaces, cross-package refactoring, dependency management, and practical tips for large-scale codebases.
Claude Code --bare Flag: Headless Automation and Scripted Execution
Learn how to use Claude Code's new --bare flag for fast, lightweight scripted automation. This guide covers CI/CD pipelines, batch processing, and safety best practices for headless Claude Code execution.
Test-Driven Refactoring with Claude Code — Safely Modernizing Legacy Code
Learn how to use Claude Code to safely refactor legacy code by adding tests first. Combine TDD principles with AI assistance to eliminate technical debt without breaking existing functionality.
Claude Code Analytics API: Building a Team Productivity Dashboard
A hands-on guide to building a custom productivity dashboard using the Claude Code Analytics Admin API—covering authentication, full pagination, aggregation, cost allocation, and production security.
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.
Claude Code Launches Code Review — AI Agent Team Automatically Hunts Bugs on Every PR
Anthropic adds Code Review to Claude Code. Every time a PR is opened, a team of AI agents searches for bugs in parallel, verifies findings, and ranks them by severity. Here's how to read the accuracy data and adapt the idea for solo and small-team work.
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.