terminal-ui-design
π―Skillfrom eddiebe147/claude-settings
Designs and generates professional, responsive terminal user interfaces with customizable layouts and interactive components.
Installation
npx skills add https://github.com/eddiebe147/claude-settings --skill terminal-ui-designSkill Details
Overview
# Claude Code Settings - ID8Labs
Personal Claude Code configuration for cross-machine sync and team sharing.
Quick Start
New Machine Setup
```bash
cd ~
git clone https://github.com/eddiebe147/claude-settings.git .claude
```
Sync Between Machines
```bash
# 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/](#agents) | Specialized AI agents for specific domains | 38+ |
| [skills/](#skills) | Reusable skill modules (slash commands) | 21 |
| [hooks/](#hooks) | Automation scripts (pre/post actions) | 26 |
| [commands/](#commands) | Quick slash commands | 21 |
| [plugins/](#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 |
More from this repository10
Optimizes code and system performance by analyzing bottlenecks, recommending targeted improvements, and generating efficient refactoring strategies.
Generates, refines, and structures technical documentation with precision, ensuring clarity, consistency, and professional formatting across various technical writing projects.
Generates comprehensive API design documentation, creates structured OpenAPI/Swagger specifications, and recommends best practices for RESTful and GraphQL API architectures.
Generates high-quality, targeted marketing copy and content for various channels, optimizing messaging and tone for specific audiences and objectives.
pricing strategist skill from eddiebe147/claude-settings
Generates comprehensive test cases and test suites automatically based on code input, helping developers quickly create robust testing scenarios.
Helps systematically break down, organize, and create structured project plans with clear milestones, tasks, timelines, and resource allocations.
Manages and synchronizes application state across different contexts, providing centralized state tracking and consistent data flow for Claude Code interactions.
Manages and dynamically controls context windows, scopes, and memory allocation for Claude interactions to optimize conversation efficiency and information retention.
supabase-expert skill from eddiebe147/claude-settings