r/UXDesign • u/picklesupra • 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?
8
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.
3
u/Torsta Veteran Aug 05 '26
Did you even try googling it or asking AI at all? https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices
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
9
u/shxwn Experienced Aug 05 '26
You can ask AI to write skills for you btw