Explore

Find agent skills by outcome

115,884 skills indexed with the new KISS metadata standard.

Showing 24 of 115,884Categories: General
General
PromptBeginner5 minmarkdownQuality: 22

→ QUESTION

NOT STATEMENT

0
General
PromptBeginner5 minmarkdownQuality: 22

Changes what anger IS - not identity

but cover for hurt/fear

0
General
PromptBeginner5 minmarkdownQuality: 22

Gives new identity: not monster

but overwhelmed human

0
General
PromptBeginner5 minmarkdownQuality: 22

→ If yes

check if it STOPS there (mechanical) or GOES DEEPER (possibly transformative)

0
General
PromptBeginner5 minmarkdownQuality: 22

For Each Response

I Ask:

0
General
PromptBeginner5 minmarkdownQuality: 22

Does this response shift the user's underlying frame (ontology

self-concept

0
General
PromptBeginner5 minmarkdownQuality: 22

3. Offers techniques (breathing

grounding

0
General
PromptBeginner5 minmarkdownQuality: 22

The frame itself changed

not just the user's coping ability within the frame.

0
General
PromptBeginner5 minmarkdownQuality: 22

BEFORE: User sees self as X

problem as Y

0
General
PromptBeginner5 minmarkdownQuality: 22

AFTER: User sees self as X'

problem as Y'

0
General
PromptBeginner5 minmarkdownQuality: 22

(Problem stays the same

coping improves)

0
General
PromptBeginner5 minmarkdownQuality: 22

- Self-concept: How the user defines themselves (I'm a burden

I'm a monster)

0
General
PromptBeginner5 minmarkdownQuality: 26

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 minmarkdownQuality: 22

results = run_analysis(CORPUS

lens)

0
General
PromptBeginner5 minmarkdownQuality: 22

print(fTransformative signals: {'

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

0
General
PromptBeginner5 minmarkdownQuality: 22

after: Her tears = Her limitation

Love = ? (questioned)

0
General
PromptBeginner5 minmarkdownQuality: 22

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

Love = Obedience

0
General
PromptBeginner5 minmarkdownQuality: 22

after: I = ? (open question)

Worth = Inherent existence

0
General
PromptBeginner5 minmarkdownQuality: 22

signal_str = '

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

0
General
PromptBeginner5 minmarkdownQuality: 22

print(fSignals: {'

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

0
General
PromptBeginner5 minmarkdownQuality: 22

analysis = analyze_response(item['response']

lens)

0
General
PromptBeginner5 minmarkdownQuality: 22

for name

pattern in lens.mechanical_patterns:

0
General
PromptBeginner5 minmarkdownQuality: 22

def run_analysis(corpus: List[dict]

lens: CGILens) -> List[dict]:

0
General
PromptBeginner5 minmarkdownQuality: 22

if re.search(pattern

response

0