Monorepo Command Pack
A command pack for onboarding, scoped changes, and targeted verification in large repos
A practical command collection for large repositories where context discipline and narrow verification matter more than raw generation speed.
What’s inside
Usage notes
Learn first
These guides explain the concepts behind this asset so the registry becomes a learning system rather than just a catalog.
Context and Memory
How Claude Code builds working context and persistent memory
Understand the difference between session context, CLAUDE.md instructions, MEMORY.md indexing, and relevance-based memory recall.
Sessions, Resume, and Compaction
How Claude Code persists work across long conversations
A guide to transcript storage, session resume behavior, cross-project boundaries, and why long-lived conversations need compaction.
Repo Onboarding Workflow
How to bring Claude Code into a new codebase without losing the plot
A practical onboarding path for large or unfamiliar repositories, built around context capture, file discovery, and a stable working plan.
Related resources
Supporting docs, tools, and integrations connected to this asset.
TypeScript Monorepo CLAUDE.md Template
CLAUDE.md for Turborepo/Nx monorepo projects
CLAUDE.md template designed for TypeScript monorepo projects using Turborepo or Nx. Covers workspace structure, shared packages, build pipelines, dependency management, and cross-package development patterns.
Claude Code Best Practices
Community-driven best practices for Claude Code
Collection of best practices learned from real-world Claude Code usage. Covers CLAUDE.md optimization, effective prompting, workflow organization, and common pitfalls to avoid. Continuously updated by the community.
Refactoring Guide Prompts
Prompts for safe and systematic code refactoring
Prompts to guide code refactoring while maintaining functionality. Covers identifying refactoring opportunities, planning changes, ensuring test coverage, and validating behavior preservation.
TypeScript Type-check Hook
Validate TypeScript types before committing
Pre-commit hook that runs TypeScript type checking. Ensures type safety across your codebase by catching type errors before they're committed. Uses tsc with noEmit flag.