Agent skill
mint-cli
Guide for querying Sailwind design tokens using the Mint CLI. Use when looking up colors, typography, spacing, or semantic tokens for UI components in this project.
Install this agent skill to your Project
npx add-skill https://github.com/pglevy/agent-skills/tree/main/mint-cli
SKILL.md
Mint Design Token CLI
Mint is a CLI tool that queries Sailwind design tokens. Use it to look up colors, typography, spacing, and semantic tokens when building UI components.
How to invoke
All commands run from the mint/ workspace folder:
npx tsx src/cli.ts <command> [options]
Commands
List tokens
Show all tokens grouped by category, or filter by category:
npx tsx src/cli.ts list
npx tsx src/cli.ts list --category color
npx tsx src/cli.ts list --category typography
npx tsx src/cli.ts list --category spacing
Query tokens as JSON
Get structured DTCG JSON output, with optional category and family filters:
npx tsx src/cli.ts tokens
npx tsx src/cli.ts tokens --category color --family red
npx tsx src/cli.ts tokens --category spacing
Export tokens
Export the full token set or a filtered subset as DTCG JSON:
npx tsx src/cli.ts export
npx tsx src/cli.ts export --category color --out color-tokens.json
MCP schema
Output the MCP tool definition schema:
npx tsx src/cli.ts mcp-schema
Token categories
- color — Aurora color palette (red, orange, yellow, green, teal, sky, blue, purple, pink, gray) plus semantic colors (destructive, positive, accent, secondary, standard) and aliases (black)
- typography — Font family, font weight, and custom text sizes
- spacing — Custom spacing values, border radius, and SAIL margin size mappings
When to use
- When you need the exact hex value for a Sailwind color (e.g., "what's the hex for red-500?")
- When building a component and need to know available spacing or typography tokens
- When you need to understand semantic color mappings (e.g., which color is "destructive"?)
- When exporting tokens for consumption by other tools
JSON output
Add --json to any command for machine-readable output. The tokens and export commands always output JSON.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
spec-driven-dev
Guide for spec-based agent-driven development using structured requirements (EARS notation), technical design documentation, and implementation planning. Use when users want to build features using a specification-first approach, need to document requirements formally, want to generate implementation plans from specs, or when working on projects that benefit from clear requirement-to-code traceability.
higher-ed-fred-analysis
Create sophisticated economic data analyses and visualizations for higher education stakeholders using FRED (Federal Reserve Economic Data). Use this skill when users request: (1) Analysis of student loan debt, unemployment by education level, or earnings data, (2) Dashboard or visual presentations of higher ed economic indicators, (3) Narrative reports on higher education ROI or economic value, (4) Data-driven communications for institutional stakeholders (trustees, enrollment management, financial aid offices), or (5) Integration of FRED API data into interactive visualizations.
Create MCP App
This skill should be used when the user asks to "create an MCP App", "add a UI to an MCP tool", "build an interactive MCP View", "scaffold an MCP App", or needs guidance on MCP Apps SDK patterns, UI-resource registration, MCP App lifecycle, or host integration. Provides comprehensive guidance for building MCP Apps with interactive UIs.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
vignette
Create animated product vignettes — short, cinematic HTML demos that showcase a product feature or workflow using GSAP animations. Use this skill when asked to build a vignette, product theater animation, animated demo, product walkthrough, cinematic UI demo, or GSAP-based product showcase. Also use when asked to animate a UI scene, create a camera-driven demo, or build a beat-scripted animation sequence.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Didn't find tool you were looking for?