Explore

Find agent skills by outcome

14,124 skills indexed with the new KISS metadata standard.

Showing 24 of 14,124Categories: Coding & Debugging, Creative, Writing & Content, Communication, Data
Data
PromptBeginner5 minmarkdown

const truncatedData = data.slice(0

Math.max(1

0
Coding & Debugging
PromptBeginner5 minmarkdown

const data = await apiRequest(params.limit

params.offset);

0
Data
PromptBeginner5 minmarkdown

- Return complete

structured data suitable for programmatic processing

0
Writing & Content
PromptBeginner5 minmarkdown

textContent = JSON.stringify(output

null

0
Writing & Content
PromptBeginner5 minmarkdown

content: [{ type: text

text: textContent }]

0
Communication
PromptBeginner5 minmarkdown

email: string

// Email address

0
Creative
PromptBeginner5 minmarkdown

This tool searches across all user profiles in the Example platform

supporting partial matches and various search filters. It does NOT create or modify users

0
Communication
PromptBeginner5 minmarkdown

description: `Search for users in the Example system by name

email

0
Coding & Debugging
PromptBeginner5 minmarkdown

│ └── constants.ts # Shared constants (API_URL

CHARACTER_LIMIT

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **DO NOT use**: Old deprecated APIs such as `server.tool()`

`server.setRequestHandler(ListToolsRequestSchema

0
Writing & Content
PromptBeginner5 minmarkdown

content: [{ type: text

text: JSON.stringify(output) }]

0
Coding & Debugging
PromptBeginner5 minmarkdown

<question>Look for pull requests that modified files in the /api directory and were merged between January 1 and January 31

2024. How many different contributors worked on these PRs?</question>

0
Writing & Content
PromptBeginner5 minmarkdown

After inspecting the content

create 10 human-readable questions:

0
Writing & Content
PromptBeginner5 minmarkdown

- Goal: identify specific content (e.g.

users

3
Coding & Debugging
PromptBeginner5 minmarkdown

After understanding the API and tools

USE the MCP server tools:

0
Creative
PromptBeginner5 minmarkdown

- Questions must be designed so there is a single

clear answer

0
Writing & Content
PromptBeginner5 minmarkdown

- Look at old content (e.g.

conversations that have ended

0
Communication
PromptBeginner5 minmarkdown

- Email address

phone number

0
Writing & Content
PromptBeginner5 minmarkdown

return { content: [{ type: text

text: result }] };

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Store API keys in environment variables

never in code

0
Data
PromptBeginner5 minmarkdown

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

`next_offset`/`next_cursor`

0
Creative
PromptBeginner5 minmarkdown

3. **Be action-oriented**: Start with verbs (get

list

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Python**: `{service}_mcp` (e.g.

`slack_mcp`)

0
Creative
PromptBeginner5 minmarkdown

- **MCP Protocol**: Start with sitemap at `https://modelcontextprotocol.io/sitemap.xml`

then fetch specific pages with `.md` suffix

0