Claude Ericbuess banner
ericbuess ericbuess

Claude Ericbuess

Development community

Description

Development environment configurations, tools, and links for Claude Code - shared for educational purposes

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Eric's Claude Setup

⚠️ **This is not a dotfiles installer** ⚠️

This is my personal Claude and development environment configuration. It exists for educational purposes - to show how I work.

What This Is

  • My actual working configuration - These are the real files I use daily
  • A reference for video tutorials - See how things connect in practice
  • An example of tool organization - One way to structure a dev environment
  • A living, changing toolkit - Constantly evolving based on my needs

What This Is NOT

  • Not a product for installation - Don't install this directly
  • Not a maintained package - No version guarantees or stability
  • Not a stable API - Everything can change without notice
  • Not a supported tool - No issues, no PRs, no support

How to Use This Repository

  1. Browse the code on GitHub - Understand the organization
  2. Watch the videos for context - Learn the thinking behind decisions
  3. Understand the patterns - See how problems are solved
  4. Build your own version - Take ideas, not code

The "Eric's Lab" Philosophy

I share my workshop, not products.

This repository is like walking into my garage and seeing my tools laid out on the workbench. You can see what I use, how I organize things, and maybe get ideas for your own setup. But you wouldn't take my tools home - you'd go buy your own and arrange them for your needs.

**Take ideas, not code.**

Repository Structure

.
├── macos/          # macOS configurations
│   ├── claude/     # Claude CLI settings and hooks
│   ├── shell/      # Zsh configuration
│   ├── tmux/       # Terminal multiplexer
│   ├── nvim/       # Neovim setup
│   └── git/        # Git configuration
│
├── ubuntu/         # Ubuntu/Linux configurations
│   ├── claude/     # Claude CLI settings and hooks
│   ├── shell/      # Bash configuration
│   ├── tmux/       # Terminal multiplexer
│   ├── nvim/       # Neovim setup
│   └── git/        # Git configuration
│
└──