claude-code-ultimate-guide/tools
Florian BRUNIAUX e4d00c7772 docs(onboarding): add clickable GitHub URLs for resources
Phase 4 wrap-up now provides:
- Direct GitHub links for quiz, cheatsheet, full guide
- Section-specific link format with line anchors (#L{line})
- Privacy guide link updated

Improves UX for users running onboarding via one-liner (no local repo)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 09:18:43 +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 docs(onboarding): add clickable GitHub URLs for resources 2026-01-15 09:18:43 +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