browser
This skill should be used for browser automation tasks using Chrome DevTools Protocol (CDP). Triggers when users need to launch Chrome with remote debugging,…
This skill should be used when users need to generate detailed, structured prompts for creating UI/UX prototypes. Trigger when users request help with "create a prototype prompt", "design a mobile app", "generate UI specifications", or need comprehensive design documentation for
$ npx -y skills add cexll/myclaude --skill prototype-prompt-generator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prototype-prompt-generatorContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when users need to generate detailed, structured prompts for creating UI/UX prototypes. Trigger when users request help with "create a prototype prompt", "design a mobile app", "generate UI specifications", or need comprehensive design documentation for
name: prototype-prompt-generator description: This skill should be used when users need to generate detailed, structured prompts for creating UI/UX prototypes. Trigger when users request help with "create a prototype prompt", "design a mobile app", "generate UI specifications", or need comprehensive design documentation for web/mobile applications. Works with multiple design systems including WeChat Work, iOS Native, Material Design, and Ant Design Mobile.
Generate comprehensive, production-ready prompts for UI/UX prototype creation. Transform user requirements into detailed technical specifications that include design systems, color palettes, component specifications, layout structures, and implementation guidelines. Output prompts are structured for optimal consumption by AI tools or human developers building HTML/CSS/React prototypes.
Begin by collecting essential information from the user. Ask targeted questions to understand:
**Application Type & Purpose:**
**Platform & Context:**
**Design Preferences:**
**Feature Requirements:**
**Content & Data:**
**Technical Constraints:**
**Ask questions incrementally** (2-3 at a time) to avoid overwhelming the user. Many details can be inferred from context or filled with sensible defaults.
Based on the gathered requirements, choose the appropriate design system from `references/design-systems.md`:
**WeChat Work Style:**
**iOS Native Style:**
**Material Design Style:**
**Ant Design Mobile Style:**
**If the user hasn't specified a design system**, recommend one based on:
Load the complete design system specifications from `references/design-systems.md` to ensure accurate color codes, component dimensions, and interaction patterns.
Using the template from `references/prompt-structure.md`, construct a comprehensive prompt with these sections:
**1. Role Definition** Define expertise relevant to the prototype:
# Role You are a world-class UI/UX engineer and frontend developer, specializing in [specific domain] using [technologies].
**2. Task Description** State clearly what to build and the design style:
# Task Create a [type] prototype for [application description]. Design style must strictly follow [design system], with core keywords: [3-5 key attributes].
**3. Tech Stack Specifications** List all technologies, frameworks, and resources:
**4. Visual Design Requirements** Provide detailed specifications:
**(a) Color Palette:** Include all colors with hex codes:
**(b) UI Style Characteristics:** Specify for each component type:
**(c) Layout Structure:** Describe each major section:
AI-powered development automation with multi-backend execution (Codex/Claude/Gemini/OpenCode)
Repo: cexll/myclaude
This skill should be used for browser automation tasks using Chrome DevTools Protocol (CDP). Triggers when users need to launch Chrome with remote debugging,…
Execute codeagent-wrapper for multi-backend AI code tasks. Supports Codex, Claude, Gemini, and OpenCode backends with agent presets, skill injection, file…
Extreme lightweight end-to-end development workflow with requirements clarification, intelligent backend selection, parallel codeagent execution, and mandatory…
This skill should be used for structured feature development with codebase understanding. Triggers on /do command. Provides a 5-phase workflow (Understand,…
This skill should be used for multi-session autonomous agent work requiring progress checkpointing, failure recovery, and task dependency management. Triggers…