@netlify/agent-runner-cli 1.99.0 → 1.100.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,86 @@
1
+ ---
2
+ name: frontend-design
3
+ description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
4
+ ---
5
+
6
+ This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
7
+
8
+ The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
9
+
10
+ ## Design Thinking
11
+
12
+ Before coding, understand the context and commit to a BOLD aesthetic direction:
13
+ - **Purpose**: What problem does this interface solve? Who uses it?
14
+ - **Tone**: Pick an extreme: brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, brutalist/raw, art deco/geometric, soft/pastel, industrial/utilitarian, etc. There are so many flavors to choose from. Use these for inspiration but design one that is true to the aesthetic direction.
15
+ - **Constraints**: Technical requirements (framework, performance, accessibility).
16
+ - **Differentiation**: What makes this UNFORGETTABLE? What's the one thing someone will remember?
17
+
18
+ **CRITICAL**: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
19
+
20
+ Then implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
21
+ - Production-grade and functional
22
+ - Visually striking and memorable
23
+ - Cohesive with a clear aesthetic point-of-view
24
+ - Meticulously refined in every detail
25
+
26
+ ## Design Variance
27
+
28
+ Use these baseline values to drive design decisions. Adapt them dynamically based on what the user requests:
29
+
30
+ * **DESIGN_VARIANCE: 8** (1=Perfect Symmetry, 10=Artsy Chaos) - Controls layout asymmetry, grid-breaking, and spatial experimentation.
31
+ * **MOTION_INTENSITY: 6** (1=Static, 10=Cinematic) - Controls animation complexity, from hover states only to full choreographed sequences.
32
+ * **VISUAL_DENSITY: 4** (1=Art Gallery/Airy, 10=Cockpit/Packed Data) - Controls spacing, whitespace, and information density.
33
+
34
+ These are defaults, not fixed rules. A luxury brand landing page might use (6, 4, 2) while a data dashboard could use (3, 5, 9). Let the context drive the values.
35
+
36
+ ## Frontend Aesthetics Guidelines
37
+
38
+ Focus on:
39
+ - **Typography**: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics; unexpected, characterful font choices. Pair a distinctive display font with a refined body font.
40
+ - **Color & Theme**: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes. Stick to one palette for the entire output, do not fluctuate between warm and cool tones within the same project.
41
+ - **Motion**: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions. Use scroll-triggering and hover states that surprise.
42
+ - **Spatial Composition**: Unexpected layouts. Asymmetry. Overlap. Diagonal flow. Grid-breaking elements. Generous negative space OR controlled density. Prefer CSS Grid over complex flexbox percentage math for reliable multi-column structures.
43
+ - **Backgrounds & Visual Details**: Create atmosphere and depth rather than defaulting to solid colors. Add contextual effects and textures that match the overall aesthetic. Apply creative forms like gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, and grain overlays.
44
+
45
+ ## Interactive States
46
+
47
+ Do not generate only the "happy path" static state. Implement full interaction cycles:
48
+ - **Loading**: Skeleton loaders matching the layout shape, not generic spinners.
49
+ - **Empty States**: Beautifully composed empty states indicating how to populate data.
50
+ - **Error States**: Clear, inline error reporting (e.g., form validation).
51
+ - **Tactile Feedback**: Hover, active, and focus states that feel physical and responsive.
52
+
53
+ ## Performance Guardrails
54
+
55
+ - Animate `transform` and `opacity`, never `top`, `left`, `width`, or `height`.
56
+ - Apply grain/noise filters to fixed, non-interactive overlays, never to scrolling containers.
57
+ - Use z-index intentionally for systemic layers (navbars, modals, overlays), not scattered arbitrarily.
58
+ - Ensure mobile layout gracefully collapses to single-column with adequate spacing.
59
+
60
+ ## Forbidden Patterns (AI Tells)
61
+
62
+ NEVER use generic AI-generated aesthetics. Actively avoid these common signatures:
63
+
64
+ **Visual**:
65
+ - Overused font families (Inter, Roboto, Arial, system fonts). Choose distinctive, characterful fonts.
66
+ - Cliched color schemes, particularly purple/blue gradients on white. No neon outer glows.
67
+ - Pure black (#000000). Use off-black, dark gray, or tinted darks.
68
+ - Oversaturated accent colors. Desaturate to blend elegantly with neutrals.
69
+ - Predictable layouts, especially the generic "3 equal cards in a row" feature section. Use asymmetric grids, zig-zag layouts, or horizontal scrolling instead.
70
+ - Cookie-cutter centered hero sections. Try split-screen, left-aligned, or asymmetric compositions.
71
+
72
+ **Content (the "Jane Doe" effect)**:
73
+ - Generic placeholder names ("John Doe", "Jane Smith"). Invent creative, realistic names.
74
+ - Fake round numbers ("99.99%", "$50.00"). Use organic, messy data ("47.2%", "$38.74").
75
+ - Marketing filler words ("Elevate", "Seamless", "Unleash", "Next-Gen"). Use concrete, specific language.
76
+ - Generic brand names ("Acme", "Nexus", "SmartFlow"). Invent contextually appropriate names.
77
+
78
+ **Technical**:
79
+ - Emojis in UI text or alt text. Use proper icons or SVG primitives instead.
80
+ - Broken or unreliable image URLs. Use reliable placeholder services or inline SVGs.
81
+
82
+ Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics. NEVER converge on common choices (Space Grotesk, for example) across generations.
83
+
84
+ **IMPORTANT**: Match implementation complexity to the aesthetic vision. Maximalist designs need elaborate code with extensive animations and effects. Minimalist or refined designs need restraint, precision, and careful attention to spacing, typography, and subtle details. Elegance comes from executing the vision well.
85
+
86
+ Remember: extraordinary creative work is achievable. Push boundaries, think outside the box, and commit fully to a distinctive vision.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@netlify/agent-runner-cli",
3
3
  "type": "module",
4
- "version": "1.99.0",
4
+ "version": "1.100.1",
5
5
  "description": "CLI tool for running Netlify agents",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",