Convert image to structured prompts for multiple AI models
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill prompt-reverse-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Prompt Reverse Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-prompt-reverse-skill)More formats (shields.io, HTML) on the badges page.
---
name: prompt-reverse-skill
description: Convert image to structured prompts for multiple AI models
version: 1.0.0
tags: ["ai", "multimodal", "prompt", "image"]
---
# Prompt Reverse Skill
## Description
Convert an image into structured prompts using a category-aware prompt generation system.
This skill performs:
- Image understanding (multimodal analysis)
- Structured feature extraction (JSON)
- Visual type classification
- Style-aware prompt generation
- Multi-model prompt adaptation
---
## Visual Category System
This skill uses a **7-category visual classification framework**:
1. Photography
2. Illustration
3. 3D Render
4. Typography / Logo
5. Landscape
6. Character Design
7. General (fallback)
Each category applies **specialized prompt strategies**.
---
## Prompt Strategy by Category
### Photography
- camera lens (50mm, wide angle)
- lighting (cinematic, HDR)
- depth of field
- realism emphasis
### Illustration
- drawing style (anime, digital art)
- line quality
- color palette
### 3D Render
- rendering engine (octane, blender)
- material (PBR)
- lighting & shadows
### Typography / Logo
- layout design
- font style
- vector graphics
### Landscape
- composition (wide angle, perspective)
- atmospheric depth
- natural lighting
### Character Design
- face details
- pose and expression
- stylization
---
## Inputs
### image_path
Path to the input image.
---
## Outputs
### structured_data
```json
{
"subject": "...",
"style": "...",
"lighting": "...",
"color": "...",
"composition": "...",
"details": "..."
}Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!