
gongnyang-prompt-kit
막연한 요청을 gpt-image-2 완성 프롬프트로 컴파일하는 Claude Code 스킬 — 네거티브 금지·결과 기반 서술·검증 스크립트·C1~C10
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up gongnyang-prompt-kit (git-clone project) into my current project. Found on https://claudeers.com/gongnyang-prompt-kit Repo: https://github.com/kimsh-1/gongnyang-prompt-kit Homepage/docs: https://kimsh-1.github.io/gongnyang-prompt-kit/ Detected install method: git-clone → git clone https://github.com/kimsh-1/gongnyang-prompt-kit Category: devtools. Platforms: cli, api. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
git clone https://github.com/kimsh-1/gongnyang-prompt-kit
// compatibility
| Platforms | cli, api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | JavaScript |
🐾 공냥 프롬프트 킷
막연한 한마디를 gpt-image-2 완성 프롬프트로 컴파일하는 Claude Code 스킬.

"포스터 하나 만들어줘" 같은 거친 한마디를, 바로 생성에 넣을 수 있는 완성 한국어 프로덕션 프롬프트로 바꾼다. 1,000장 규모 라이브러리·화보·포스터·만화를 뽑으며 다듬은 규칙을 한 스킬로 묶었다.
인터랙티브 데모: kimsh-1.github.io/gongnyang-prompt-kit
핵심 규칙
이미지가 잘 나오게 하는 게 아니라, 안 나오게 하는 습관을 막는 규칙이다.
- 네거티브 일절 안 씀. gpt-image-2는
Negative:나no watermark같은 부정문을 오히려 그 단어로 렌더한다. 빼고 싶은 건 전부 긍정형으로 — "워터마크 없음"이 아니라 "브랜드 없는 클린 마감". - 앞머리
[AR x:y SIZE]브래킷 안 씀. size는 API 파라미터, 프롬프트엔 끝에AR x:y토큰만. - 장비 스펙은 결과로 환원. 모델은
Canon R5 f/1.4를 모른다. "shallow DoF, background falls off softly"로 쓴다. - SD 품질태그 버린다.
masterpiece, 8k, ultra-detailed는 노이즈. - 수치는 박는다. HEX 팔레트, 켈빈,
key:fill 1:2. - 1행 = 1컷 = 1 호출. 한 캔버스에 그리드로 여러 컷 그리지 않는다.
구성
skills/image-prompt/
├─ SKILL.md # 코어 — 워크플로우·철칙·6섹션 템플릿·사이즈락·라우팅 (86줄)
├─ references/ # 필요할 때만 읽는 깊은 내용
│ ├─ category-patterns.md # C1~C10 컷타입·기본 AR·만화 A/B 전략
│ ├─ jsonl-and-examples.md # jsonl 스키마·완성 예제·codex 호출 골격
│ ├─ photo-vocab.md # 카메라·조명·필름·구도·색 어휘 (결과 기반)
│ └─ style-taxonomy.md # 패션 21종 + persona DNA + 마스터 템플릿
└─ scripts/check_prompt.mjs # 규칙 위반 자동 검증기 (네거티브·브래킷·SD태그 탐지)
SKILL.md는 항상 로드되는 코어만 가볍게, 깊은 디테일은 references/로 분리(progressive disclosure)했다.
설치
Claude Code 개인 스킬로:
ln -s "$PWD/skills/image-prompt" ~/.claude/skills/image-prompt
이후 "이미지 프롬프트 써줘", "gpt-image-2 프롬프트", "포스터/카드뉴스/만화 프롬프트" 같은 트리거나 /image-prompt로 작동한다.
검증기
작성한 프롬프트가 규칙을 지켰는지 자동 검사한다.
node skills/image-prompt/scripts/check_prompt.mjs examples/poster.txt
# 또는
echo "<프롬프트>" | node skills/image-prompt/scripts/check_prompt.mjs
{ok, errors, warnings} JSON을 반환한다. 네거티브·앞 브래킷·SD 폐기어휘·가중치 문법·끝 AR 누락을 error로, 빈 형용사·HEX 누락을 warning으로 잡는다. examples/에 통과/실패 샘플이 있다.
카테고리 (C1~C10)
패션 · 뷰티 · 한국어 포스터 · 제품 도감 · 캠페인 · 인포그래픽 · 카드뉴스 · 브랜딩 목업 · 3D 아이콘 · 만화/웹툰. 각 컷타입·기본 AR은 references/category-patterns.md.
생성
이 스킬은 프롬프트를 쓰는 것까지만 한다. 실제 대량 생성·병렬 스폰은 별도 — codex-fleet의 codex-imagegen 스킬을 쓴다. 단일 1장은 그냥 codex에 넣으면 된다.
요구사항
- Node.js (검증기 실행용)
- 생성까지 하려면 Codex CLI 로그인 + ChatGPT Plus/Pro
라이선스
MIT
// faq
What is gongnyang-prompt-kit?
막연한 요청을 gpt-image-2 완성 프롬프트로 컴파일하는 Claude Code 스킬 — 네거티브 금지·결과 기반 서술·검증 스크립트·C1~C10. It is open-source on GitHub.
Is gongnyang-prompt-kit free to use?
gongnyang-prompt-kit is open-source under the MIT license, so it is free to use.
What category does gongnyang-prompt-kit belong to?
gongnyang-prompt-kit is listed under devtools in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/gongnyang-prompt-kit)
// retro hit counter
[](https://claudeers.com/gongnyang-prompt-kit)
// reviews
// guestbook
// related in Developer Tools
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…
Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.