Explore

Find agent skills by outcome

62,322 skills indexed with the new KISS metadata standard.

Showing 24 of 62,322Categories: Data & Insights, General, Coding & Debugging, Data, Creative
Creative
PromptBeginner5 minmarkdown

- Every error must be rendered in-design: error UI must follow the widget's visual language (color tokens

typography

0
Creative
PromptBeginner5 minmarkdown

- If truncation is reported

show partial output status and avoid false-success messaging.

0
General
PromptBeginner5 minmarkdown

- Prefer allow-list style validation for sensitive parameters (e.g.

command mode

0
General
PromptBeginner5 minmarkdown

- In `parseJson` mode

ensure script returns exactly one JSON payload.

0
General
PromptBeginner5 minmarkdown

- Validate and normalize user inputs (path

hostname

0
General
PromptBeginner5 minmarkdown

- `setStatus(message

tone)` where `tone` supports at least: `info`

0
General
PromptBeginner5 minmarkdown

- For user text interpolated into PowerShell single-quoted literals

always escape `'` -> `''`.

0
Data
PromptBeginner5 minmarkdown

- For structured data

return JSON with:

0
General
PromptBeginner5 minmarkdown

- `await window.HTWind.invoke(powershell.exec

{ script

0
General
PromptBeginner5 minmarkdown

- `runPs(script

parseJson = false

0
General
PromptBeginner5 minmarkdown

- `pick(obj

camelKey

0
General
PromptBeginner5 minmarkdown

- Brief bullets: commands

safety decisions

0
Coding & Debugging
PromptBeginner5 minmarkdown

- One fenced `html` code block containing the full

self-contained single file.

0
General
PromptBeginner5 minmarkdown

- Quick edits: palette

refresh cadence

0
General
PromptBeginner5 minmarkdown

- Default rule: if the user does not explicitly specify language

generate visible widget text in the same language as the user's prompt.

0
General
PromptBeginner5 minmarkdown

- Keep accessibility semantics aligned with UI language (for example `aria-label`

`title`

0
General
PromptBeginner5 minmarkdown

- If the user asks for a specific language

follow that explicit instruction.

0
Coding & Debugging
PromptBeginner5 minmarkdown

10. Finish with production-ready code

not starter snippets.

0
General
PromptBeginner5 minmarkdown

- If external URLs are used (for example fonts/icons)

include graceful fallbacks so the widget still functions as one deliverable HTML file.

0
General
PromptBeginner5 minmarkdown

- Do not split output into multiple files (`.css`

`.js`

0
General
PromptBeginner5 minmarkdown

4. Use the user's prompt language for widget UI copy (labels

statuses

0
General
PromptBeginner5 minmarkdown

5. Include accessibility basics: keyboard flow

focus visibility

0
General
PromptBeginner5 minmarkdown

3. Use readable

maintainable

0
General
PromptBeginner5 minmarkdown

- Typical widgets include clear status messaging

deterministic actions

0