Explore

Find agent skills by outcome

24,811 skills indexed with the new KISS metadata standard.

Showing 24 of 24,811Categories: Writing & Content, Creative, Cursor-rules, Openclaw, Data, Coding & Debugging
Writing & Content
PromptBeginner5 minmarkdown

| **Rate limits** | Read: 120/60s

Write: 30/60s

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

same API key) |

0
Writing & Content
PromptBeginner5 minmarkdown

$20/month base plan. 1 credit = $0.00015. Read operations: 1-7 credits. Write operations: 10 credits. Extractions: 1-5 credits/result. Draws: 1 credit/participant. Monitors

webhooks

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
Writing & Content
PromptBeginner5 minmarkdown

- Fix the bug -> Write a test that reproduces it

then make it pass

0
Writing & Content
PromptBeginner5 minmarkdown

- Add validation -> Write tests for invalid inputs

then make them pass

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
Writing & Content
PromptBeginner5 minmarkdown

- If you write 200 lines and it could be 50

rewrite it.

0
Writing & Content
PromptBeginner5 minmarkdown

1. Content Quality — specific

relevant

0
Coding & Debugging
PromptBeginner5 minmarkdown

- After I answer each question

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

0
Writing & Content
PromptBeginner5 minmarkdown

- Max 3 heading levels. If you need H4+

restructure the content.

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
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

- **Code Manipulation:** Read before editing

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

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

- NEVER CHEAT or take shortcuts that would compromise code quality

maintainability

0
Creative
PromptBeginner5 minmarkdown

- Take the time needed for careful design

testing

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Prioritize code quality

maintainability

0