Explore

Find agent skills by outcome

58,080 skills indexed with the new KISS metadata standard.

Showing 24 of 58,080Categories: Data, Creative, Cursor-rules, Research & Learning, Coding & Debugging, General
General
PromptBeginner5 minmarkdown

- Complex

requiring potentially dozens of tool calls or steps

0
General
PromptBeginner5 minmarkdown

3. **Questions must be REALISTIC

CLEAR

0
General
PromptBeginner5 minmarkdown

- Answerable with a single

verifiable value that you identify in advance

0
General
PromptBeginner5 minmarkdown

The measure of quality of an MCP server is NOT how well or comprehensively the server implements tools

but how well these implementations (input/output schemas

0
General
PromptBeginner5 minmarkdown

Create 10 human-readable questions requiring ONLY READ-ONLY

INDEPENDENT

0
General
PromptBeginner5 minmarkdown

- Answers must be single

verifiable values

0
General
PromptBeginner5 minmarkdown

This document provides guidance on creating comprehensive evaluations for MCP servers. Evaluations test whether LLMs can effectively use your MCP server to answer realistic

complex questions using only the tools provided.

0
General
PromptBeginner5 minmarkdown

- Questions must be READ-ONLY

INDEPENDENT

0
General
PromptBeginner5 minmarkdown

- **Performance testing**: Check behavior under load

timeouts

0
General
PromptBeginner5 minmarkdown

- **Security testing**: Validate auth

input sanitization

0
General
PromptBeginner5 minmarkdown

- Provide helpful

specific error messages with suggested next steps

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Store API keys in environment variables

never in code

0
General
PromptBeginner5 minmarkdown

**Important**: Annotations are hints

not security guarantees. Clients should not make security-critical decisions based solely on annotations.

0
General
PromptBeginner5 minmarkdown

- Single-user

single-session scenarios

0
General
PromptBeginner5 minmarkdown

**Best for**: Remote servers

web services

0
General
PromptBeginner5 minmarkdown

- Simple setup

no network configuration needed

0
General
PromptBeginner5 minmarkdown

**Best for**: Local integrations

command-line tools

0
Data
PromptBeginner5 minmarkdown

- **Return pagination metadata**: Include `has_more`

`next_offset`/`next_cursor`

0
General
PromptBeginner5 minmarkdown

### Markdown Format (`response_format=markdown`

typically default)

0
General
PromptBeginner5 minmarkdown

- Use headers

lists

0
General
PromptBeginner5 minmarkdown

- Provide tool annotations (readOnlyHint

destructiveHint

0
Creative
PromptBeginner5 minmarkdown

3. **Be action-oriented**: Start with verbs (get

list

0
General
PromptBeginner5 minmarkdown

1. **Use snake_case**: `search_users`

`create_project`

0
General
PromptBeginner5 minmarkdown

- Examples: `slack-mcp-server`

`github-mcp-server`

0