Explore

Find agent skills by outcome

95,123 skills indexed with the new KISS metadata standard.

Showing 24 of 95,123Categories: Coding & Debugging, Data, Writing & Content, General
Writing & Content
PromptBeginner5 minmarkdown

messages = [{role: user

content: question}]

0
Writing & Content
PromptBeginner5 minmarkdown

messages.append({role: assistant

content: response.content})

0
General
PromptBeginner5 minmarkdown

) -> tuple[str

dict[str

0
General
PromptBeginner5 minmarkdown

matches = re.findall(pattern

text

0
General
PromptBeginner5 minmarkdown

tools: list[dict[str

Any]]

0
Writing & Content
PromptBeginner5 minmarkdown

def extract_xml_content(text: str

tag: str) -> str | None:

0
General
PromptBeginner5 minmarkdown

def parse_evaluation_file(file_path: Path) -> list[dict[str

Any]]:

0
General
PromptBeginner5 minmarkdown

- For names or text

provide the exact text requested

0
General
PromptBeginner5 minmarkdown

- For IDs

provide just the ID

0
General
PromptBeginner5 minmarkdown

- In your <feedback> tags

provide constructive feedback on the tools:

0
General
PromptBeginner5 minmarkdown

- For numeric responses

provide just the number

0
General
PromptBeginner5 minmarkdown

- Which tools you used

in what order

0
General
PromptBeginner5 minmarkdown

4. Provide your final response

wrapped in <response> tags

0
General
PromptBeginner5 minmarkdown

3. Provide feedback on the tools provided

wrapped in <feedback> tags

0
General
PromptBeginner5 minmarkdown

raise ValueError(fUnsupported transport type: {transport}. Use 'stdio'

'sse'

0
General
PromptBeginner5 minmarkdown

2. Provide summary of each step in your approach

wrapped in <summary> tags

0
General
PromptBeginner5 minmarkdown

elif transport in [http

streamable_http

0
General
PromptBeginner5 minmarkdown

return MCPConnectionHTTP(url=url

headers=headers)

0
General
PromptBeginner5 minmarkdown

return MCPConnectionSSE(url=url

headers=headers)

0
General
PromptBeginner5 minmarkdown

return MCPConnectionStdio(command=command

args=args

0
General
PromptBeginner5 minmarkdown

headers: dict[str

str] = None

0
General
PromptBeginner5 minmarkdown

transport: Connection type (stdio

sse

0
General
PromptBeginner5 minmarkdown

env: dict[str

str] = None

0
General
PromptBeginner5 minmarkdown

def __init__(self

url: str

0