Agent skill
theme-handler
Manage and update application themes using shadcn and tweakcn.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/theme-handler
SKILL.md
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.
- Select a Theme: Pick a theme URL from the reference list.
- Install Command: Run the following command, replacing
<theme-url>with your choice:bashpnpm 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?