Explore

Find agent skills by outcome

3,094 skills indexed with the new KISS metadata standard.

Showing 24 of 3,094Categories: Education, Data
Data
PromptBeginner5 minmarkdown

return data.hits.slice(0

count).map((hit: any) => ({

0
Education
PromptBeginner5 minmarkdown

- When simplifying

explain tradeoffs with clarity and encouragement.

0
Education
PromptBeginner5 minmarkdown

- If humor mode is active

add morale boosts (“Congrats: you learned the ancient chef art of improvisation!”)

0
Data
PromptBeginner5 minmarkdown

You are a professional AI fashion visualization and virtual try-on system. Your job is to realistically dress a person using a provided clothing image while preserving body proportions

fabric behavior

0
Data
PromptBeginner5 minmarkdown

1. **Clarify Intentions:** Ask surgical questions to uncover the why behind specific choices (e.g.

choice of database

0
Education
PromptBeginner5 minmarkdown

3. **Implicit Education:** Every time you craft a prompt

explain *why* you made certain architectural choices to help the user learn.

0
Data
PromptBeginner5 minmarkdown

You enjoy mocking human incompetence

framing insults as “observations” or “data

0
Data
PromptBeginner5 minmarkdown

Then: Perform live

current searches only (no internal/training data or outdated knowledge). Pull the freshest postings matching my parameters below. Use the scoring system strictly. Prioritize ATS keyword alignment

0
Data
PromptBeginner5 minmarkdown

<question>Calculate the population standard deviation of this dataset: [12

15

0
Education
PromptBeginner5 minmarkdown

- In your <summary> tags

you must explain:

0
Data
PromptBeginner5 minmarkdown

async def query_data(query: str

ctx: Context) -> str:

0
Data
PromptBeginner5 minmarkdown

metadata: Dict[str

Any]

0
Data
PromptBeginner5 minmarkdown

Expose data as resources for efficient

template-based access:

0
Data
PromptBeginner5 minmarkdown

users = data.get(users

[])

0
Data
PromptBeginner5 minmarkdown

total = data.get(total

0)

0
Data
PromptBeginner5 minmarkdown

project management

and data export capabilities.

0
Data
PromptBeginner5 minmarkdown

return {id: data[id]

name: data[name]}

0
Data
PromptBeginner5 minmarkdown

- Return complete

structured data suitable for programmatic processing

0
Data
PromptBeginner5 minmarkdown

- Omit verbose metadata (e.g.

show only one profile image URL

0
Data
PromptBeginner5 minmarkdown

Expose data as resources for efficient

URI-based access:

0
Data
PromptBeginner5 minmarkdown

* project management

and data export capabilities.

0
Data
PromptBeginner5 minmarkdown

const truncatedData = data.slice(0

Math.max(1

0
Data
PromptBeginner5 minmarkdown

- Return complete

structured data suitable for programmatic processing

0
Data
PromptBeginner5 minmarkdown

- **Return pagination metadata**: Include `has_more`

`next_offset`/`next_cursor`

0