{"id":50889226,"url":"https://github.com/eyedroot/marketplace","last_synced_at":"2026-06-15T20:01:39.256Z","repository":{"id":359473895,"uuid":"1239446670","full_name":"eyedroot/marketplace","owner":"eyedroot","description":"for Claude Code, Codex","archived":false,"fork":false,"pushed_at":"2026-05-22T02:21:28.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T11:45:04.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eyedroot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-15T05:20:32.000Z","updated_at":"2026-05-22T02:21:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eyedroot/marketplace","commit_stats":null,"previous_names":["eyedroot/marketplace"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/eyedroot/marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedroot%2Fmarketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedroot%2Fmarketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedroot%2Fmarketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedroot%2Fmarketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyedroot","download_url":"https://codeload.github.com/eyedroot/marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedroot%2Fmarketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34377983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-15T20:01:38.553Z","updated_at":"2026-06-15T20:01:39.245Z","avatar_url":"https://github.com/eyedroot.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# eyedroot-marketplace\n\n- 비즈([@eyedroot](https://github.com/eyedroot))의 personal plugin marketplace\n- 글쓰기 스타일, 업무 자동화 등 개인용 plugin / skill 모음\n- **claude-code**와 **codex** 양쪽에서 동작하도록 SKILL.md 표준 포맷으로 작성\n\n## 포함된 plugin\n\n- `bullet-style`\n  - bullet과 indent로 한국어 글을 구조화하는 스타일 plugin\n  - 포함 skill\n    - `bullet-notes`\n      - bullet 중심 구조화\n      - 두괄식\n      - 간단명료한 명사형 종결 어미\n- `with-codex`\n  - Workflow plugin that wraps Claude's primary pass and Codex's cross-verification under one slash command\n  - Included command\n    - `/with-codex`\n      - Primary Claude pass\n      - Auto-routes to `/codex:rescue` when stuck, `/codex:review` when done\n      - Reports agreements and disagreements between the two agents explicitly\n\n## 설치\n\n### Claude Code\n\n- 원격 마켓플레이스로 등록 (GitHub push 후 가능)\n  ```bash\n  /plugin marketplace add eyedroot/eyedroot-marketplace\n  /plugin install bullet-style@eyedroot\n  ```\n- 로컬 경로로 등록 (개발 / 테스트용)\n  ```bash\n  /plugin marketplace add /path/to/eyedroot-marketplace\n  ```\n\n### Codex CLI\n\n- codex는 두 경로에서 SKILL.md를 탐색해요\n  - `~/.codex/skills/`\n    - 전역 (모든 codex 세션에서 적용)\n  - `\u003cproject\u003e/.agents/skills/`\n    - 프로젝트 단위 (해당 repo에서만 적용)\n- 마켓플레이스 내부 skill을 그대로 심볼릭 링크하면 양쪽에서 같은 파일을 공유할 수 있어요\n\n#### 전역 설치\n\n```bash\ngit clone https://github.com/eyedroot/eyedroot-marketplace.git\ncd eyedroot-marketplace\n\nmkdir -p ~/.codex/skills\nln -s \"$(pwd)/plugins/bullet-style/skills/bullet-notes\" ~/.codex/skills/bullet-notes\n```\n\n#### 프로젝트 단위 설치\n\n```bash\ncd \u003cyour-project\u003e\nmkdir -p .agents/skills\nln -s /path/to/eyedroot-marketplace/plugins/bullet-style/skills/bullet-notes .agents/skills/bullet-notes\n```\n\n## 디렉토리 구조\n\n- 마켓플레이스 루트\n  - `.claude-plugin/marketplace.json` — 등록된 plugin 목록\n  - `plugins/\u003cplugin\u003e/` — plugin 본체가 들어가는 위치\n- plugin 디렉토리 내부 규칙\n  - `.claude-plugin/plugin.json` — plugin 메타데이터\n  - `README.md` — 설치 안내, 사용법\n  - 구성요소별 디렉토리 (필요한 것만 두면 됨)\n    - `skills/\u003cskill\u003e/SKILL.md` — claude-code · codex 공용 skill\n    - `commands/\u003ccommand\u003e.md` — claude-code 슬래시 명령\n    - `agents/`, `hooks/`, `mcp/` — 다른 Claude Code 구성요소도 동일 패턴\n\n## 호환성 노트\n\n- SKILL.md frontmatter 스키마\n  - 필수 필드\n    - `name`\n    - `description`\n  - claude-code와 codex가 동일 스키마 사용\n    - 양쪽 전용 필드는 현재 시점 기준 없음\n  - 결과적으로 같은 SKILL.md 파일을 양쪽에서 그대로 재사용 가능\n- 자동 설치 범위\n  - claude-code\n    - 마켓플레이스 명령어로 자동 설치\n  - codex\n    - 수동 심볼릭 링크 필요 (위 설치 안내 참조)\n\n## 참고\n\n- claude-code 마켓플레이스 문서\n  - https://code.claude.com/docs/en/plugin-marketplaces\n- claude-code plugin 레퍼런스\n  - https://code.claude.com/docs/en/plugins-reference\n- codex Agent Skills 문서\n  - https://developers.openai.com/codex/skills\n\n## 라이선스\n\n- MIT\n\n\u003e 자기다운 도구가 결국 가장 자주 손에 잡히는 법이라, 이 마켓플레이스는 비즈 본인을 위한 도구함이에요.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedroot%2Fmarketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyedroot%2Fmarketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedroot%2Fmarketplace/lists"}