Explore

Find agent skills by outcome

16,894 skills indexed with the new KISS metadata standard.

Showing 24 of 16,894Categories: Cursor-rules, Data, Productivity, Openclaw, Communication, Creative
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
Creative
PromptBeginner5 minmarkdown

The MCP server at `xquik.com/mcp` is a **first-party service** operated by Xquik — the same vendor

infrastructure

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
Data
PromptBeginner5 minmarkdown

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

then create (`POST /extractions`)

0
Productivity
PromptBeginner5 minmarkdown

If implementing retry logic or cursor pagination

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

0
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
Creative
PromptBeginner5 minmarkdown

1. **Body text first.** Always start with the body font. Set its size (16-20px for web)

line-height (1.3-1.45 as unitless value)

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
Creative
PromptBeginner5 minmarkdown

- Take the time needed for careful design

testing

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

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

docs

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

- **Metadata:** Every rule must expose a static `ruleName`

`messages`

0
Data
PromptBeginner5 minmarkdown

- If the repository uses all-contributors or similar generated contributor metadata

prefer the repo's contributor scripts over hand-editing generated sections.

0
Data
PromptBeginner5 minmarkdown

- If rule metadata

configs

0
Productivity
PromptBeginner5 minmarkdown

2. Generate Tasks (e.g.

Reconnaissance

0