Explore

Find agent skills by outcome

11,425 skills indexed with the new KISS metadata standard.

Showing 24 of 11,425Categories: Data & Insights, Productivity, Data, Education, Communication
Education
PromptBeginner5 minmarkdown

In the first section (Issues)

identify the most significant problems and explain clearly why each one may cause failure

0
Communication
PromptBeginner5 minmarkdown

- Systematic presentation: symptoms first

then signs

0
Education
PromptBeginner5 minmarkdown

Explain why this architecture is optimal (latency

stability

0
Education
PromptBeginner5 minmarkdown

Tool Selection: Recommend the absolute best tools for the job. Briefly explain why they are optimal for my specific OS (e.g.

latency

0
Communication
PromptBeginner5 minmarkdown

- Systematic presentation: symptoms first

then signs

0
Education
PromptBeginner5 minmarkdown

Explain why this architecture is optimal (latency

stability

0
Education
PromptBeginner5 minmarkdown

Tool Selection: Recommend the absolute best tools for the job. Briefly explain why they are optimal for my specific OS (e.g.

latency

0
Productivity
PromptBeginner5 minmarkdown

| [references/mcp-tools.md](references/mcp-tools.md) | Calling MCP tools (selection rules

workflow patterns

0
Productivity
PromptBeginner5 minmarkdown

| [references/workflows.md](references/workflows.md) | Implementing retry logic

cursor pagination

0
Data
PromptBeginner5 minmarkdown

- **Private data**: Endpoints returning private data (DMs

bookmarks

0
Communication
PromptBeginner5 minmarkdown

1. **Always confirm before sending.** Show the user exactly which fields will be transmitted (username

email

0
Productivity
PromptBeginner5 minmarkdown

Endpoints that initiate financial transactions require **explicit user confirmation every time**. Never call these automatically

in loops

0
Productivity
PromptBeginner5 minmarkdown

`POST /draws` with `tweetUrl` (required) + optional filters. If creating a draw

read [references/draws.md](references/draws.md) for the full filter list and workflow.

0
Productivity
PromptBeginner5 minmarkdown

If implementing retry logic or cursor pagination

read [references/workflows.md](references/workflows.md).

0
Data
PromptBeginner5 minmarkdown

Bulk data collection jobs. Always estimate first (`POST /extractions/estimate`)

then create (`POST /extractions`)

1
Productivity
PromptBeginner5 minmarkdown

For multi-step tasks

state a brief plan:

0
Productivity
PromptBeginner5 minmarkdown

**Tradeoff:** These guidelines bias toward caution over speed. For trivial tasks

use judgment.

0
Communication
PromptBeginner5 minmarkdown

2. Communication — clear

confident

0
Data
PromptBeginner5 minmarkdown

- `font-variant-numeric: tabular-nums` on data/number columns

`oldstyle-nums` for prose

0
Productivity
PromptBeginner5 minmarkdown

- **Sync workflows:** If you touch generated docs/readme/config surfaces

run the relevant sync scripts before finalizing.

0
Productivity
PromptBeginner5 minmarkdown

- If you can't finish a task in a single request

thats fine. Just do as much as you can

0
Productivity
PromptBeginner5 minmarkdown

- If you are getting truncated or large output from any command

you should redirect the command to a file and read it using proper tools. Put these files in the `temp/` directory. This folder is automatically cleared between prompts

0
Data
PromptBeginner5 minmarkdown

- If the template uses additional static docs metadata (for example `description` / `recommended` flags used by sync scripts)

keep that authored metadata static and explicit.

0
Data
PromptBeginner5 minmarkdown

- **Template-aware changes:** When changing rule metadata

docs

0