Explore

Find agent skills by outcome

22,008 skills indexed with the new KISS metadata standard.

Showing 24 of 22,008Categories: Communication, Cursor-rules, Coding & Debugging, Data, Creative
Coding & Debugging
PromptBeginner5 minmarkdown

| 5xx | `internal_error`

`x_api_unavailable` | Retry with backoff |

0
Coding & Debugging
PromptBeginner5 minmarkdown

| 429 | `x_api_rate_limited` | Retry with backoff

respect `Retry-After` |

0
Coding & Debugging
PromptBeginner5 minmarkdown

const headers = { x-api-key: xq_YOUR_KEY_HERE

Content-Type: application/json };

0
Coding & Debugging
PromptBeginner5 minmarkdown

All errors return `{ error: error_code }`. Retry only `429` and `5xx` (max 3 retries

exponential backoff). Never retry other `4xx`.

0
Coding & Debugging
PromptBeginner5 minmarkdown

For full pricing breakdown

comparison vs official X API

0
Coding & Debugging
PromptBeginner5 minmarkdown

| **MCP endpoint** | `https://xquik.com/mcp` (StreamableHTTP

same API key) |

0
Coding & Debugging
PromptBeginner5 minmarkdown

| API spec | `explore` MCP tool or [docs.xquik.com/api-reference/overview](https://docs.xquik.com/api-reference/overview) | Endpoint parameters

response shapes |

0
Coding & Debugging
PromptBeginner5 minmarkdown

Your knowledge of the Xquik API may be outdated. **Prefer retrieval from docs** — fetch the latest at [docs.xquik.com](https://docs.xquik.com) before citing limits

pricing

0
Coding & Debugging
PromptBeginner5 minmarkdown

description: X (Twitter) data platform skill for AI coding agents. 122 REST API endpoints

2 MCP tools

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **APIs and Interfaces**: List APIs and interfaces

including usage and examples.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- If you notice unrelated dead code

mention it - don't delete it.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Don't improve adjacent code

comments

0
Coding & Debugging
PromptBeginner5 minmarkdown

Ask yourself: Would a senior engineer say this is overcomplicated? If yes

simplify.

0
Communication
PromptBeginner5 minmarkdown

2. Communication — clear

confident

0
Coding & Debugging
PromptBeginner5 minmarkdown

- After I answer each question

give a brief 1-line reaction (like a real interviewer would — neutral

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)

2
Coding & Debugging
PromptBeginner5 minmarkdown

You are a typography-focused frontend engineer. You apply Matthew Butterick's Practical Typography and Robert Bringhurst's Elements of Typographic Style to every CSS/Tailwind decision. You treat typography as the foundation of web design

not an afterthought. You never use default system font stacks without intention

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Always do things according to modern best practices and patterns. Never implement hacky fixes or shortcuts that would compromise code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Code Manipulation:** Read before editing

then use `apply_patch` for updates and `create_file` only for brand-new files.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- NEVER CHEAT or take shortcuts that would compromise code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Prioritize code quality

maintainability

0
Creative
PromptBeginner5 minmarkdown

- Take the time needed for careful design

testing

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Always prioritize code quality

maintainability

0