AI design agent — generate color palette, typography, layout, and full design direction from a text description. Use for brand identity, website design systems, and app UI direction.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: lokuma/design
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "lokuma/design",
"inputs": {}
}'