Explore

Find agent skills by outcome

2,008 skills indexed with the new KISS metadata standard.

Showing 24 of 2,008Categories: Operations & Workflow, Communication, Coding & Debugging
Communication
PromptBeginner5 minmarkdown

(e.g.

stakeholder meetings

0
Coding & Debugging
PromptBeginner5 minmarkdown

# Professionals

engineers

0
Coding & Debugging
PromptBeginner5 minmarkdown

**Domain Focus:** Primarily software development

system architecture

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Use cases**: Database schemas

API documentation

0
Coding & Debugging
PromptBeginner5 minmarkdown

**Medium freedom (pseudocode or scripts with parameters)**: Use when a preferred pattern exists

some variation is acceptable

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Tools enable complete workflows

not just API endpoint wrappers

0
Coding & Debugging
PromptBeginner5 minmarkdown

Before finalizing your Python MCP server implementation

ensure:

0
Coding & Debugging
PromptBeginner5 minmarkdown

- `ctx.log_info(message

data)` / `ctx.log_error()` / `ctx.log_debug()` - Logging

0
Coding & Debugging
PromptBeginner5 minmarkdown

return await api_call(resource_id

api_key)

0
Communication
PromptBeginner5 minmarkdown

'''Search for users in the Example system by name

email

0
Coding & Debugging
PromptBeginner5 minmarkdown

async def _make_api_request(endpoint: str

method: str = GET

0
Communication
PromptBeginner5 minmarkdown

query: str = Field(...

description=Search string to match against names/emails

0
Communication
PromptBeginner5 minmarkdown

email: str

# Email address (e.g.

0
Coding & Debugging
PromptBeginner5 minmarkdown

This server provides tools to interact with Example API

including user search

0
Communication
PromptBeginner5 minmarkdown

Search for users in the Example system by name

email

0
Communication
PromptBeginner5 minmarkdown

- query (str): Search string to match against names/emails (e.g.

john

0
Coding & Debugging
PromptBeginner5 minmarkdown

async def _make_api_request(endpoint: str

method: str = GET

0
Coding & Debugging
PromptBeginner5 minmarkdown

data = await api_request(limit=params.limit

offset=params.offset)

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

* This server provides tools to interact with Example API

including user search

0