Logic optimization and frontend UI/UX skills using Codex CLI and Gemini CLI
npx claudepluginhub mineru98/llm-proxy-skillsLLM Proxy Skills plugin with logic-master (Codex CLI) and frontend-master (Gemini CLI) for code optimization and UI/UX tasks
Codex CLI 및 Gemini CLI를 활용한 로직 최적화·프론트엔드 UI/UX 전문 스킬 플러그인
claude plugin marketplace add Mineru98/llm-proxy-skills
/plugin marketplace add Mineru98/llm-proxy-skills
또는
claude plugin install llm-proxy-skills
/plugin install llm-proxy-skills
claude plugin list
Codex CLI --yolo 모드로 로직 최적화 및 이미지 기반 코드 작업을 수행합니다.
사용 시점:
사용하지 않는 시점:
frontend-master 사용)Gemini CLI --yolo 모드로 프론트엔드 UI/UX 작업을 수행합니다.
사용 시점:
사용하지 않는 시점:
logic-master 사용)# 로직 최적화
cat src/utils/sort.ts | codex exec --yolo - "Optimize this sorting algorithm for large datasets"
# 이미지에서 컴포넌트 생성
codex exec --yolo --image mockup.png "Generate React component matching this design"
# 리팩토링
cat src/handlers/user.ts | codex exec --yolo - "Extract reusable validation logic into separate functions"
# 버튼 스타일 변경
cat src/components/Button.tsx | gemini --yolo -p "Change button color to blue-500, add hover:scale-105 transition"
# 반응형 네비게이션
gemini --yolo -p "Make the navbar responsive with hamburger menu on mobile" --include-directories src/components
# 다크 모드 테마
gemini --yolo -p "Update all components to use dark mode color palette" --all-files
llm-proxy-skills/
├── .claude-plugin/
│ ├── marketplace.json
│ └── plugin.json
├── skills/
│ ├── logic-master/
│ │ └── SKILL.md
│ └── frontend-master/
│ └── SKILL.md
├── LICENSE
└── README.md
GPL-3.0
이슈 및 PR은 GitHub에서 환영합니다.