claude-code-ultimate-guide/tools
Florian BRUNIAUX 81a5caa5db feat(docs): add security-hardening navigation + onboarding matrix
README.md:
- Added security-hardening.md to Core Documentation table
- Added to "Not Sure Where to Start?" section
- Added to Power User learning path

machine-readable/reference.yaml:
- Added onboarding_matrix for personalized learning paths
- Added onboarding_questions structure for interactive profiling

tools/onboarding-prompt.md:
- Restructured for goal-based profiling (2 questions → tailored content)
- Simplified from assessment-heavy to action-oriented flow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 08:20:50 +01:00
..
audit-prompt.md feat(docs): add architecture deep-dive documentation v3.4.0 2026-01-14 21:29:46 +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 feat(docs): add security-hardening navigation + onboarding matrix 2026-01-15 08:20:50 +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