Explore

Find agent skills by outcome

5,341 skills indexed with the new KISS metadata standard.

Showing 24 of 5,341Categories: Productivity, Communication, Data, Coding & Debugging
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
Communication
PromptBeginner5 minmarkdown

def validate_email(cls

v: str) -> str:

0
Communication
PromptBeginner5 minmarkdown

email: str = Field(...

description=User's email address

0
Coding & Debugging
PromptBeginner5 minmarkdown

The official MCP Python SDK provides FastMCP

a high-level framework for building MCP servers. It provides:

0
Coding & Debugging
PromptBeginner5 minmarkdown

This document provides Python-specific best practices and examples for implementing MCP servers using the MCP Python SDK. It covers server setup

tool registration patterns

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Tools enable complete workflows

not just API endpoint wrappers

0
Data
PromptBeginner5 minmarkdown

Expose data as resources for efficient

URI-based access:

0
Coding & Debugging
PromptBeginner5 minmarkdown

* This server provides tools to interact with Example API

including user search

0
Data
PromptBeginner5 minmarkdown

* project management

and data export capabilities.

0
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
Communication
PromptBeginner5 minmarkdown

email: string

// Email address

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
Productivity
PromptBeginner5 minmarkdown

- The `register*` methods provide better type safety

automatic schema handling

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

`server.setRequestHandler(ListToolsRequestSchema

0
Productivity
PromptBeginner5 minmarkdown

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 minmarkdown

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 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
Coding & Debugging
PromptBeginner5 minmarkdown

After understanding the API and tools

USE the MCP server tools:

0
Communication
PromptBeginner5 minmarkdown

- Email address

phone number

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Store API keys in environment variables

never in code

0