By oozoofrog
프로젝트 도메인 API 내재화 — 라이브러리/프레임워크 공식 문서 + 예제를 수집하여 프로젝트별 참조 문서로 저장, CLAUDE.md 자동 등록. Apple 프레임워크는 Xcode DocumentationSearch + apple-craft 참조 연동
프로젝트 도메인 API 내재화 — 특정 라이브러리/프레임워크의 공식 문서 + 예제를 수집하여 프로젝트 내 .claude/references/에 저장하고 CLAUDE.md에 Knowledge Authority로 등록합니다. "API 학습", "api learn", "문서 내재화", "레퍼런스 수집", "라이브러리 학습", "API 문서 저장", "api-learn", "문서 수집", "내재화", "internalize", "learn api", "react-query 문서", "zod 학습", "라이브러리 문서화" 등의 요청에 사용하세요.
프로젝트 의존성을 스캔하여 미내재화 라이브러리를 식별하고 내재화를 제안합니다. "의존성 스캔", "api scan", "라이브러리 현황", "내재화 현황", "API 스캔", "어떤 라이브러리 쓰고 있는지", "레퍼런스 현황", "미내재화 목록", "api-scan", "프로젝트 의존성", "dependency scan" 등의 요청에 사용하세요.
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
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 oozoofrog/oozoofrog-plugins --plugin api-learnSync Claude Code configuration across machines using GitHub
macOS 앱/CLI 릴리스 자동화: 버전 범프, 빌드, DMG/ZIP 패키징, GitHub Release, Homebrew Cask/Formula, release workflow 구축
GitHub 릴리스 라이프사이클 자동화 — 마일스톤 계획(plan-release) + 릴리스 실행(release)
멀티플랫폼 디자인 하네스 — iOS/Web/Android 플랫폼별 최적화 디자이너 에이전트 팀, 유명 디자이너·화가 디자인 토큰 체계화, 정량적 검증 프레임워크
학습과학 기반 코드 리뷰 및 교육 콘텐츠 생성 — Before/After/Why 트리플, 3계층 점진적 공개, 4개 포맷(md/web/wiki/slides) 팀 전파
5 methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search+fetch
Documentation generation with API docs, architecture diagrams, and tutorials
Documentation generation, API docs, and README maintenance
Create comprehensive documentation for code, APIs, and projects.
Generates indented markdown maps of the plugin ecosystem for agent navigation
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.