Analyzes prompts to uncover the secrets behind design layouts, color palettes, and visuals.

Install

mkdir -p .claude/skills/prompt-xray && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3160" && unzip -o skill.zip -d .claude/skills/prompt-xray && rm skill.zip

Installs to .claude/skills/prompt-xray

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

提示词X光透视 - 从优秀提示词中逆向提取"如何做X"的知识,让黑盒变透明
37 chars · catalog descriptionno explicit “when” trigger
Intermediate

Key capabilities

  • Extract color theory knowledge from prompts
  • Analyze layout generation logic
  • Deconstruct complex design prompts
  • Synthesize design knowledge from multiple agents

How it works

The system utilizes a multi-agent architecture where specialized agents like the color analyzer and layout architect dissect prompt components to reverse-engineer design knowledge.

Inputs & outputs

You give it
A complex design prompt
You get back
Extracted design logic and knowledge components

When to use prompt-xray

  • Extracting color theory from a prompt
  • Analyzing how a layout was generated
  • Deconstructing complex design prompts

About this skill

Prompt Xray - 提示词X光透视系统

状态: 🚧 开发中 版本: 1.0 灵感: BerryXia Multi-Agent Architecture

快速开始

# 从项目根目录运行
python -m claude.skills.prompt_xray.xray_controller

目录结构

prompt-xray/
├── skill.md          # Skill说明文档
├── xray_controller.py  # 主控制器
├── agents/            # 8个分析Agent
│   ├── color_analyzer.py
│   ├── layout_architect.py
│   └── ...
└── utils/             # 工具函数

已实现功能

  • COLOR_ANALYZER - 配色知识提取
  • LAYOUT_ARCHITECT - 布局知识提取
  • SYMBOL_EXTRACTOR - 符号添加方法
  • TYPOGRAPHY_ANALYST - 排版知识
  • MATERIAL_ENGINEER - 材质知识
  • LIGHT_PHYSICIST - 光影知识
  • KNOWLEDGE_SYNTHESIZER - 知识聚合

When not to use it

  • Analyzing typography
  • Extracting material properties
  • Processing light and shadow physics

Prerequisites

python

Limitations

  • Symbol extraction is not yet implemented
  • Typography analysis is currently unavailable
  • Material and light physics analysis are not functional

How it compares

Unlike manual prompt analysis, this system automates the decomposition of prompts into structured design logic using specific domain-focused agents.

Compared to similar skills

prompt-xray side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
prompt-xray (this skill)17moReviewIntermediate
pdf-processing379moReviewIntermediate
whisper117moReviewBeginner
office-docs16moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry