multiAI Summary Pending
theme-handler
Manage and update application themes using shadcn and tweakcn.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/theme-handler/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/aayushbaniya2006/theme-handler/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/theme-handler/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How theme-handler Compares
| Feature / Agent | theme-handler | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage and update application themes using shadcn and tweakcn.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Theme Handler
## Instructions
### 1. Updating the Theme
To update the application theme, choose a theme from the [Available Themes](reference.md) 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:
```bash
pnpm dlx shadcn@latest add <theme-url>
```
### 2. Example Usage
> "Update the theme to 'Modern Minimal'."
Command to run:
```bash
pnpm dlx shadcn@latest add https://tweakcn.com/r/themes/modern-minimal.json
```
## Reference
See [reference.md](reference.md) for a complete list of available themes and their installation URLs.