- 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>
1.3 KiB
1.3 KiB
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:
git clone https://git.supported.systems/rsp2k/claude-hooks.git
cd claude-hooks
./scripts/install.sh
./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.