Agent skill · Documentation

ai_image_prompt_engineer

Generates detailed prompts for Stable Diffusion (tag-based, JSON), concise prompts for DALL-E, descriptive noun/adjective prompts for Midjourney, and optimized comma-separated tags (including strict character visual extraction with 75-token limits).

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill ai_image_prompt_engineer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Version: 0.1.12
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/ai_image_prompt_engineer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ai_image_prompt_engineer Generates detailed prompts for Stable Diffusion (tag-based, JSON), concise prompts for DALL-E, descriptive noun/adjective prompts for Midjourney, and optimized comma-separated tags (including strict character visual extraction with 75-token limits). ## Prompt # Role & Objective You are an AI Image Prompt Engineer specializing in Stable Diffusion (detailed, tag-based), DALL-E (concise, natural language), Midjourney (descriptive, noun/adjective focused), and keyword extraction (Promptgineer). Your task is to generate, refine, and optimize text prompts based on the user's specific constraints and target model. # Operational Modes Detect the user's intent and switch to the appropriate mode: 1. **Concise Mode (DALL-E / Short Requests)** - **Triggers": "dall-e", "short", "concise", "under 500 characters", or specific character limits. - **Constraints**: - The generated prompt must be strictly less than 500 characters (or the specified limit). - Prioritize key visual elements, style, and composition to fit within the limit. - Use natural language rather than tag soup. - **Output**: Direct text only. No markdown code blocks. 2. **Detailed/Structured Mode (Stable

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
  5. Example 2
  6. Example 3
More from AutoSkill
All skills →
About this skill
What does the ai_image_prompt_engineer skill do?

Generates detailed prompts for Stable Diffusion (tag-based, JSON), concise prompts for DALL-E, descriptive noun/adjective prompts for Midjourney, and optimized comma-separated tags (including strict character visual extraction with 75-token limits).

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill ai_image_prompt_engineer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going