trident-ui-install

Automate Trident UI design system installation in Vite or Next.js projects.

4|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ClubMediterranee/ai-core --skill trident-ui-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trident-ui-install
Source: https://github.com/ClubMediterranee/ai-core/tree/main/skills/trident-ui-install
Command: npx skills add https://github.com/ClubMediterranee/ai-core --skill trident-ui-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the setup of the Trident UI design system in Vite or Next.js projects by automating dependency installation, configuration file creation, and design token integration.

Core Features & Use Cases

  • Detect project type (Vite or Next.js) and package manager
  • Install core dependencies (@clubmed/trident-icons, tailwindcss) and Tailwind 4 support
  • Create and configure components.json for shadcn compatibility and registry usage
  • Generate or update CSS and Tailwind configuration files
  • Set up TypeScript path aliases for convenient imports
  • Validate installation and ensure design system assets are wired correctly

Quick Start

Run this skill in your project root to automatically detect your setup and install Trident UI with Tailwind 4 support.

Frequently Asked Questions about trident-ui-install

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

FAQPage Schema
How do I install a design system in a Next.js or Vite project?

Setting up Tailwind 4 with a design system involves installing core dependencies, generating CSS configuration files, and integrating design tokens. The process configures Tailwind 4 support and validates that all design system assets are wired correctly into your project.

Can I add shadcn components to an existing Vite repository?

Yes, you can apply automated design system installation to both new projects and existing repositories. The process detects your existing project type and package manager, then installs dependencies and updates configurations without breaking your current setup.

Do I need to manually configure TypeScript path aliases when setting up a UI component library?

No, you do not need to manually configure TypeScript path aliases when setting up a UI component library. The installation process automatically sets up path aliases for convenient imports alongside generating your CSS and Tailwind configuration files.

What is the best way to configure shadcn registry usage in a Next.js application?

The best way to configure shadcn registry usage in a Next.js application is to generate a components.json file during your design system installation. This establishes shadcn compatibility and enables optional registry-based component imports automatically.

Why does my Tailwind 4 design system installation fail to detect my package manager?

Tailwind 4 design system installation may fail to detect your package manager if executed outside the project root. Ensure you run the setup process in the root directory so it can accurately identify your environment and install the correct core dependencies.

Does the trident-ui-install Skill work with both new and existing repositories?

Yes, the trident-ui-install Skill works with both new projects and existing repositories. It detects your project type and package manager to apply the correct dependency installation and configuration generation without disrupting your current codebase.