A comprehensive guide and toolkit for reproducing Ben's Claude AI development environment, including project management, hooks, context analysis, and GitHub integration.
This repository documents and provides tools to replicate a sophisticated Claude AI development environment that includes:
- Project Management System: Track work sessions, time, and progress
- Hook System: Automated actions triggered by Claude's tool usage
- Context API: Intelligent analysis of work context
- GitHub Integration: Seamless issue creation and progress tracking
- Checkpoint & Backup: Automatic version control and state preservation
# Clone this repository
git clone https://github.com/EconoBen/claude-environment.git
cd claude-environment
# Run the installer
./install.sh
# Create your first project
claude-project new "My First Project"- Installation Guide
- Project System Documentation
- Hook System Guide
- Context API Documentation
- GitHub Integration
- Example Workflows
~/.claude/
├── projects/ # Project storage
│ ├── active/ # Current projects
│ ├── archived/ # Completed projects
│ ├── ideas/ # Project ideas
│ └── trash/ # Deleted projects
├── hooks/ # Hook scripts
├── templates/ # Project templates
├── config.yaml # Configuration
└── CLAUDE.md # Claude instructions
- Create, track, and archive projects
- Automatic time tracking
- Session management
- Progress checkpoints
- Tool usage monitoring
- Automatic code formatting
- Secret detection
- Test running
- Context analysis
- Automatic issue creation
- Progress syncing
- Commit message enhancement
- Issue linking
- Analyzes work patterns
- Updates project context
- Maintains session state
- Provides intelligent summaries
- macOS or Linux
- Bash 4.0+
- Python 3.8+
- Git
- GitHub CLI (gh)
- fzf (optional but recommended)
This project is currently private. Once public, contributions will be welcome!
MIT License (pending)
Ben Labaschin (@EconoBen)