By gaebalai
Visualize and edit Claude Code harness configuration (~/.claude/settings.json) through an interactive HTML editor. Receives diff JSON and safely applies changes.
Claude Code 생산성 플러그인 모음 — Marketplace 레포.
이 레포는 Claude Code 플러그인 마켓플레이스 입니다. 여러 개의 플러그인을 한 곳에서 호스팅하며, 각 플러그인은 독립적으로 설치·업데이트할 수 있습니다.
| 플러그인 | 설명 |
|---|---|
| harness-edit | .claude 하네스 설정을 시각화 HTML 로 직관적으로 편집. GUI 에서 만든 차분 JSON 을 받아 settings.json 등에 안전하게 반영. |
| ui-style-lab | UI 스타일 비교용 단일 HTML 생성기. 프리셋 10 종 / 색 / 폰트 / 형상을 즉시 전환하고, 컴포넌트 클릭으로 코드를 복사. |
앞으로 다른 플러그인도 같은 레포에 plugins/<name>/ 로 추가됩니다.
Claude Code 안에서:
/plugin marketplace add gaebalai/claudecode-to
/plugin install [email protected]
/plugin install [email protected]
호출 명령:
/harness-edit:harness-edit
/ui-style-lab:ui-style-lab
업데이트:
/plugin marketplace update claudecode.to
/plugin update [email protected]
제거:
/plugin uninstall [email protected]
~/.claude/skills/ 에 직접 복사하는 방식입니다. standalone 호출명(/harness-edit, /ui-style-lab)을 그대로 쓸 수 있습니다.
git clone https://github.com/gaebalai/claudecode-to.git
cd claudecode-to
./scripts/install.sh # 사용 가능한 플러그인 목록 출력
./scripts/install.sh harness-edit # 하나만 설치
./scripts/install.sh --all # 전부 설치
./scripts/install.sh harness-edit --backup # 기존 디렉토리는 자동 백업
git clone https://github.com/gaebalai/claudecode-to.git
cd claudecode-to
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1 -Plugin harness-edit
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1 -All
| Bash | PowerShell | 동작 |
|---|---|---|
--all | -All | 모든 플러그인 설치 |
--force | -Force | 기존 디렉토리 묻지 않고 덮어씀 |
--backup | -Backup | 기존을 <name>.bak.YYYYMMDD-HHMMSS 로 백업 |
--dry-run | -DryRun | 실제 변경 없이 동작만 출력 |
--symlink | -Symlink | 복사 대신 심볼릭 링크 (개발자용; Windows 는 관리자/개발자 모드 필요) |
환경 변수 CLAUDE_HOME 으로 ~/.claude 위치를 재정의할 수 있습니다.
./scripts/uninstall.sh # 사용 가능한 플러그인 목록 출력
./scripts/uninstall.sh harness-edit # 하나만 제거
./scripts/uninstall.sh --all # 전부 제거
./scripts/uninstall.sh harness-edit --yes # 확인 없이
| 모드 | harness-edit | ui-style-lab |
|---|---|---|
| Plugin (Option A) | /harness-edit:harness-edit | /ui-style-lab:ui-style-lab |
| Standalone (Option B) | /harness-edit | /ui-style-lab |
두 모드를 동시에 설치해도 namespace 가 달라 충돌하지 않습니다.
설치 직후:
/plugin marketplace list # claudecode.to 가 active 여야 함
/plugin list # 설치한 플러그인이 active 여야 함
또는 standalone 모드:
ls ~/.claude/skills/
세션을 새로 열거나 /reload-skills 후 호출 명령을 실행해 봅니다.
claudecode-to/ # marketplace repo root
├── .claude-plugin/
│ └── marketplace.json # 마켓플레이스 카탈로그
├── plugins/
│ ├── harness-edit/ # 플러그인 1
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/harness-edit/
│ │ ├── SKILL.md
│ │ └── references/{visualizer.html, schema.md}
│ └── ui-style-lab/ # 플러그인 2
│ ├── .claude-plugin/plugin.json
│ └── skills/ui-style-lab/
│ ├── SKILL.md
│ └── template.html
├── scripts/
│ ├── install.sh
│ ├── install.ps1
│ └── uninstall.sh
├── README.md
├── LICENSE
├── CHANGELOG.md
└── .gitignore
plugins/<new-plugin-name>/ 디렉토리 생성plugins/<new-plugin-name>/.claude-plugin/plugin.json 작성 (name / description / version / author / license)plugins/<new-plugin-name>/skills/<skill-name>/SKILL.md 작성 (그리고 필요한 리소스).claude-plugin/marketplace.json 의 plugins[] 배열에 새 항목 추가:
{
"name": "<new-plugin-name>",
"source": "./plugins/<new-plugin-name>",
"description": "...",
"category": "productivity",
"tags": ["..."]
}
CHANGELOG.md 에 새 플러그인 추가 항목 기록git commit && git pushinstall.sh, install.ps1, uninstall.sh 는 plugins/ 디렉토리를 자동 스캔하므로 별도 수정 불필요합니다.
각 플러그인의 SKILL.md 본문에 적힌 사용법·인자 상세는 해당 플러그인 디렉토리(plugins/<name>/skills/<name>/SKILL.md) 를 직접 참조하세요.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gaebalai/claudecode-to --plugin harness-edit다분야 전문가를 동적으로 선정해 구조화된 토론으로 다각적 평가·제언을 정리합니다.
Claude Code 중심의 로컬 전용 LLM Wiki — 3층 격리(raw/wiki/schema) + Neo4j GraphRAG + Obsidian. Karpathy LLM Wiki 원전부터 GraphRAG PoC까지 통합한 풀스택 환경.
Markdown 기반 auto memory 시스템. 4가지 메모리 타입으로 프로젝트 지식을 세션 간 축적합니다.
This is a gaebalai's base tool set
Git safety hooks for Claude Code. Blocks force-push, protects main/master branch, prevents hard-reset, guards interactive rebase, and blocks git clean -fd.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.