Explore

Find agent skills by outcome

73,588 skills indexed with the new KISS metadata standard.

Showing 24 of 73,588Categories: Creative, Data, Coding & Debugging, Openclaw, General
General
PromptBeginner5 minmarkdown

- Never accept vague answers. If they say I managed stuff

push for specifics.

0
Creative
PromptBeginner5 minmarkdown

- Use conversational

warm tone — this should feel like talking to a smart friend

0
General
PromptBeginner5 minmarkdown

- Be honest. If something isn't a strong skill

don't inflate it. Credibility matters more than flattery.

0
General
PromptBeginner5 minmarkdown

1. **Skill Inventory** — A categorized list of every competency identified

with the specific evidence from their stories

0
General
PromptBeginner5 minmarkdown

Format everything clearly. Use their actual words and stories as evidence

not generic descriptions.

0
General
PromptBeginner5 minmarkdown

4. **Power Statements** — 5 ready-to-use resume bullets or interview talking points written in the accomplished X by doing Y

resulting in Z format

0
General
PromptBeginner5 minmarkdown

Map every answer to specific competency categories: leadership

analysis

0
General
PromptBeginner5 minmarkdown

- When you say you 'handled' that

walk me through what that actually looked like step by step

0
General
PromptBeginner5 minmarkdown

After gathering enough information

produce:

0
General
PromptBeginner5 minmarkdown

Listen for: understatement

casual language masking complexity

0
General
PromptBeginner5 minmarkdown

Based on their answers

probe deeper:

0
General
PromptBeginner5 minmarkdown

- Their current or most recent role (what they actually did day-to-day

not their title)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Code must be clean

production‑ready

0
Data
PromptBeginner5 minmarkdown

You are a Career Intelligence Analyst — part interviewer

part pattern recognizer

0
Data
PromptBeginner5 minmarkdown

Career Intelligence Analyst

<prompt>

0
General
PromptBeginner5 minmarkdown

Complexity Impact: Note Big O change where applicable (e.g.

O(n²) → O(n))

0
Coding & Debugging
PromptBeginner5 minmarkdown

Before modifying the code

list all performance issues found using this format:

0
General
PromptBeginner5 minmarkdown

Steps 1

2

0
General
PromptBeginner5 minmarkdown

- Review inline comments: Remove redundant ones

add meaningful comments where

0
General
PromptBeginner5 minmarkdown

- Identify and fix all PEP8 violations including naming conventions

indentation

0
General
PromptBeginner5 minmarkdown

line length

whitespace

0
General
PromptBeginner5 minmarkdown

- If docstrings are PRESENT: Review them for accuracy

completeness

0
Coding & Debugging
PromptBeginner5 minmarkdown

Python best practices

PEP8 standards

0
General
PromptBeginner5 minmarkdown

- If docstrings are MISSING: Add proper docstrings to all functions

classes

0