Claude Ericbuess
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
- Browse the code on GitHub - Understand the organization
- Watch the videos for context - Learn the thinking behind decisions
- Understand the patterns - See how problems are solved
- 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
│
└──
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development