Explore the . claude directory - Claude Code Docs Project-specific instructions that shape how Claude works in this repository Put your conventions, common commands, and architectural context here so Claude operates with the same assumptions your team does
Claude Code Cheat Sheet – Commands, Shortcuts, Tips Claude Code is Anthropic’s AI-powered CLI tool that reads your codebase, edits files, runs commands, and manages git workflows directly from the terminal It operates as an agentic coding assistant: you describe what you want in plain English, and it figures out which files to read, what commands to run, and what changes to make This cheat sheet covers every command, shortcut, configuration
My Claude Code Setup - psantanna. com Please read them, understand the workflow, and then update all configuration files to fit my project — fill in placeholders in CLAUDE md, adjust rules if needed, and propose any customizations specific to my use case
Claude Code --add-dir: Additional Working Directories Need Claude to access multiple repos or directories? The --add-dir flag extends your workspace beyond the current directory—essential for monorepos, microservices, or any multi-directory workflow
Claude Code Worktrees in 7 Minutes - YouTube Anthropic has released Git Wortrees in Claude Code, bringing a feature previously available in the Claude Desktop app directly into the CLI The script explains Git worktrees as a way to
Using Claude Code in a Large Monorepo: Practical Questions About . . . We’re now starting to explore Claude for back-end development too, and we want to professionalize our setup across the entire monorepo We're experimenting with spec-driven development and trying to get the most out of Claude’s agentic features—but we have some practical questions:
How do I add a folder to my Claude Code session? Claude Code now supports working with multiple directories! Here's how you can add folders to your session: 1 **Using the `--add-dir` flag at launch:** When you start Claude Code, you can use the `--add-dir` flag followed by the path to the directory you want to include For example: `--add-dir path to your folder` [1, 6, 9] 2
The Complete Claude Code CLI Guide - GitHub Claude Code is an agentic AI coding assistant that lives in your terminal It understands your codebase, edits files directly, runs commands, and helps you code faster through natural language conversation
The Definitive Guide to Claude SKILLS: Code vs Web vs Desktop vs API According to Claude Support documentation, both claude ai (web interface) and Claude Desktop (native app) require skills to be uploaded as zip files through their Settings interface: “To add custom skills, click ‘Upload skill’ and upload a ZIP file containing your skill folder ”