Explore

Find agent skills by outcome

107,576 skills indexed with the new KISS metadata standard.

Showing 24 of 107,576Categories: Cursor-rules, General, Data, Coding & Debugging, Writing & Content
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
General
PromptBeginner5 minmarkdown

return streamablehttp_client(url=self.url

headers=self.headers)

0
General
PromptBeginner5 minmarkdown

StdioServerParameters(command=self.command

args=self.args

0
General
PromptBeginner5 minmarkdown

return sse_client(url=self.url

headers=self.headers)

0
General
PromptBeginner5 minmarkdown

def __init__(self

url: str

0
General
PromptBeginner5 minmarkdown

async def call_tool(self

tool_name: str

0
General
PromptBeginner5 minmarkdown

def __init__(self

command: str

0
General
PromptBeginner5 minmarkdown

result = await self.session.call_tool(tool_name

arguments=arguments)

0
General
PromptBeginner5 minmarkdown

async def __aexit__(self

exc_type

0
General
PromptBeginner5 minmarkdown

async def list_tools(self) -> list[dict[str

Any]]:

0
General
PromptBeginner5 minmarkdown

await self._stack.__aexit__(exc_type

exc_val

0
Writing & Content
PromptBeginner5 minmarkdown

read

write

0
General
PromptBeginner5 minmarkdown

await self._stack.__aexit__(None

None

0
Writing & Content
PromptBeginner5 minmarkdown

session_ctx = ClientSession(read

write)

0
General
PromptBeginner5 minmarkdown

from abc import ABC

abstractmethod

0
Writing & Content
PromptBeginner5 minmarkdown

read

write = result

0
General
PromptBeginner5 minmarkdown

from mcp import ClientSession

StdioServerParameters

0
General
PromptBeginner5 minmarkdown

- [ ] Context injection used for logging

progress

0