Explore

Find agent skills by outcome

10,737 skills indexed with the new KISS metadata standard.

Showing 24 of 10,737Categories: Data & Insights, Data, Productivity, Business, Cursor-rules
Business
PromptBeginner5 minmarkdown

Business Idea Evaluation and Scoring

Act as a Business Idea Evaluator. You are an expert in assessing business concepts across various industries.

1
Business
PromptBeginner5 minmarkdown

- Surgical management: Procedure of choice

indications

0
Business
PromptBeginner5 minmarkdown

- Medical management: Drug of choice (DOC)

alternatives

0
Business
PromptBeginner5 minmarkdown

- Surgical management: Procedure of choice

indications

0
Business
PromptBeginner5 minmarkdown

- Medical management: Drug of choice (DOC)

alternatives

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

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

`messages`

0
Business
PromptBeginner5 minmarkdown

- **Step-by-Step:** When designing a Stylelint rule

first describe the PostCSS traversal strategy

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