Shaul Corporation 멀티에이전트 협업 시스템을 위한 Claude Code 플러그인입니다.
Note: 이 저장소는 Private 저장소입니다. 접근 권한이 필요합니다.
- 16개 팀: Backend, Frontend, DevOps, SRE, Security, DBA, Design, UX-UI, PM, QA, Data, Docs, Growth, Mobile, Infra, Executive
- 78개 전문 에이전트: 각 팀별 전문화된 AI 에이전트
- 70개+ Commands: 역할별 슬래시 명령어
Private 저장소이므로 다음 중 하나의 인증 방법이 필요합니다:
# SSH 키 생성 (없는 경우)
ssh-keygen -t ed25519 -C "your_email@example.com"
# SSH 공개키 복사
cat ~/.ssh/id_ed25519.pub
# GitHub Settings > SSH and GPG keys > New SSH key 에서 등록# macOS
brew install gh
# Ubuntu/Debian
sudo apt install gh
# 로그인
gh auth login# SSH 방식
git clone git@github.com:shaul1991/shaul-agents-plugin.git ~/shaul-agents-plugin
# 또는 GitHub CLI 방식
gh repo clone shaul1991/shaul-agents-plugin ~/shaul-agents-plugin
# 설치
cd ~/shaul-agents-plugin
make install# SSH 방식으로 clone
git clone git@github.com:shaul1991/shaul-agents-plugin.git ~/shaul-agents-plugin
# 심볼릭 링크 생성
ln -sf ~/shaul-agents-plugin/commands ~/.claude/commands
ln -sf ~/shaul-agents-plugin/skills ~/.claude/skills
cp ~/shaul-agents-plugin/CLAUDE.md ~/.claude/CLAUDE.mdmake install - 플러그인 설치 (심볼릭 링크 생성)
make uninstall - 플러그인 제거
make update - 최신 버전으로 업데이트
make status - 현재 설치 상태 확인
make backup - 기존 설정 백업
make restore - 백업에서 복원
make clean - 백업 파일 삭제
/backend-developer # 백엔드 개발자 에이전트
/frontend-component # 프론트엔드 컴포넌트 에이전트
/devops-deployer # DevOps 배포 에이전트
/security-auditor # 보안 감사 에이전트
/agents # 설치된 에이전트 목록 확인
- backend-architect, backend-developer, backend-golang, backend-java
- backend-kotlin, backend-node, backend-php, backend-reviewer, backend-senior
- frontend-api, frontend-build, frontend-component, frontend-hook
- frontend-lint, frontend-perf, frontend-refactor, frontend-socket
- frontend-state, frontend-test
- devops-deployer, devops-infra, devops-monitor
- sre-oncall, sre-platform, sre-reliability
- security-auditor, security-pentester
- dba-admin, dba-architect, dba-tuner
- design-assets, design-colors, design-theme, design-tokens
- ux-ui-a11y, ux-ui-animation, ux-ui-audit, ux-ui-component
- ux-ui-flow, ux-ui-layout, ux-ui-responsive
- pm-analyst, pm-manager, pm-planner
- qa-analyst, qa-tester
- data-analyst, data-engineer, data-scientist
- docs-api, docs-guide, docs-internal
- growth-acquisition, growth-analytics, growth-conversion
- growth-experiment, growth-hacker, growth-retention
- mobile-android, mobile-cross, mobile-ios
- infra-cloud, infra-network, infra-system
- executive-cdo, executive-ceo, executive-cfo, executive-chro
- executive-cio, executive-ciso, executive-cmo, executive-coo
- executive-cpo, executive-cto
- new-feature: 새 기능 개발 오케스트레이터
- team-discussion: 팀 간 협업 토론 오케스트레이터
- prototyping-workflow: 프론트엔드 개발 전 워크플로우 오케스트레이터
cd ~/shaul-agents-plugin
make updateSSH 키가 설정되지 않았습니다:
# SSH 키 생성
ssh-keygen -t ed25519 -C "your_email@example.com"
# GitHub에 공개키 등록
cat ~/.ssh/id_ed25519.pub
# 출력된 내용을 GitHub Settings > SSH keys 에 추가저장소 접근 권한이 없습니다. 관리자에게 권한을 요청하세요.
- 이 저장소는 Private 저장소입니다
- MCP 서버 설정(GitHub, Slack 등)은 각 컴퓨터에서 별도로 구성해야 합니다
- API 키나 credentials는 이 플러그인에 포함되지 않습니다
Proprietary - Shaul Corporation