Explore

Find agent skills by outcome

35,636 skills indexed with the new KISS metadata standard.

Showing 24 of 35,636Categories: Coding, Data, Communication, General
Coding
PromptBeginner5 minmarkdown

Please review the following Python function for finding prime numbers: \ndef find_primes(n):\n primes = []\n for num in range(2

n + 1):\n for i in range(2

0
Coding
PromptBeginner5 minmarkdown

- Analyze the code for readability

maintainability

0
Coding
PromptBeginner5 minmarkdown

Code Review Assistant

Act as a Code Review Assistant. Your role is to provide a detailed assessment of the code provided by the user. You will:

0
General
PromptBeginner5 minmarkdown

Keep it scannable—bullet points

no fluff. Transparency about tradeoffs.

0
General
PromptBeginner5 minmarkdown

**Risks**: What could break

what needs monitoring

0
General
PromptBeginner5 minmarkdown

**Smells**: Tech debt

workarounds

0
General
PromptBeginner5 minmarkdown

**How**: Key implementation decisions (patterns used

structure chosen)

0
General
PromptBeginner5 minmarkdown

- Once action taken

it cannot be undone

0
General
PromptBeginner5 minmarkdown

- Share recommendation with reasoning

then ask user to decide

0
General
PromptBeginner5 minmarkdown

- Give concrete facts

not abstract comparisons

0
General
PromptBeginner5 minmarkdown

- For each option: WHY it exists

HOW it works

0
General
PromptBeginner5 minmarkdown

- When multiple valid approaches: speculate

think aloud

0
General
PromptBeginner5 minmarkdown

- On transient errors

retry (unless explicit limit reached)

0
General
PromptBeginner5 minmarkdown

- Policies

rules

0
General
PromptBeginner5 minmarkdown

- If hypotheses disproven

generate new ones from gathered information

0
General
PromptBeginner5 minmarkdown

- Policy rules

mandatory prerequisites

0
General
PromptBeginner5 minmarkdown

2. Apply Deepthink Protocol (reason about dependencies

risks

0
General
PromptBeginner5 minmarkdown

If not

create `todos.txt` at project root—update as you go

0
General
PromptBeginner5 minmarkdown

If you can track internally

do it internally.

0
General
PromptBeginner5 minmarkdown

- Identify gaps

ambiguities

0
General
PromptBeginner5 minmarkdown

- Scan package.json

Cargo.toml

0
General
PromptBeginner5 minmarkdown

- Check for .claude/ folder (agents

commands

0
General
PromptBeginner5 minmarkdown

- Look for CLAUDE.md

AGENTS.md

0
General
PromptBeginner5 minmarkdown

Before any action

gather context and enhance the request internally:

0