soft-skill

Generates premium UI code with defined typography, spacing, card structures, and motion patterns.

1|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux --skill soft-skill-iceheartgith
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: soft-skill
Source: https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux/tree/main/custom-skills/creative/soft-skill
Command: npx skills add https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux --skill soft-skill-iceheartgith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated interfaces often look generic because they default to common fonts, flat cards, harsh shadows, and basic transitions. This Skill enforces a high-end agency design language so generated React, Tailwind, or HTML output follows consistent premium visual and motion rules. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans default fonts (Inter, Roboto, Arial), generic borders, harsh shadows, and linear transitions that make designs look cheap. - Variance Engine: Selects from three vibe archetypes (Ethereal Glass, Editorial Luxury, Soft Structuralism) and three layout archetypes (Bento, Z-Axis Cascade, Editorial Split) so outputs vary while staying premium. - Component & Motion Rules: Defines Double-Bezel nested card architecture, button-in-button CTAs, custom cubic-bezier transitions, staggered nav reveals, and GPU-safe animation guardrails. - Use Case: Ask for a SaaS landing page and receive a dark glassmorphic layout with a floating pill navbar, bento grid cards, spring-like hover physics, and scroll-triggered fade-up reveals that collapse cleanly on mobile. ## Quick Start Use the soft-skill design rules to build a landing page for my AI startup with a hero section, feature cards, and a pricing block.

Frequently Asked Questions about soft-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make AI-generated websites look less generic?▼

Apply explicit design constraints: ban default fonts like Inter and Roboto, replace flat cards with nested Double-Bezel containers, use custom cubic-bezier transitions instead of ease-in-out, and add macro-whitespace of py-24 or more per section.

What fonts and icons should I use for premium web design?▼

Use premium typefaces such as Geist, Clash Display, PP Editorial New, or Plus Jakarta Sans instead of Inter or Roboto. For icons, choose ultra-light line sets like Phosphor Light or Remix Line rather than thick-stroked Lucide or Material Icons.

Does this design approach work with Tailwind CSS?▼

Yes, all rules are expressed in Tailwind utility classes such as backdrop-blur-2xl, rounded-[2rem], and custom ease-[cubic-bezier(0.32,0.72,0,1)] transitions. The output targets React, Tailwind, or plain HTML code.

How do I keep CSS animations smooth on mobile devices?▼

Animate only transform and opacity, never top, left, width, or height. Apply backdrop-blur only to fixed or sticky elements, use IntersectionObserver instead of scroll listeners, and use min-h-[100dvh] instead of h-screen to avoid iOS viewport jumps.

What are the limitations of archetype-based layout generation?▼

The three layout archetypes (Bento, Z-Axis Cascade, Editorial Split) cover common premium patterns but may not fit data-dense interfaces like admin tables. Asymmetric layouts also require aggressive mobile fallbacks to single-column stacks below 768px.