팀장별 고정 업무 환경을 Claude Code plugin으로 묶어 내부 marketplace로 배포한다. 각 팀장은 자신의 업무 도메인에 맞춘 plugin만 설치하면 동일한 Claude Code 환경을 즉시 사용할 수 있다.
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # 내부 marketplace 정의
└── plugins/
├── exec-base/ # 팀장 공통 환경 (베이스)
│ ├── .claude-plugin/plugin.json
│ ├── CLAUDE.md
│ ├── agents/
│ ├── hooks/
│ └── commands/
└── exec-marketing/ # 마케팅팀장 (ATMS MCP 연동) — 파일럿
├── .claude-plugin/plugin.json
├── CLAUDE.md
├── agents/
├── hooks/
├── commands/
└── skills/
exec-base: 모든 팀장 공통 원칙, 브리핑 포맷, 공통 agents/commands.exec-<team>: 팀별 override. 도메인 지식, MCP 연동, 전용 agents/skills.exec-marketing): ATMS MCP 기반 광고 운영·진단·리포팅.exec-sales, exec-product 등으로 확장.Claude Code에서 아래 슬래시 커맨드 실행:
/plugin marketplace add atmsads/atomos-plugins
GitHub owner/repo 축약형을 쓴다. 다른 표기도 모두 동일 레포를 가리킨다:
/plugin marketplace add https://github.com/atmsads/atomos-plugins.git
/plugin marketplace add [email protected]:atmsads/atomos-plugins.git
로컬 개발용(clone한 경로를 직접 가리키고 싶을 때):
/plugin marketplace add ~/Developer/ION/claude-plugins
/plugin install exec-base@ion-execs
마케팅팀장:
/plugin install exec-marketing@ion-execs
/plugin marketplace update ion-execs
/plugin update exec-marketing@ion-execs
marketplace 이름은
ion-execs(내부 식별자), repo 경로는atmsads/atomos-plugins(GitHub 위치). 설치 시 항상<plugin>@ion-execs형태로 참조한다.
plugins/exec-<team>/ 디렉토리를 만들고 .claude-plugin/plugin.json을 작성한 뒤 루트 marketplace.json의 plugins 배열에 항목을 추가한다.exec-base에 두고, 팀 고유 override만 팀 plugin에 둔다.settings.json)에서 관리하며, plugin은 그 전제를 문서화한다.Uses power tools
Uses Bash, Write, or Edit tools
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 atmsads/atomos-plugins --plugin exec-baseION 마케팅팀장용 업무 환경. ATMS MCP 기반 광고 운영·진단·리포팅 최적화.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.