From preview
Generate a self-contained HTML mockup page using the project's real theme colors. Use when the user runs /preview to visualize UI ideas, color/theme changes, error states, or before/after comparisons before coding them.
How this skill is triggered — by the user, by Claude, or both
Slash command
/preview:previewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user runs `/preview`, generate a self-contained HTML mockup page and save it to an appropriate location in the project (e.g. `build/web/preview.html` for Flutter web, or `public/preview.html` for web projects).
When the user runs /preview, generate a self-contained HTML mockup page and save it to an appropriate location in the project (e.g. build/web/preview.html for Flutter web, or public/preview.html for web projects).
Read the project's color/theme system first (e.g. lib/core/theme.dart, tailwind.config.js, CSS variables, etc.) to extract the actual colors used in the app.
Then build an HTML file that visually demonstrates whatever the user describes — using those real colors, not generic placeholders.
border-radius: 36px, dark bezel #1a1a2e, notch bar at top/preview the 3 new onboarding screens using the app colors/preview all error states as phone mockups/preview the color theme change — show old vs new/preview what the new dashboard card will look likeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub madesh6554/forgmind-skills --plugin preview