By oozoofrog
멀티플랫폼 디자인 하네스 — iOS/Web/Android 플랫폼별 최적화 디자이너 에이전트 팀, 유명 디자이너·화가 디자인 토큰 체계화, 정량적 검증 프레임워크
Android/Wear OS Material Design 3 전문 디자이너 — Dynamic Color, M3 타이포, Shape system, Compose 토큰 매핑. design-craft 하네스가 오케스트레이션합니다.
유명 화가/시각 아티스트의 시각 언어를 연구하여 디자인 토큰으로 변환한다. 색상 이론, 구성 원칙, 공간 활용을 정량화하여 현대 UI에 적용 가능한 토큰을 생성한다.
UI/UX 디자인 거장들의 디자인 원칙과 정량적 수치를 연구하여 구조화된 디자인 토큰 사전을 생성한다. 디자이너 연구, 디자인 토큰 추출, 디자인 원칙 정량화 시 호출된다.
교차 플랫폼 디자인 정합성 검증 + 토큰 수치 검증 전문가 — 일관성 vs 플랫폼 특화 균형, 접근성, 가설 검증 리포트. design-craft 하네스가 오케스트레이션합니다.
Apple 플랫폼(iOS/iPadOS/macOS/watchOS/visionOS) 전문 디자이너 — HIG, Liquid Glass, SF Symbols, SwiftUI 토큰 매핑. design-craft 하네스가 오케스트레이션합니다.
멀티플랫폼 디자인 생성 — iOS/Web/Android 플랫폼별 최적화된 디자인 스펙과 토큰 매핑 생성. '디자인 만들어', '디자인 스펙', 'UI 설계', '화면 디자인', '디자인 시스템', '디자인 토큰 적용' 요청 시 사용. 특정 플랫폼만 요청해도 사용 (예: 'iOS 디자인', '웹 디자인', '안드로이드 디자인').
디자인 리서치 실행 — 유명 디자이너/화가의 디자인 특성을 연구하고 정량적 토큰으로 체계화. '디자인 리서치', '디자이너 연구', '디자인 토큰 생성', '화가 분석', '디자인 시스템 구축' 요청 시 사용. design-craft 스킬 실행 전에 레퍼런스가 없으면 자동 트리거.
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.
oozoofrog의 개인 Claude Code 플러그인 마켓플레이스입니다.
/plugin marketplace add oozoofrog/oozoofrog-plugins
| 플러그인 | 설명 | 설치 |
|---|---|---|
| macos-release | macOS 앱/CLI 릴리스 자동화 (버전 범프, DMG/ZIP 패키징, GitHub Release, Homebrew) | /plugin install macos-release@oozoofrog-plugins |
| agent-context | 계층적 컨텍스트 아키텍처 자동화 (CLAUDE.md, .claude/rules/, AGENTS.md 스캐폴딩, 검증, 토큰 감사) | /plugin install agent-context@oozoofrog-plugins |
| gpt-research | GPT-PRO 리서치 위임용 구조화된 프롬프트 생성 | /plugin install gpt-research@oozoofrog-plugins |
| hey-codex | Codex CLI 위임(hey-codex) + 목표 지향 반복 연구(codex-research) | /plugin install hey-codex@oozoofrog-plugins |
| app-automation | Apple 앱 자동화 — iOS Simulator + macOS 앱 UI 인터랙션, 접근성 검증, os_log 스트리밍, mcp-baepsae 통합 | /plugin install app-automation@oozoofrog-plugins |
| apple-craft | Apple 플랫폼 통합 개발 — 구현/디버깅, 리뷰, 장기 하네스, Pencil 디자인, App Store 배포, Xcode MCP, 참조 문서 24개 | /plugin install apple-craft@oozoofrog-plugins |
| plugin-doctor | 플러그인 종합 진단·수정·개선 (공식 스펙 기반 검증 + 회의적 재검증 루프) | /plugin install plugin-doctor@oozoofrog-plugins |
| api-learn | 프로젝트 도메인 API 내재화 — 공식 문서/예제 수집 → 프로젝트별 참조 문서 저장, CLAUDE.md 자동 등록 | /plugin install api-learn@oozoofrog-plugins |
| git-workflow | GitHub 이슈 생성 + 브랜치 + Projects 보드 연동 자동화 | /plugin install git-workflow@oozoofrog-plugins |
| release-cycle | GitHub 릴리스 라이프사이클 자동화 — 마일스톤 계획(plan-release) + 릴리스 실행(release) | /plugin install release-cycle@oozoofrog-plugins |
oozoofrog-plugins/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ ├── macos-release/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/macos-release/
│ │ ├── SKILL.md
│ │ └── references/ (6 docs)
│ ├── agent-context/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── ctx-guide/ (SKILL.md + references/)
│ │ │ ├── ctx-init/
│ │ │ ├── ctx-verify/
│ │ │ └── ctx-audit/
│ │ ├── agents/context-validator.md
│ │ └── hooks/ (hooks.json + scripts/)
│ ├── gpt-research/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/gpt-research/
│ │ ├── SKILL.md
│ │ └── references/ (4 docs)
│ ├── hey-codex/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── hey-codex/ (SKILL.md + references/)
│ │ │ └── codex-research/ (SKILL.md + references/)
│ │ ├── scripts/ (5 files)
│ │ └── templates/codex-research/
│ ├── app-automation/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── app-automation/
│ │ │ └── os-log/
│ │ ├── agents/ui-verifier.md
│ │ ├── scripts/os-log-cli/ (Swift package)
│ │ └── references/baepsae-tools.md
│ ├── apple-craft/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/
│ │ │ ├── apple-craft/ (SKILL.md + references/ 24 docs)
│ │ │ ├── apple-harness/ (SKILL.md + references/)
│ │ │ ├── apple-review/
│ │ │ ├── appstore-deploy/
│ │ │ └── pen-craft/
│ │ ├── agents/ (7 agents)
│ │ └── scripts/
│ ├── plugin-doctor/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/fixer/
│ │ ├── SKILL.md
│ │ └── references/ (2 docs)
│ ├── api-learn/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/
│ │ ├── api-learn/
│ │ └── api-scan/
│ ├── git-workflow/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/add-git-issue/
│ └── release-cycle/
│ ├── .claude-plugin/plugin.json
│ └── skills/
│ ├── plan-release/
│ └── release/
├── CLAUDE.md
└── README.md
npx claudepluginhub oozoofrog/oozoofrog-plugins --plugin design-craftSync Claude Code configuration across machines using GitHub
macOS 앱/CLI 릴리스 자동화: 버전 범프, 빌드, DMG/ZIP 패키징, GitHub Release, Homebrew Cask/Formula, release workflow 구축
GitHub 릴리스 라이프사이클 자동화 — 마일스톤 계획(plan-release) + 릴리스 실행(release)
프로젝트 도메인 API 내재화 — 라이브러리/프레임워크 공식 문서 + 예제를 수집하여 프로젝트별 참조 문서로 저장, CLAUDE.md 자동 등록. Apple 프레임워크는 Xcode DocumentationSearch + apple-craft 참조 연동
학습과학 기반 코드 리뷰 및 교육 콘텐츠 생성 — Before/After/Why 트리플, 3계층 점진적 공개, 4개 포맷(md/web/wiki/slides) 팀 전파
Editorial "Apple Platform Design" bundle for Claude Code from Antigravity Awesome Skills.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints. Examples:\n\n<example>\nContext: Starting a new app or feature design
Local-first design app · 139 skills + 150 DESIGN.md systems · exposes projects/files/preview tools to your coding agent over stdio MCP. Requires the `od` daemon on PATH.
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.