Claudecode To
Description
Claude Code 생산성 플러그인 모음 — Marketplace 레포.
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
claudecode.to
Claude Code 생산성 플러그인 모음 — Marketplace 레포.
이 레포는 [Claude Code 플러그인 마켓플레이스](https://code.claude.com/docs/en/plugin-marketplaces.md) 입니다. 여러 개의 플러그인을 한 곳에서 호스팅하며, 각 플러그인은 독립적으로 설치·업데이트할 수 있습니다.
수록 플러그인
| 플러그인 | 설명 |
|---|---|
| harness-edit | .claude 하네스 설정을 시각화 HTML 로 직관적으로 편집. GUI 에서 만든 차분 JSON 을 받아 settings.json 등에 안전하게 반영. |
| ui-style-lab | UI 스타일 비교용 단일 HTML 생성기. 프리셋 10 종 / 색 / 폰트 / 형상을 즉시 전환하고, 컴포넌트 클릭으로 코드를 복사. |
| blog-shotform-gen | 블로그 URL 1개로 60초 9:16 숏폼 mp4 자동 생성 파이프라인 (ElevenLabs TTS + GPT Image 2 + Remotion v4). API 키는 설치 스크립트가 입력받아 ~/.claude/skills/blog-url-to-shortform/.env 에 저장. |
| mbti-16types | MBTI 16타입 인격 에이전트를 소환해 어떤 주제든 병렬로 토론·리뷰·조언. /minds 는 16타입을 동시에 호출해 합의를 도출. 아이디어 도출·설계 판단·코드 리뷰 등에 활용. (command/agent 기반 — Marketplace 설치 전용) |
앞으로 다른 플러그인도 같은 레포에 `plugins//` 로 추가됩니다.
설치 — Option A: Marketplace (권장)
Claude Code 안에서:
/plugin marketplace add gaebalai/claudecode-to
/plugin install harness-edit@claudecode.to
/plugin install ui-style-lab@claudecode.to
/plugin install blog-shotform-gen@claudecode.to
/plugin install mbti-16types@claudecode.to
호출 명령:
/harness-edit:harness-edit
/ui-style-lab:ui-style-lab
/blog-shotform-gen:blog-url-to-shortform
/mbti-16types:mind /mbti-16types:minds /mbti-16types:pair
업데이트:
/plugin marketplace update claudecode.to
/plugin update harness-edit@claudecode.to
제거:
/plugin uninstall harness-edit@claudecode.to
설치 — Option B: Shell script
`~/.claude/skills/` 에 직접 복사하는 방식입니다. standalone 호출명(`/harness-edit`, `/ui-style-lab`)을 그대로 쓸 수 있습니다.
⚠️ `mbti-16types` 는 skill 이 아닌 command/agent 기반 플러그인이라 Shell script 설치를 지원하지 않습니다. **Marketplace(Option A)로만 설치**하세요.
macOS / Linux
git clone https://github.com/gaebalai/claudecode-to.git
cd claudecode-to
./scripts/install.sh # 사용 가능한 플러그인 목록 출력
./scripts
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11