claude-code-ultimate-guide/tools
Florian BRUNIAUX 46c5862c4e fix(docs): critical factual corrections v3.6.1
Major audit correcting misleading documentation about Claude Code behavior:

### Fixed
- `--add-dir`: permissions (not context loading)
- `excludePatterns` → `permissions.deny` (never existed)
- `.claudeignore` removed (not an official feature)
- "selective loading" myth → lazy loading reality
- Invented CLI flags (`--think`, `--headless`, `--learn`) → prompt keywords
- `@` file reference: "loads automatically" → "reads on-demand"

### Added
- Session Search Tool (`cs`) - zero-dep bash script for finding sessions
- Security section: Known limitations of permissions.deny

15 files modified, 516 insertions, 200 deletions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 09:16:53 +01:00
..
audit-prompt.md fix(docs): critical factual corrections v3.6.1 2026-01-15 09:16:53 +01:00
mobile-access.md refactor: restructure repo into thematic directories v3.1.0 2026-01-13 15:30:02 +01:00
onboarding-prompt.md fix(docs): critical factual corrections v3.6.1 2026-01-15 09:16:53 +01:00
README.md refactor: restructure repo into thematic directories v3.1.0 2026-01-13 15:30:02 +01:00

Interactive Tools

Prompts and utilities for Claude Code setup and optimization.

Contents

File Description Usage
audit-prompt.md Comprehensive setup audit with personalized recommendations cat audit-prompt.md | claude
onboarding-prompt.md Personalized guided tour based on your profile cat onboarding-prompt.md | claude
mobile-access.md Setup guide for mobile access via ttyd + Tailscale Step-by-step

Quick Audit

For a fast automated scan, use the script instead:

curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/examples/scripts/audit-scan.sh | bash

Back to main README