데이터 누수, 스키마 검증, 데이터 품질 감사가 필요할 때 사용
고급 통계 분석, ML 모델링, 실험 설계, 데이터 기반 인사이트 도출이 필요할 때 사용
보안 취약점 분석, OWASP Top 10 검토, 코드 보안 감사가 필요할 때 사용
RED-GREEN-IMPROVE TDD 사이클을 강제하며 코드를 구현할 때 사용
데이터 분석 및 통계 검증 전문가. Python/R 기반 실증 분석 수행
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
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.
Sync your Claude Code settings across machines — like chezmoi, but for AI tools.
Claude Code의 설정(CLAUDE.md, settings.json, agents, skills 등)을 Git으로 동기화하는 CLI 도구입니다. 여러 기기에서 동일한 Claude 환경을 유지하세요.
history, restore)| Tier | 파일 | 설명 |
|---|---|---|
| Tier 1 | CLAUDE.md | 메인 설정 |
| Tier 1 | settings.json | Claude Code 설정 |
| Tier 1 | agents/ | 에이전트 정의 |
| Tier 1 | plugins/installed_plugins.json | 플러그인 목록 |
| Tier 2 | skills/ | 스킬 정의 |
| Tier 2 | history.jsonl | 명령 히스토리 |
자동 제외: debug/, cache/, session-env/, API 키 등
# pipx 사용 (권장)
pipx install claude-env-sync
# 또는 pip
pip install claude-env-sync
# 또는 원커맨드 설치
curl -sSL https://raw.githubusercontent.com/bono/claude-env-sync/main/scripts/install.sh | bash
# 동기화 저장소 초기화 (원격 Git 저장소 연결)
claude-sync init --remote [email protected]:username/claude-config.git
# 현재 Claude 설정을 동기화 저장소로 push
claude-sync push
# 다른 기기에서 설정 가져오기
claude-sync pull
# 동기화 상태 확인
claude-sync status
# 변경 이력 조회
claude-sync history
# 특정 시점으로 복원
claude-sync restore <commit-sha>
# Shell 시작 시 자동 pull hook 설치
claude-sync hook install
# Hook 제거
claude-sync hook uninstall
# 저장소 클론
git clone https://github.com/bono/claude-env-sync.git
cd claude-env-sync
# 가상환경 생성 및 의존성 설치
python -m venv .venv
source .venv/bin/activate
pip install -e "."
pip install pytest pytest-cov ruff
# 테스트 실행
pytest tests/ -v --cov=claude_env_sync --cov-report=term-missing
# 린트
ruff check src/ tests/
src/claude_env_sync/
├── cli.py # Click CLI (init, push, pull, status, history, restore, hook)
├── core/
│ ├── sync_engine.py # 핵심 동기화 로직
│ ├── git_ops.py # Git 연산 래퍼
│ └── path_resolver.py # Claude 설정 경로 탐지
├── models/
│ └── sync_rules.py # Tier 정의 및 동기화 규칙
├── hooks/
│ └── install.py # Shell RC hook 설치/제거
└── utils/
└── security.py # .gitignore 생성, 시크릿 탐지
MIT
npx claudepluginhub bongho/claude-env-sync --plugin claude-env-syncUnified epistemic checkpoint — structure decisions before execution
Akiflow task management via Python CLI — create, list, complete, delete, move tasks
Sync Claude Code sessions across devices with encrypted cloud storage
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.
Sync and evolve your Claude Code brain across machines. Automatically exports, merges, and applies your accumulated knowledge (memory, skills, agents, rules, settings) across all your development machines via Git.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Memory compression system for Claude Code - persist context across sessions