claude-hooks/docs/BOOTSTRAP_PROMPT.md
Ryan Malloy 1e169a5d45 Update repository URLs to git.supported.systems
- Fix bootstrap prompt clone URL
- Update website copy repository links
- Ensure all documentation points to correct repo

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 18:26:45 -06:00

28 lines
1.3 KiB
Markdown

# Claude Hooks Bootstrap Prompt
*Copy this prompt and paste it into a fresh Claude Code session to install Claude Hooks*
---
I want to install Claude Hooks - an intelligent system that will make you smarter and safer by learning from my environment and preventing common mistakes.
**What it does:**
- Learns which commands fail in my environment and suggests working alternatives
- Automatically backs up my work before context limits
- Blocks dangerous commands before they execute
- Maintains session history across Claude restarts
**Installation steps:**
1. `git clone https://git.supported.systems/rsp2k/claude-hooks.git`
2. `cd claude-hooks`
3. `./scripts/install.sh`
4. `./scripts/test.sh`
**After installation:**
- Restart Claude Code to activate the hooks
- Try `claude-hooks status` to see it working
- Try `pip install requests` to see intelligent command suggestions
Please guide me through this installation step-by-step. Handle any errors that come up and make sure everything works. After installation, help me test it by trying some commands that commonly fail on different systems (like `pip` vs `pip3`, `python` vs `python3`) so I can see the intelligence in action.
The goal is to have a working Claude Hooks system that starts learning from my environment immediately.