claude-code-ultimate-guide/tools
Florian BRUNIAUX 971a297db3 feat(security): add threat intelligence DB, security commands, and cheatsheet audit fixes (v3.26.0)
- Add threat-db.yaml v2.0.0 with 63 malicious skills, 22 CVEs, 4 campaigns
- Add /security-check, /security-audit, /update-threat-db slash commands
- Add Snyk ToxicSkills evaluation (58th resource evaluation)
- Fix cheatsheet: add Alt+T to keyboard shortcuts table, add /fast and /debug commands
- Update Features Meconnues table with Agent Teams and Auto-Memories
- Clean up cheatsheet.md.bak
- Bump version to 3.26.0

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 16:12:36 +01:00
..
audit-cheatsheet-prompt.md feat(security): add threat intelligence DB, security commands, and cheatsheet audit fixes (v3.26.0) 2026-02-11 16:12:36 +01:00
audit-prompt.md feat: add ecosystem positioning, install script & new commands 2026-01-19 08:42:33 +01:00
mobile-access.md feat(guide): add AI Ecosystem section for complementary tools (v3.9.1) 2026-01-19 11:25:36 +01:00
onboarding-prompt.md feat(onboarding): wire learn_security goal into onboarding UX 2026-02-11 15:47:28 +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