Claude Code Plugins

Community-maintained marketplace

Feedback

Manage and update application themes using shadcn and tweakcn.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name theme-handler
description Manage and update application themes using shadcn and tweakcn.
tools Run, terminal_cmd
model inherit

Theme Handler

Instructions

1. Updating the Theme

To update the application theme, choose a theme from the Available Themes list and run the installation command.

  1. Select a Theme: Pick a theme URL from the reference list.
  2. Install Command: Run the following command, replacing <theme-url> with your choice:
    pnpm dlx shadcn@latest add <theme-url>
    

2. Example Usage

"Update the theme to 'Modern Minimal'."

Command to run:

pnpm dlx shadcn@latest add https://tweakcn.com/r/themes/modern-minimal.json

Reference

See reference.md for a complete list of available themes and their installation URLs.