diff --git a/reports/claude-agent-sdk-vs-cli-system-prompts.md b/reports/claude-agent-sdk-vs-cli-system-prompts.md index db7dd62..e3c8010 100644 --- a/reports/claude-agent-sdk-vs-cli-system-prompts.md +++ b/reports/claude-agent-sdk-vs-cli-system-prompts.md @@ -1,5 +1,12 @@ # Claude Agent SDK vs Claude CLI: System Prompts and Output Consistency + + + + + +
← Back to Claude Code Best PracticeClaude
+ ![SDK vs CLI System Prompts Diagram](/!/sdk-vs-cli-diagram.svg) --- diff --git a/reports/claude-cli-startup-flags.md b/reports/claude-cli-startup-flags.md index 2ed39df..1e0b6d3 100644 --- a/reports/claude-cli-startup-flags.md +++ b/reports/claude-cli-startup-flags.md @@ -2,6 +2,13 @@ A comprehensive reference of all available command-line flags when launching Claude Code from the terminal. + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## Table of Contents 1. [Session Management](#session-management) diff --git a/reports/claude-commands.md b/reports/claude-commands.md index 8e271ca..b2885aa 100644 --- a/reports/claude-commands.md +++ b/reports/claude-commands.md @@ -2,6 +2,13 @@ A comprehensive reference of all available slash commands in Claude Code's interactive mode. + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## Table of Contents 1. [Session Management](#session-management) diff --git a/reports/claude-global-vs-project-settings.md b/reports/claude-global-vs-project-settings.md index 3b7a0a0..f1731d6 100644 --- a/reports/claude-global-vs-project-settings.md +++ b/reports/claude-global-vs-project-settings.md @@ -2,6 +2,13 @@ A comprehensive comparison of which Claude Code features are global-only (`~/.claude/`) versus which have both global and project-level (`.claude/`) equivalents. + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## Table of Contents 1. [Overview](#overview) diff --git a/reports/claude-in-chrome-v-chrome-devtools-mcp.md b/reports/claude-in-chrome-v-chrome-devtools-mcp.md index 24a34ed..8f67f59 100644 --- a/reports/claude-in-chrome-v-chrome-devtools-mcp.md +++ b/reports/claude-in-chrome-v-chrome-devtools-mcp.md @@ -1,5 +1,12 @@ # Comprehensive Browser Automation MCP Comparison Report + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## Executive Summary Based on extensive research, I've analyzed the two tools from your screenshots plus a third major contender. Here's my comprehensive breakdown to help you choose the best option for automated testing of your work. diff --git a/reports/claude-md-for-larger-mono-repos.md b/reports/claude-md-for-larger-mono-repos.md index a6c4325..ac93523 100644 --- a/reports/claude-md-for-larger-mono-repos.md +++ b/reports/claude-md-for-larger-mono-repos.md @@ -2,6 +2,13 @@ When working with Claude Code in a monorepo, understanding how CLAUDE.md files are loaded into context is crucial for organizing your project instructions effectively. + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## The Two Loading Mechanisms Claude Code uses two distinct mechanisms for loading CLAUDE.md files: diff --git a/reports/claude-settings.md b/reports/claude-settings.md index 82e9c8e..5430c8d 100644 --- a/reports/claude-settings.md +++ b/reports/claude-settings.md @@ -2,6 +2,13 @@ A comprehensive guide to all available configuration options in Claude Code's `settings.json` files. + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## Table of Contents 1. [Settings Hierarchy](#settings-hierarchy) diff --git a/reports/claude-skills-for-larger-mono-repos.md b/reports/claude-skills-for-larger-mono-repos.md index 813af8c..ea464d1 100644 --- a/reports/claude-skills-for-larger-mono-repos.md +++ b/reports/claude-skills-for-larger-mono-repos.md @@ -2,6 +2,13 @@ When working with Claude Code in a monorepo, understanding how skills are discovered and loaded into context is crucial for organizing your project-specific capabilities effectively. + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## Important Difference from CLAUDE.md **Skills do NOT have the same loading behavior as CLAUDE.md files.** While CLAUDE.md files walk UP the directory tree (ancestor loading), skills use a different discovery mechanism focused on nested directories within your project. diff --git a/weather-orchestration/weather-orchestration-architecture.md b/weather-orchestration/weather-orchestration-architecture.md index 0d19a40..2427507 100644 --- a/weather-orchestration/weather-orchestration-architecture.md +++ b/weather-orchestration/weather-orchestration-architecture.md @@ -2,6 +2,13 @@ This document describes the complete flow of the weather data fetching and transformation system. + + + + + +
← Back to Claude Code Best PracticeClaude
+ ## System Overview The weather system demonstrates the **Command → Agent → Skills** architecture pattern, where: diff --git a/workflow/rpi/rpi-workflow.md b/workflow/rpi/rpi-workflow.md index d617890..11d053e 100644 --- a/workflow/rpi/rpi-workflow.md +++ b/workflow/rpi/rpi-workflow.md @@ -4,6 +4,13 @@ A systematic development workflow with validation gates at each phase. Prevents wasted effort on non-viable features and ensures comprehensive documentation. + + + + + +
← Back to Claude Code Best PracticeClaude
+ --- ## Overview