ui-ux-pro-max

Searches local UI/UX datasets to generate design systems, palettes, typography, and stack-specific guidelines.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TarunTeja44/portfolio --skill ui-ux-pro-max-tarunteja44
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/TarunTeja44/portfolio/tree/main/.agents/skills/ui-ux-pro-max
Command: npx skills add https://github.com/TarunTeja44/portfolio --skill ui-ux-pro-max-tarunteja44

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Choosing coherent styles, color palettes, font pairings, and UX patterns for a new interface is slow and error-prone, and generic advice often ignores accessibility, platform, and framework constraints. This Skill provides a searchable local database of UI/UX guidance so design decisions are grounded in curated data rather than guesswork. ## Core Features & Use Cases - Design System Generation: Aggregates product, style, color, landing, and typography matches into a complete design system with optional variance, motion, and density dials, and can persist it as a Master file plus per-page overrides. - Domain-Specific Search: Queries 12 domains including styles, colors, typography, charts, icons, GSAP animation presets, UX guidelines, and Google Fonts via a BM25 search engine with calibrated relevance thresholds. - Stack-Specific Guidelines: Returns implementation rules for 22 stacks such as React, Next.js, Vue, Svelte, Flutter, SwiftUI, Tailwind, and shadcn. - Use Case: When asked to build an AI search homepage in a Next.js project, the Skill detects the stack, generates a design system with palette and typography, supplements it with accessibility guidance, and returns Next.js-specific performance rules. ## Quick Start Ask the assistant to design a new page or review an interface, for example: "Design a modern minimal landing page for my SaaS product using the ui-ux-pro-max skill."

Frequently Asked Questions about ui-ux-pro-max

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

FAQPage Schema
How do I generate a design system for a new web project?▼

Run the search script with the --design-system flag and a query describing your product type and style keywords. It aggregates product, style, color, landing, and typography matches into a complete recommendation with palette, fonts, effects, and anti-patterns.

What design domains can I search for UI guidance?▼

The search tool supports 12 domains: style, color, typography, google-fonts, product, landing, chart, icons, ux, gsap, react, and web. Pass --domain explicitly when auto-detection misroutes overlapping terms like font or typography.

Which frameworks and stacks are supported for implementation guidelines?▼

Stack guidelines cover 22 technologies including React, Next.js, Vue, Svelte, Angular, Astro, Nuxt, Laravel, SwiftUI, React Native, Flutter, Jetpack Compose, Tailwind, shadcn, Three.js, and several desktop UI frameworks. Use --stack with the stack detected from your project files.

Does the search tool require external Python packages?▼

No, the search script requires only Python 3 with no external dependencies. It implements BM25 ranking using the standard library and reads local CSV data files.

What should I do when a search returns zero results?▼

Retry once with a narrower query or an explicit domain or stack flag. If it still returns nothing, fall back to the built-in priority rule table and clearly state that the recommendation came from defaults rather than a database match.

Can I save a generated design system for later sessions?▼

Yes, add --persist with --output-dir pointed at your project root to write a MASTER.md file as the global source of truth plus optional per-page override files. Existing files are skipped unless --force is explicitly authorized.