Marketplace theme-handler

Manage and update application themes using shadcn and tweakcn.

install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aayushbaniya2006/theme-handler" ~/.claude/skills/aiskillstore-marketplace-theme-handler && rm -rf "$T"
manifest: skills/aayushbaniya2006/theme-handler/SKILL.md
source content

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.