tweakcn-themes

Install and synchronize shadcn/ui themes from tweakcn.com into Node.js projects.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/FnSK4R17s/chakravarti-cli --skill tweakcn-themes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweakcn-themes
Source: https://github.com/FnSK4R17s/chakravarti-cli/tree/main/.agent/skills/tweakcn-themes
Command: npx skills add https://github.com/FnSK4R17s/chakravarti-cli --skill tweakcn-themes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manage shadcn/ui themes from tweakcn.com and keep terminal colors in sync with the project's theme.

Core Features & Use Cases

  • Install themes from tweakcn.com using a single command and update your frontend to reflect the new visuals.
  • Synchronize terminal colors by extracting theme values and applying them to your codebase.
  • Use case: when upgrading the project's UI, quickly add a new theme and align terminal colors for consistent development experience.

Quick Start

Install a theme with npx shadcn@latest add <theme-url>, extract terminal colors with the provided script, update theme.ts, and rebuild to apply the new theme.

Frequently Asked Questions about tweakcn-themes

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

FAQPage Schema
How do I install shadcn/ui themes from tweakcn.com into my project?

To install shadcn/ui themes, run npx shadcn@latest add <theme-url> using a URL from tweakcn.com. The process updates your frontend files, including index.css and theme.ts, to apply the new visual styles.

Can I synchronize terminal colors with my shadcn/ui theme?

Yes, you can synchronize terminal colors by extracting theme values with a provided script. This applies the extracted color values to your codebase, ensuring terminal colors match the installed shadcn/ui theme.

What files need to be updated to apply a new tweakcn theme in Node.js?

Applying a tweakcn theme requires updating index.css for styles, theme.ts for configuration, and build scripts. Access to the frontend theme files at crates/ckrv-ui/frontend is needed to complete the update.

Do I need npm to manage shadcn/ui themes from tweakcn.com?

Yes, Node.js and npm are required to manage shadcn/ui themes from tweakcn.com. The installation process uses npx shadcn commands to fetch and apply the theme to your frontend project.

Why are my terminal colors not matching my newly installed UI theme?

Terminal colors fail to match when theme values are not extracted and applied. Run the provided extraction script to update terminal color configurations and rebuild the project for consistent synchronization.