Tailwind Gradient Builder
Generates Tailwind CSS gradient classes based on color inputs, simplifying complex styling for web developers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tailwind-gradient-builder npx -- -y @trustedskills/tailwind-gradient-builder
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tailwind-gradient-builder": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tailwind-gradient-builder"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Tailwind Gradient Builder skill allows you to generate CSS code for Tailwind gradients based on your specifications. It can create linear, radial, and conic gradients with custom colors and positions. This simplifies the process of adding visually appealing gradient backgrounds to web projects using Tailwind CSS.
When to use it
- You need a specific color gradient for a website section or element but don't want to manually calculate the
backgroundproperty in Tailwind. - You are experimenting with different gradient combinations and want to quickly preview them.
- You want to generate gradient code that is compatible with your existing Tailwind CSS configuration.
- You need to create gradients for dark mode compatibility.
Key capabilities
- Generates linear, radial, and conic gradients.
- Supports custom color stops.
- Allows specification of gradient positions (e.g., angles, percentages).
- Creates code compatible with Tailwind CSS.
Example prompts
- "Generate a linear gradient from blue to green."
- "Create a radial gradient centered on red and yellow."
- “Give me a conic gradient that transitions from purple to orange at 45 degrees.”
Tips & gotchas
The skill requires familiarity with basic gradient concepts (linear, radial, conic) and color representation (e.g., hex codes, RGB). More complex gradient specifications may require iterative refinement of prompts to achieve the desired result.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.