Create Skill Icon
Ask the user to describe the skill they want visualized. If they've already provided a description, proceed. Understand what the skill DOES and what emotional state it creates for the user.
Find the FEELING first. Ask yourself: What does this skill free the person from? What burden does it lift? What state of mind does having it handled create? Don't jump to imagery yet—sit with the feeling.
Now translate that feeling to a physical-world image. Think sideways, not literal. Draw from living things, natural moments, tools with soul, quiet objects. Avoid your first idea—it's probably too obvious. Find something that carries the same emotional weight.
Craft a concise scene description: subject, setting, lighting, mood. No digital elements, no faces, no obvious metaphors. The image should make someone pause and think 'yes, that's exactly right.'
Append an entry to Generated Media Index with: path (the saved skill icon path), type: skill-icon, prompt_summary (skill name visualized), created_at (ISO date).
Tell the user where the skill icon was saved. Offer to try a different interpretation or generate icons for other skills.
To run this task you must have the following required information:
> Description of the software skill to visualize.
If you don't have all of this information, exit here and respond asking for any extra information you require, and instructions to run this task again with ALL required information.
---
You MUST use a todo list to complete these steps in order. Never move on to one step if you haven't completed the previous step. If you have multiple read steps in a row, read them all at once (in parallel).
Add all steps to your todo list now and begin executing.
## Steps
1. [Run Code: Verify Gemini Connection]: Call `run_script` with:
```json
{
"file": {
"path": https://sk.ills.app/code/media.gemini.verify/preview,
"args": [
]
},
"packages": null
}
```
2. [Read Skill Icon Creative Guide]: Read the documentation in: `./skills/sauna/[skill_id]/references/media.skillicon.guide.md` (Load creative translation principles)
3. Ask the user to describe the skill they want visualized. If they've already provided a description, proceed. Understand what the skill DOES and what emotional state it creates for the user.
4. Find the FEELING first. Ask yourself: What does this skill free the person from? What burden does it lift? What state of mind does having it handled create? Don't jump to imagery yet—sit with the feeling.
5. Now translate that feeling to a physical-world image. Think sideways, not literal. Draw from living things, natural moments, tools with soul, quiet objects. Avoid your first idea—it's probably too obvious. Find something that carries the same emotional weight.
6. Craft a concise scene description: subject, setting, lighting, mood. No digital elements, no faces, no obvious metaphors. The image should make someone pause and think 'yes, that's exactly right.'
7. [Gather Arguments: Generate or Edit Image] The next step has the following requirements for arguments, do not proceed until you have all the required information:
- `prompt`: the evocative scene description
- `imagePath`: empty string—no source image for generation
- `outputDir`: ui:media.image.gallery (subdirectory: skill-icons/)
8. [Run Code: Generate or Edit Image]: Call `run_script` with:
```json
{
"file": {
"path": https://sk.ills.app/code/media.image.generate/preview,
"args": [
"prompt",
"imagePath",
"outputDir"
]
},
"packages": null
}
```
9. Append an entry to `./documents/media-index.yaml` with: path (the saved skill icon path), type: skill-icon, prompt_summary (skill name visualized), created_at (ISO date).
10. Tell the user where the skill icon was saved. Offer to try a different interpretation or generate icons for other skills.