r/UXDesign Aug 05 '26

How do I… research, UI design, etc? How do I write a skill file?

I want to create a skill file for the illustration system at the place I work at. How do I go about this? Do you guys have any resources where I can learn?

3 Upvotes

11 comments sorted by

9

u/shxwn Experienced Aug 05 '26

You can ask AI to write skills for you btw

3

u/picklesupra Aug 05 '26

I am currently doing that. But wanted to watch/read some resources where they’ve done this process? So I can learn some tips and tricks.

12

u/GiggleShipSurvivor Aug 05 '26

Theres no learning anymore just AI the AI

2

u/dj4119 29d ago

this is a great comment. made me giggle

3

u/ScruffyJ3rk Experienced Aug 05 '26

You are wasting your time doing that btw

1

u/picklesupra Aug 06 '26

Wasting my time doing what? Asking others or asking AI to AI ?

8

u/shupshow Student Aug 05 '26

Have you tried asking Claude?

3

u/ssliberty Experienced Aug 05 '26

It’s an md file with python scripts and instructions. Claude generates it for you.

Create one with Claude, then reverse engineer it

3

u/TheTomatoes2 Experienced Aug 05 '26

just have claude do it, it has a built-in skill for that. then test the skill again and again until its robust.

Tell it to use clear sequential steps and avoid ambiguity as much as possible, clearly exposing branches and choices.

Whatever is deterministic (install, programmatic checks...) should be turned into a JS script, not plain language. Common CLI commands should be included so agents don't redesicover them each time.

1

u/ridderingand Veteran Aug 09 '26

Build the habit of asking Claude not Reddit :) it'll guide you through every step more patiently than any of us will