soft-skill

Generates premium agency-tier UI code with curated typography, layouts, and motion patterns.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/langgenius/due-date-hq-jwl --skill soft-skill-langgenius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: soft-skill
Source: https://github.com/langgenius/due-date-hq-jwl/tree/main/.claude/skills/soft-skill
Command: npx skills add https://github.com/langgenius/due-date-hq-jwl --skill soft-skill-langgenius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic and cheap, relying on default fonts, flat cards, harsh shadows, and instant transitions. This Skill enforces a high-end design system so generated React, Tailwind, or HTML output reads like a professional agency build. ## Core Features & Use Cases - Anti-Pattern Blocking: Bans default fonts (Inter, Roboto, Arial), generic borders, harsh shadows, and linear easing that make AI designs look templated. - Variance Engine: Selects from texture archetypes (Ethereal Glass, Editorial Luxury, Soft Structuralism) and layout archetypes (Asymmetrical Bento, Z-Axis Cascade, Editorial Split) so no two outputs look identical. - Component & Motion Recipes: Provides concrete patterns for double-bezel nested cards, button-in-button CTAs, staggered nav reveals, magnetic hover physics, and GPU-safe scroll animations. - Use Case: Ask for a landing page for a SaaS product and receive a dark glassmorphic bento-grid layout with spring-physics transitions, eyebrow tags, and mobile-safe responsive collapse. ## Quick Start Ask the AI to design a landing page or dashboard UI and it will apply the premium archetypes, nested card architecture, and fluid motion rules automatically.

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 UI designs look less generic?

Apply a design constraint system that bans default fonts like Inter and Roboto, generic 1px borders, and linear transitions. Combine curated layout archetypes such as asymmetrical bento grids with custom cubic-bezier motion and generous whitespace.

What fonts and icons does this design system use?

It assumes premium fonts like Geist, Clash Display, PP Editorial New, or Plus Jakarta Sans, and ultra-light icon sets such as Phosphor Light or Remix Line. Standard Lucide, FontAwesome, and Material icons are explicitly banned.

Does this work with Tailwind CSS and React?

Yes, all patterns are expressed in Tailwind utility classes and work in React or plain HTML. Examples include backdrop-blur glass pills, rounded-[2rem] nested cards, and group-hover magnetic button physics.

How does the design handle mobile responsiveness?

All asymmetric layouts collapse to single-column stacks below 768px with w-full and px-4 spacing. Rotations and overlaps are removed on mobile, and min-h-[100dvh] replaces h-screen to avoid iOS Safari viewport jumps.

Why avoid animating width, height, or backdrop-blur on scrolling content?

Animating layout properties triggers expensive reflows, and blur on scrolling containers causes continuous GPU repaints and mobile frame drops. The rules restrict animation to transform and opacity, with blur only on fixed or sticky elements.