Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
All rules in this skill are mandatory. Violating any rule is a blocking error — fix before proceeding or delivering.
Workflow
Phase 1: Design Architecture
Analyze the request — determine page type and context
Set design dials based on page type
Plan layout sections and identify asset needs
Phase 2: Motion Architecture
Select animation tools per section (see Tool Selection Matrix)
Plan motion sequences following performance guardrails
Phase 3: Asset Generation
Generate all image/video/audio assets using scripts/. NEVER use placeholder URLs (unsplash, picsum, placeholder.com, via.placeholder, placehold.co, etc.) or external URLs.
Craft optimized prompts, show to user, confirm before generating
Execute via scripts, save to project — do NOT proceed to Phase 5 until all assets are saved locally
Phase 4: Copywriting & Content
Follow copywriting frameworks (AIDA, PAS, FAB) to craft all text content. Do NOT use "Lorem ipsum" — write real copy.
Phase 5: Build UI
Scaffold the project and build each section following Design and Motion rules. Integrate generated assets and copy. All <img>, <video>, <source>, and CSS background-image MUST reference local assets from Phase 3.
Phase 6: Quality Gates
Run final checklist (see Quality Gates section).
1. Design Engineering
1.1 Baseline Configuration
Dial
Default
Range
DESIGN_VARIANCE
8
1=Symmetry, 10=Asymmetric
MOTION_INTENSITY
6
1=Static, 10=Cinematic
VISUAL_DENSITY
4
1=Airy, 10=Packed
Adapt dynamically based on user requests.
1.2 Architecture Conventions
DEPENDENCY VERIFICATION: Check package.json before importing any library. Output install command if missing.
Framework: React/Next.js. Default to Server Components. Interactive components must be isolated "use client" leaf components.
Styling: Tailwind CSS. Check version in package.json — NEVER mix v3/v4 syntax.
ANTI-EMOJI POLICY: NEVER use emojis anywhere. Use Phosphor or Radix icons only.
Viewport: Use min-h-[100dvh] not h-screen. Use CSS Grid not flex percentage math.
Layout:max-w-[1400px] mx-auto or max-w-7xl.
1.3 Design Rules
Rule
Directive
Typography
Headlines: text-4xl md:text-6xl tracking-tighter. Body: text-base leading-relaxed max-w-[65ch]. NEVER use Inter — use Geist/Outfit/Satoshi. NEVER use Serif on dashboards.
Color
Max 1 accent, saturation < 80%. NEVER use AI purple/blue. Stick to one palette.
Layout
NEVER use centered heroes when VARIANCE > 4. Force split-screen or asymmetric layouts.
Cards
NEVER use generic cards when DENSITY > 7. Use border-t, divide-y, or spacing.
Refine, don't add. Make it crisp. Polish into masterpiece.
Quality Gates
Design:
Mobile layout collapse (w-full, px-4) for high-variance designs
min-h-[100dvh] not h-screen
Empty, loading, error states provided
Cards omitted where spacing suffices
Motion:
Correct tool per selection matrix
No GSAP + Framer mixed in same component
All useEffect have cleanup returns
prefers-reduced-motion respected
Perpetual animations in React.memo leaf components
Only GPU properties animated
Heavy libraries lazy-loaded
General:
Dependencies verified in package.json
No placeholder URLs — grep the output for unsplash, picsum, placeholder, placehold, via.placeholder, lorem.space, dummyimage. If ANY found, STOP and replace with generated assets before delivering.
All media assets exist as local files in the project's assets directory
Asset prompts confirmed with user before generation
React and Next.js are trademarks of Meta Platforms, Inc. and Vercel, Inc., respectively. Vue.js is a trademark of Evan You. Tailwind CSS is a trademark of Tailwind Labs Inc. Svelte and SvelteKit are trademarks of their respective owners. GSAP/GreenSock is a trademark of GreenSock Inc. Three.js, Framer Motion, Lottie, Astro, and all other product names are trademarks of their respective owners.