# Interactive Tools Prompts and utilities for Claude Code setup and optimization. ## Contents | File | Description | Usage | |------|-------------|-------| | [audit-prompt.md](./audit-prompt.md) | Comprehensive setup audit with personalized recommendations | `cat audit-prompt.md \| claude` | | [onboarding-prompt.md](./onboarding-prompt.md) | Personalized guided tour based on your profile | `cat onboarding-prompt.md \| claude` | | [mobile-access.md](./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: ```bash curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/examples/scripts/audit-scan.sh | bash ``` --- *Back to [main README](../README.md)*