Claude Code Settings - ID8Labs
Personal Claude Code configuration for cross-machine sync and team sharing.
Quick Start
New Machine Setup
cd ~
git clone https://github.com/eddiebe147/claude-settings.git .claude
Sync Between Machines
# Pull latest
cd ~/.claude && git pull
# Push changes
cd ~/.claude && git add . && git commit -m "update" && git push
What's Inside
| Folder | Purpose | Count |
|---|
agents/ | Specialized AI agents for specific domains | 38+ |
skills/ | Reusable skill modules (slash commands) | 21 |
hooks/ | Automation scripts (pre/post actions) | 26 |
commands/ | Quick slash commands | 21 |
plugins/ | Claude Code plugin configs | - |
Core Files
| File | Purpose |
|---|
CLAUDE.md | Global instructions for ALL projects |
settings.json | Claude Code preferences |
hooks.json | Hook configurations |
mcpServers.json | MCP server connections |
Agents
Specialized AI agents in agents/ folder. Each handles a specific domain.
Development Agents
| Agent | Description |
|---|
nextjs-senior-dev.md | Next.js 14+ App Router expert |
backend-architect.md | Backend system architecture |
database-migration-specialist.md | Database schema migrations |
MCP Ecosystem Agents
| Agent | Description |
|---|
mcp-server-architect.md | Design MCP servers |
mcp-protocol-specialist.md | Protocol compliance |
mcp-integration-engineer.md | Multi-server orchestration |
mcp-deployment-orchestrator.md | Production deployments |
mcp-security-auditor.md | Security reviews |
mcp-testing-engineer.md | Testing & QA |
mcp-registry-navigator.md | Registry discovery |
Business & Strategy Agents
| Agent | Description |
|---|
market-intelligence-analyst.md | Market research & trends |
steve-jobs-advisor.md | Visionary product guidance |
strategic-think-tank.md | Major business decisions |
operations-manager.md | Project coordination |
relationship-builder.md | Client relationships |
Content & Marketing Agents
| Agent | Description |
|---|
social-media-manager.md | Social content creation |
x-viral-optimizer.md | X/Twitter optimization |
nana-image-generator.md | AI image generation |
notebooklm-producer.md | Audio/video from docs |
reality-tv-beat-writer.md | Documentary production |
TMNT Dev Team (Fun Names!)
| Agent | Role |
|---|
leonardo-strategist-agent.md | Strategy & planning |
donatello-architect-agent.md | Technical architecture |
michelangelo-builder-agent.md | Implementation |
raphael-guardian-agent.md | Security & protection |
splinter-mentor-agent.md | Mentorship |
krang-brain-agent.md | AI/ML expertise |
bebop-devops-agent.md | DevOps |
rocksteady-database-agent.md | Database |
casey-tester-agent.md | Testing |
Full Projects
| Project | Description |
|---|
reddit-research/ | Market research agent using Reddit's JSON API |
Skills
Reusable modules in skills/ that extend Claude's capabilities.
Development Skills
| Skill | Purpose |
|---|
nextjs-project-manager | Next.js 14+ project guidance |
api-design | RESTful API design |
database-design | Schema & Supabase |
supabase-expert | Supabase integration |
testing-qa | Test automation |
performance-optimization | Speed & Core Web Vitals |
state-management | React state (Zustand, Context) |
ui-builder | React + Tailwind + Shadcn |
Infrastructure Skills
| Skill | Purpose |
|---|
deployment-automation | Vercel & CI/CD |
file-uploads | File handling & cloud storage |
error-monitoring | Logging & Sentry |
real-time-features | WebSockets & Supabase Realtime |
mcp-builder | Build MCP servers |
Business Skills
| Skill | Purpose |
|---|
llc-ops | LLC operations for ID8Labs |
analytics-tracking | User analytics & A/B testing |
email-notifications | Transactional emails |
Hooks
Automation scripts in hooks/ that run before/after actions.
Quality Gates
| Hook | Trigger | Purpose |
|---|
code-review-gate.sh | Before PR | Code quality check |
quality-gate-check.sh | Before commit | Standards enforcement |
pre-commit.sh | Before commit | Pre-commit checks |
post-commit.sh | After commit | Post-commit actions |
Workflow Automation
| Hook | Purpose |
|---|
auto-commit.sh | Automatic commits |
auto-git-workflow.sh | Git flow automation |
auto-documentation.sh | Doc generation |
enforce-feature-branch.sh | Branch protection |
suggest-feature-branch.sh | Branch suggestions |
Verification
...