Explore

Find agent skills by outcome

154,236 skills indexed with the new KISS metadata standard.

Showing 24 of 154,236
General
PromptBeginner5 minmarkdownQuality: 24

- Explicitly provide title

description

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

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

CHARACTER_LIMIT

0
General
PromptBeginner5 minmarkdownQuality: 24

Use snake_case for tool names (e.g.

search_users

0
General
PromptBeginner5 minmarkdownQuality: 28

- Examples: github-mcp-server

jira-mcp-server

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

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

`server.setRequestHandler(ListToolsRequestSchema

0
Productivity
PromptBeginner5 minmarkdownQuality: 24

- The register* methods provide better type safety

automatic schema handling

0
General
PromptBeginner5 minmarkdownQuality: 24

- DO use: server.registerTool()

server.registerResource()

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

content: [{ type: text

text: JSON.stringify(output) }]

0
General
PromptBeginner5 minmarkdownQuality: 32

This document provides Node/TypeScript-specific best practices and examples for implementing MCP ser...

server setup

0
General
PromptBeginner5 minmarkdownQuality: 28

Among all pull requests merged in Q1 2024

which repository had the highest number? Provide the repository name.

0
General
PromptBeginner5 minmarkdownQuality: 24

-H

--header HTTP headers in 'Key: Value' format

0
General
PromptBeginner5 minmarkdownQuality: 24

- Use a more capable model (e.g.

claude-3-7-sonnet-20250219)

0
General
PromptBeginner5 minmarkdownQuality: 24

-a

--args Arguments for the command (e.g.

0
General
PromptBeginner5 minmarkdownQuality: 24

-u

--url MCP server URL

0
General
PromptBeginner5 minmarkdownQuality: 24

-e

--env Environment variables in KEY=VALUE format

0
General
PromptBeginner5 minmarkdownQuality: 24

-c

--command Command to run MCP server (e.g.

0
General
PromptBeginner5 minmarkdownQuality: 24

-m

--model Claude model to use (default: claude-3-7-sonnet-20250219)

0
General
PromptBeginner5 minmarkdownQuality: 24

-o

--output Output file for report (default: print to stdout)

0
General
PromptBeginner5 minmarkdownQuality: 24

usage: evaluation.py [-h] [-t {stdio

sse

0
General
PromptBeginner5 minmarkdownQuality: 24

-t

--transport Transport type: stdio

0
General
PromptBeginner5 minmarkdownQuality: 24

-h

--help Show help message

0
General
PromptBeginner5 minmarkdownQuality: 28

After creating your evaluation file

you can use the provided evaluation harness to test your MCP server.

0
Productivity
PromptBeginner5 minmarkdownQuality: 28

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
Productivity
PromptBeginner5 minmarkdownQuality: 28

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