From aidotnet-moyucode
Converts colors between HEX, RGB, HSL, HSV, and CMYK formats via Python CLI. Generates palettes like complementary. Useful for UI design and color management tasks.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Convert colors between different formats (HEX, RGB, HSL, HSV, CMYK) and generate color palettes.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Convert colors between different formats (HEX, RGB, HSL, HSV, CMYK) and generate color palettes.
/color command# Convert HEX to RGB
python scripts/color_converter.py "#FF5733"
# Convert RGB to HEX
python scripts/color_converter.py "rgb(255,87,51)"
# Generate palette
python scripts/color_converter.py "#FF5733" --palette complementary
# List named colors
python scripts/color_converter.py --list
color, hex, rgb, hsl, palette