Explore

Find agent skills by outcome

22,462 skills indexed with the new KISS metadata standard.

Showing 24 of 22,462Categories: Data, Coding & Debugging, Productivity, Writing & Content
Data
PromptBeginner5 minmarkdownQuality: 22

* project management

and data export capabilities.

0
Data
PromptBeginner5 minmarkdownQuality: 22

const truncatedData = data.slice(0

Math.max(1

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

const data = await apiRequest(params.limit

params.offset);

0
Data
PromptBeginner5 minmarkdownQuality: 22

- Return complete

structured data suitable for programmatic processing

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

textContent = JSON.stringify(output

null

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

content: [{ type: text

text: textContent }]

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

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

CHARACTER_LIMIT

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

`server.setRequestHandler(ListToolsRequestSchema

0
Productivity
PromptBeginner5 minmarkdownQuality: 22

- The register* methods provide better type safety

automatic schema handling

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

content: [{ type: text

text: JSON.stringify(output) }]

0
Productivity
PromptBeginner5 minmarkdownQuality: 26

2. Load each task instruction and in parallel using the MCP server and tools

identify the correct answer by attempting to solve the task YOURSELF

0
Productivity
PromptBeginner5 minmarkdownQuality: 26

Remember to parallelize solving tasks to avoid running out of context

then accumulate all answers and make changes to the file at the end.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 31

Look for pull requests that modified files in the /api directory and were merged between January 1 a...

2024. How many different contributors worked on these PRs?

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

After inspecting the content

create 10 human-readable questions:

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

- Goal: identify specific content (e.g.

users

27
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

After understanding the API and tools

USE the MCP server tools:

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

- Look at old content (e.g.

conversations that have ended

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 22

return { content: [{ type: text

text: result }] };

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Store API keys in environment variables

never in code

0
Data
PromptBeginner5 minmarkdownQuality: 22

- Return pagination metadata: Include has_more

nextoffset/nextcursor

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

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

slack_mcp)

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Prioritize comprehensive API coverage. List endpoints to implement

starting with the most common operations.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- 🐍 Python Guide - Module organization

dependencies

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Review the service's API documentation to identify key endpoints

authentication requirements

0