vibe.imagelisted
Install: claude install-skill su-record/vibe
# /vibe.image
## Done Criteria
- [ ] 요청된 이미지 파일이 지정 경로에 존재한다.
- [ ] 파일 형식과 픽셀 크기가 요청값과 일치한다.
- [ ] 투명 배경 요청 시 alpha channel이 존재한다.
- [ ] 생성 결과 경로가 최종 응답에 포함된다.
Generate images using the Antigravity image backend.
- **Default**: Antigravity fast image - 빠르고 가벼운 이미지 생성
- **--pro**: Antigravity pro image - 고품질 이미지 생성
## Usage
```
/vibe.image "description" # Generate image with Antigravity (icon, banner, etc.)
/vibe.image --pro "description" # High-quality generation
/vibe.image --icon "AppName" # Generate app icon/favicon
```
## MANDATORY Tool Invocation
**CRITICAL: You MUST use the following command to generate images. Do NOT search for scripts, do NOT use gcloud, do NOT use any other method.**
**Step 0: Script path:**
- `[LLM_SCRIPT]` = `{{VIBE_PATH}}/hooks/scripts/llm-orchestrate.js`
**General image generation (Antigravity fast image):**
```bash
node "[LLM_SCRIPT]" antigravity image "IMAGE_DESCRIPTION" --output "OUTPUT_PATH"
```
**Pro quality (Antigravity pro image):**
```bash
node "[LLM_SCRIPT]" antigravity image "IMAGE_DESCRIPTION" --pro --output "OUTPUT_PATH"
```
**With size option:**
```bash
node "[LLM_SCRIPT]" antigravity image "IMAGE_DESCRIPTION" --size "1920x1080" --output "OUTPUT_PATH"
```
## How to Parse User Request
1. Extract the **image description** from the user's message (what to generate)
2. Extract the **output path** from the user's message (where to save)
- If user specifies a path, use that path
- Default: `--output ".