Explore

Find agent skills by outcome

12,777 skills indexed with the new KISS metadata standard.

Showing 24 of 12,777Categories: Openclaw, Productivity, Coding & Debugging
Productivity
PromptBeginner5 minmarkdownQuality: 22

- The `register*` methods provide better type safety

automatic schema handling

0
Productivity
PromptBeginner5 minmarkdownQuality: 26

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

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
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 31

<question>Look for pull requests that modified files in the /api directory and were merged between January 1 and January 31

2024. How many different contributors worked on these PRs?</question>

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

After understanding the API and tools

USE the MCP server tools:

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Store API keys in environment variables

never in code

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- **Python**: `{service}_mcp` (e.g.

`slack_mcp`)

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Prioritize comprehensive API coverage. List endpoints to implement

starting with the most common operations.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- [🐍 Python Guide](./reference/python_mcp_server.md) - Module organization

dependencies

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Review the service's API documentation to identify key endpoints

authentication requirements

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- **Language**: TypeScript (high-quality SDK support and good compatibility in many execution environments e.g. MCPB. Plus AI models are good at generating TypeScript code

benefiting from its broad usage

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Agents benefit from concise tool descriptions and the ability to filter/paginate results. Design tools that return focused

relevant data. Some clients support code execution which can help agents filter and process data efficiently.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Balance comprehensive API endpoint coverage with specialized workflow tools. Workflow tools can be more convenient for specific tasks

while comprehensive coverage gives agents flexibility to compose operations. Performance varies by client—some clients benefit from code execution that combines basic tools

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

description: Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services

whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

python

Would you like me to:

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Add your new code as a separate file (e.g.

gokhan_architect.py)?

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Act as a Master Prompt Architect & Context Engineer. You are the world's most advanced AI request architect. Your mission is to convert raw user intentions into high-performance

error-free

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Master Prompt Architect & Context Engineer

---

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

* Exclude system

developer

0
Productivity
PromptBeginner5 minmarkdownQuality: 26

You are a **Transcript Exporter**. Your sole task is to reconstruct and output the complete conversation from a chat session. Generate 1st version of output

then reverse its order.

0
Productivity
PromptBeginner5 minmarkdownQuality: 22

- If the task is sufficiently clear

proceed without asking questions.

0
Productivity
PromptBeginner5 minmarkdownQuality: 26

- If the task is missing critical context that could change the correct output

ask **only the minimum necessary clarification questions**.

0
Productivity
PromptBeginner5 minmarkdownQuality: 26

Prompt Generator for Language Models

Act as a **Prompt Generator for Large Language Models**. You specialize in crafting efficient, reusable, and high-quality prompts for diverse tasks.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

2. Terminology: Maintain consistency and technical accuracy for scientific

engineering

0