npx claudepluginhub wigtn/wigtn-plugins-with-claude-code --plugin wigtn-codingThis skill is limited to using the following tools:
This skill provides **style guides and implementation rules** for frontend design.
README.mdcommon/animations.mdcommon/colors.mdcommon/spacing.mdstyles/3d-immersive.mdstyles/aurora-gradient.mdstyles/bento-grid.mdstyles/brutalist.mdstyles/claymorphism.mdstyles/dark-mode-first.mdstyles/editorial.mdstyles/glassmorphism.mdstyles/kinetic-typography.mdstyles/liquid-glass.mdstyles/maximalist.mdstyles/minimal-corporate.mdstyles/minimalism.mdstyles/neobrutalism.mdstyles/neomorphism.mdstyles/organic-shapes.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
This skill provides style guides and implementation rules for frontend design.
For design discovery and style selection, use the design-discovery agent which:
This skill is automatically loaded after the agent completes discovery.
design-discovery agent conducts context gatheringIf user already knows their style, skip discovery:
"Build me a landing page with Bento Grid style, dark theme, minimal animations"
In this case, directly read the relevant style guide and implement.
Based on user responses, select the appropriate style and read the corresponding guide.
⚠️ IMPORTANT: You MUST read both the style guide AND relevant common modules before implementing.
!ls styles/
Use the Read tool to read the corresponding style file:
styles/editorial.mdstyles/brutalist.mdstyles/neobrutalism.mdstyles/glassmorphism.mdstyles/liquid-glass.mdstyles/swiss-minimal.mdstyles/minimalism.mdstyles/neomorphism.mdstyles/claymorphism.mdstyles/skeuomorphism.mdstyles/bento-grid.mdstyles/dark-mode-first.mdstyles/minimal-corporate.mdstyles/retro-pixel.mdstyles/organic-shapes.mdstyles/maximalist.mdstyles/3d-immersive.mdstyles/aurora-gradient.mdstyles/terminal-hacker.mdstyles/kinetic-typography.mdcommon/colors.md (color systems, palettes, dark mode)common/animations.md (motion principles, Tailwind animations)common/spacing.md (density systems, responsive spacing)Do NOT proceed to implementation without reading:
| Style | Key Characteristics | Example Fonts | Color Traits |
|---|---|---|---|
| Editorial | Large type, intentional whitespace, asymmetry | Playfair Display, Cormorant | Monotone, single accent |
| Brutalist | Raw, thick borders, rule-breaking | Monument Extended, Archivo Black | High contrast, primary colors |
| Neobrutalism | Thick borders, hard shadows, playful colors | Space Grotesk, Clash Display | Vivid pastels, cheerful |
| Glassmorphism | Blur, transparency, soft light | SF Pro, Plus Jakarta Sans | Pastel + white |
| Liquid Glass | Dynamic refraction, specular highlights, alive | SF Pro, Geist, Inter | Environment-adaptive tints |
| Swiss Minimal | Grid, typography-focused, refined | Helvetica Neue, Suisse Int'l | B&W + single accent |
| Minimalism | Extreme whitespace, near-monochrome, zen | Inter, Instrument Sans | Near-absence of color |
| Organic | Curves, blobs, natural flow | Fraunces, DM Serif | Earth tones, warm neutrals |
| Neomorphism | Soft 3D, inset shadows, tactile | Inter, Outfit | Muted, low contrast |
| Claymorphism | Puffy clay surfaces, inner highlights, pastel | Nunito, Quicksand, Fredoka | Warm pastels, candy tones |
| Skeuomorphism | Real-world textures, realistic depth, physical | Playfair Display, Lora | Leather/wood/metal warm tones |
| Bento Grid | Modular cards, varied sizes, Apple-like | SF Pro, Geist | Neutral + vibrant accents |
| Dark Mode First | Dark backgrounds, neon accents, glow | JetBrains Mono, Fira Code | Dark + neon |
| Minimal Corporate | Clean, trustworthy, professional | DM Sans, Satoshi | Blue/gray, conservative |
| Retro Pixel | CRT effects, terminal aesthetics, pixelated | Press Start 2P, VT323 | Green/amber on black |
| Organic Shapes | Blobs, curves, natural flow | Fraunces, Nunito | Earth tones, warm naturals |
| Maximalist | Bold type, intense colors, layered | Clash Display, Syne | Saturated, multi-color |
| 3D Immersive | CSS 3D transforms, parallax, depth | Space Grotesk, Geist | Dark + gradient depth |
| Aurora / Gradient Mesh | Mesh gradients, color fields, ambient glow | Geist, Inter, Satoshi | Multi-stop gradients, iridescent |
| Terminal / Hacker | Monospace, information-dense, command palette | JetBrains Mono, Geist Mono | Dark + semantic (green/red/yellow) |
| Kinetic Typography | Scroll-driven text animation, split reveals | Instrument Serif, Clash Display | Mono/limited palette, type-focused |
Target: Women 20-30 interested in fashion
Mood: Editorial/Magazine
Colors: Monochrome
Gradients: None
Animation: Moderate
Border Radius: Sharp
Spacing: Spacious
→ Apply Editorial style
→ Large serif headlines, generous whitespace, monotone, image overlap
→ Smooth scroll animations, no gradients, sharp edges
Target: Business users 30-40
Mood: Minimal Corporate
Colors: Cool (blue-based)
Gradients: Subtle
Animation: Minimal
Border Radius: Slight
Spacing: Balanced
→ Apply Minimal Corporate style
→ Sans-serif, clear grid, functional design
→ Subtle hover states, light gradients for depth
Target: Developers 25-40
Mood: Dark Mode First
Colors: Dark with neon accents
Gradients: Subtle
Animation: Moderate
Border Radius: Slight
Spacing: Compact
→ Apply Dark Mode First style
→ Monospace fonts, syntax highlighting colors
→ Glow effects on interactive elements
Target: Creative professionals
Mood: Bento Grid
Colors: Vibrant
Gradients: Mesh
Animation: Rich
Border Radius: Rounded
Spacing: Spacious
→ Apply Bento Grid style
→ Modular layout, varied card sizes
→ Complex animations, mesh gradient backgrounds
Before completing the design, verify:
When presenting design choices to users, summarize the configuration:
## Design Configuration Summary
| Setting | Choice |
|---------|--------|
| Style | Swiss Minimal |
| Colors | Monochrome (Black + Blue accent) |
| Gradients | None |
| Animation | Minimal |
| Border Radius | Sharp (0px) |
| Spacing | Spacious |
| Theme | Light + Dark mode |
Proceeding with implementation...