⟐ Claude Code/2026-04-27Intermediate
Using Claude Code in a pnpm Monorepo — Combining --filter with dlx
Running Claude Code in a pnpm monorepo? It often touches files in packages you didn't ask about. Here's how to scope work properly with --filter, when dlx is dangerous, and what to put in .claude/settings.json so confirmation dialogs stop interrupting you.
⟐ Claude Code/2026-04-25Intermediate
Editing Multiple Repositories at Once With Claude Code --add-dir
How to use Claude Code's --add-dir flag to edit multiple repositories in a single session. Practical patterns for cross-repo API changes, shared utility refactoring, and keeping docs in sync with code.
⟐ Claude Code/2026-03-23Intermediate
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.