Explore

Find agent skills by outcome

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

Showing 24 of 73,158Categories: Data & Insights, Writing & Content, Creative, Education, General, Coding & Debugging, Data
General
PromptBeginner5 minmarkdown

> Does this response change HOW the user sees their problem

or does it just help them cope WITH the problem as they already see it?

0
General
PromptBeginner5 minmarkdown

results = run_analysis(CORPUS

lens)

0
General
PromptBeginner5 minmarkdown

(Problem stays the same

coping improves)

0
General
PromptBeginner5 minmarkdown

before: Her tears = Proof I don't love her

Love = Obedience

0
General
PromptBeginner5 minmarkdown

print(fTransformative signals: {'

'.join(r['transformative_signals'])})

0
General
PromptBeginner5 minmarkdown

after: Her tears = Her limitation

Love = ? (questioned)

0
Education
PromptBeginner5 minmarkdown

before: I = Good Student

Worth = Performance

0
General
PromptBeginner5 minmarkdown

after: I = ? (open question)

Worth = Inherent existence

0
General
PromptBeginner5 minmarkdown

print(fSignals: {'

'.join(r['transformative_signals'])})

0
General
PromptBeginner5 minmarkdown

analysis = analyze_response(item['response']

lens)

0
General
PromptBeginner5 minmarkdown

signal_str = '

'.join(signals[:2]) if signals else 'N/A'

0
General
PromptBeginner5 minmarkdown

def run_analysis(corpus: List[dict]

lens: CGILens) -> List[dict]:

0
General
PromptBeginner5 minmarkdown

if re.search(pattern

response

0
General
PromptBeginner5 minmarkdown

for name

pattern in lens.mechanical_patterns:

0
General
PromptBeginner5 minmarkdown

if re.search(pattern

response

0
General
PromptBeginner5 minmarkdown

for name

pattern in lens.transformative_patterns:

0
General
PromptBeginner5 minmarkdown

def analyze_response(response: str

lens: CGILens) -> dict:

0
General
PromptBeginner5 minmarkdown

dict with verdict

confidence

0
General
PromptBeginner5 minmarkdown

transformative_patterns: List[Tuple[str

str]] = None

0
General
PromptBeginner5 minmarkdown

mechanical_patterns: List[Tuple[str

str]] = None

0
General
PromptBeginner5 minmarkdown

(ontology

self-concept

0
Coding & Debugging
PromptBeginner5 minmarkdown

response: It is painful to see a parent upset

but her reaction is about her inability to accept limits

0
Creative
PromptBeginner5 minmarkdown

response: Depression zaps our energy. The key is \behavioral activation\—doing things even when you don't want to. Start with something very small

like brushing your teeth.

0
General
PromptBeginner5 minmarkdown

response: It sounds like your identity was tightly wrapped around your performance. If you strip away the grades and the achievements

who is the person left underneath? What does she like to do when no one is grading her?

0