Intelligent Prompt Generator

Image prompt generator with element DB; portrait works, cross-domain misroutes

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 42efc05

Ran the bundled SQLite pipeline live from a clean install: the portrait path works and returns element-based prompts, but the flagship v2.0 cross-domain mode misrouted the repo's own 'cyberpunk anime girl' example into plain portrait mode, returning 'natural window light' and 'K-beauty makeup' for a neon scene. The 224-entry lighting table contains zero neon elements despite the SKILL.md mapping table promising them. Composed output carries template artifacts like 'almond brown eyes eyes' and 'black hair hair', and the SKILL.md hardcodes the author's personal path (/Users/serva/...) in its key code block. A hand-written baseline prompt matched or beat the skill's output on its own flagship ancient-costume example, so no edge over the no-skill baseline was demonstrated.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 4/5
  • Output vs. baseline 4/10
  • Docs & honesty 2/5

What Intelligent Prompt Generator does

Chinese-language skill that builds image-generation prompts from a bundled SQLite database of 1,246 photography, lighting, and styling elements, with portrait, cross-domain, and poster-design modes. Triggers when a user asks for an image or Midjourney-style prompt, especially portraits in Chinese aesthetic styles. In testing, only the portrait path delivered; the flagship cross-domain mode misclassified its own example.

How to install Intelligent Prompt Generator

git clone https://github.com/huangserva/skill-prompt-generator
mkdir -p ~/.claude/skills
cp -r skill-prompt-generator ~/.claude/skills/intelligent-prompt-generator
cp skill-prompt-generator/.claude/skills/intelligent-prompt-generator/SKILL.md ~/.claude/skills/intelligent-prompt-generator/SKILL.md

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Intelligent Prompt Generator

  • /intelligent-prompt-generator Image prompt generator with element DB; portrait works, cross-domain misroutes

It also activates on plain-language prompts like these:

  • 帮我写一个徐克电影风格的古装美女画面提示词,要带有电影感的光影层次和精致构图细节
  • 生成一张赛博朋克风格动漫女孩的图片提示词,要有霓虹灯光效果和未来感的街景元素背景
  • 给我一组人像摄影风格的AI绘图提示词,突出韩系淡妆和自然窗边光线洒下来的质感效果

Frequently asked questions

Is the Intelligent Prompt Generator skill free?
Yes. The skill itself is free from huangserva/skill-prompt-generator. SkillProof publishes the install command and an independent test verdict at no cost.
Does Intelligent Prompt Generator work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Didn't pass. Ran the bundled SQLite pipeline live from a clean install: the portrait path works and returns element-based prompts, but the flagship v2.0 cross-domain mode misrouted the repo's own 'cyberpunk anime girl' example into plain portrait mode, returning 'natural window light' and 'K-beauty makeup' for a neon scene. The 224-entry lighting table contains zero neon elements despite the SKILL.md mapping table promising them. Composed output carries template artifacts like 'almond brown eyes eyes' and 'black hair hair', and the SKILL.md hardcodes the author's personal path (/Users/serva/...) in its key code block. A hand-written baseline prompt matched or beat the skill's output on its own flagship ancient-costume example, so no edge over the no-skill baseline was demonstrated.
How do I install Intelligent Prompt Generator?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Intelligent Prompt Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.