i18n/de/skills/listen-guidance/SKILL.md
Guide a person in developing active listening skills. AI coaches receptive mindset preparation, full-presence attending, reflective paraphrasing, clarifying questioning, synthesis of understanding, and integration of insights into communication practice. Verwenden wenn a person wants to improve communication, when someone keeps misunderstanding others or feels misunderstood, when preparing for a difficult conversation wie z.B. a feedback session or conflict resolution, or when a person notices they talk more than they listen.
npx skillsauth add pjt222/agent-almanac listen-guidanceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guide a person in developing and practicing active listening skills. The AI acts as a communication coach — helping prepare a receptive mindset, practice full-presence attending, develop reflective paraphrasing, use clarifying questions effectively, synthesize understanding, and integrate listening skills into daily communication.
meditate-guidance has cultivated presence, the person wants to direct that presence toward othersBefore practicing listening skills, help the person understand and enter a receptive state.
Erwartet: The person has identified mindestens one habitual listening pattern they want to change and has set a clear intention for die Praxis session. They feel calm and present anstatt performance-anxious.
Bei Fehler: If the person cannot identify a pattern, it kann unconscious — suggest they notice what happens in their body when someone is talking (tension, restlessness, urge to speak). If they feel self-conscious about their listening, normalize: "Everyone has these patterns — noticing them is the first step to choice."
Guide the person durch die Praxis of giving full attention to a speaker.
Erwartet: The person experiences the difference zwischen habitual listening and intentional listening. They notice when their attention drifts and practice the return. Even brief moments of full presence are valuable.
Bei Fehler: If they say "I was listening the whole time," ask specific content questions — inability to recall details reveals inattention that felt like attention. If they cannot stop their internal monologue, suggest focusing on the speaker's breath rhythm or pace of speech as an anchor — this occupies the analytical mind while keeping attention on the speaker.
Lehren the person to mirror understanding back to the speaker.
Paraphrase Quality Ladder:
┌──────────────┬────────────────────────────────────────────────────────┐
│ Level │ Example │
├──────────────┼────────────────────────────────────────────────────────┤
│ Parrot │ "You said you're frustrated with the project" │
│ (repeating) │ → Too literal, doesn't show understanding │
├──────────────┼────────────────────────────────────────────────────────┤
│ Content │ "The project isn't going the way you expected" │
│ (facts) │ → Captures meaning, misses feeling │
├──────────────┼────────────────────────────────────────────────────────┤
│ Feeling │ "You're feeling stuck because the project keeps │
│ (emotion) │ hitting obstacles" │
│ │ → Captures both content and emotion │
├──────────────┼────────────────────────────────────────────────────────┤
│ Meaning │ "This matters to you because you put real effort in, │
│ (full) │ and the obstacles feel like they're dismissing that" │
│ │ → Captures content, emotion, and deeper meaning │
└──────────────┴────────────────────────────────────────────────────────┘
Erwartet: The person can paraphrase at the content level consistently and reaches the feeling level mindestens once. They experience how paraphrasing changes the dynamic — the "speaker" (AI) feels heard.
Bei Fehler: If paraphrases are too literal (parrot level), encourage: "Versuchen using vollstaendig different words while keeping the same meaning." If they jump to interpretation stattdessen of reflection, redirect: "Before interpreting, first mirror what was said." If they find paraphrasing awkward, acknowledge that it feels unnatural at first but becomes natural with practice.
Lehren the person to deepen understanding durch well-placed questions.
Erwartet: The person can ask mindestens one open and one clarifying question naturally. They experience how good questions deepen understanding more than statements do.
Bei Fehler: If all their questions are leading (disguised advice), name das Muster gently: "That's a suggestion in question form. Versuchen asking what they think first." If they ask too many questions (interrogation style), teach the rhythm: listen, paraphrase, then one question, then listen again.
Guide the person in pulling together everything they heard into a coherent summary.
Erwartet: The person can synthesize a multi-threaded message into a coherent summary that captures the speaker's priorities and feelings, not just the facts.
Bei Fehler: If the summary is fact-only, prompt: "What was the person feeling waehrend this?" If the summary misses a major thread, point it out and discuss why it was missed (often reveals a listening filter). If the summary adds things not said, distinguish zwischen what was heard and what was inferred.
Help the person transfer die Praxis skills to their real-world context.
Erwartet: The person has mindestens one concrete, actionable listening practice to apply in their real life. They understand that listening is a skill that develops durch use, not a technique to deploy perfectly.
Bei Fehler: If the skills feel artificial, acknowledge that and emphasize: "The goal ist nicht to follow a script — it's to become genuinely curious about the other person's experience. The techniques get you there; then the curiosity takes over." If they are anxious about the specific conversation, shift focus from listening technique to listening intention: "Your intention is to understand them, not to win or fix."
listen — the AI self-directed variant for deep receptive attention to user intentlearn-guidance — learning and listening share the foundation of receptive attentionteach-guidance — effective teaching requires listening to the learner's needsmeditate-guidance — cultivating presence that underpins attentive listeningheal-guidance — healing conversations require the deepest listeningtesting
Launch all available agents in parallel waves for open-ended hypothesis generation on problems where the correct domain is unknown. Use when facing a cross-domain problem with no clear starting point, when single-agent approaches have stalled, or when diverse perspectives are more valuable than deep expertise. Produces a ranked hypothesis set with convergence analysis and adversarial refinement.
tools
Write integration tests for a Node.js CLI application using the built-in node:test module. Covers the exec helper pattern, output assertions, filesystem state verification, cleanup hooks, JSON output parsing, error case testing, and state restoration after destructive tests. Use when adding tests to an existing CLI, testing a new command, verifying adapter behavior across frameworks, or setting up CI for a CLI tool.
development
Screen a proposed trademark for conflicts and distinctiveness before filing. Covers trademark database searches (TMview, WIPO Global Brand Database, USPTO TESS), distinctiveness analysis using the Abercrombie spectrum, likelihood of confusion assessment using DuPont factors and EUIPO relative grounds, common law rights evaluation, and goods/services overlap analysis. Produces a conflict report with a risk matrix. Use before adopting a new brand name, logo, or slogan — distinct from patent prior art search, which uses different databases, legal frameworks, and analysis methods.
tools
Scaffold a new CLI command using Commander.js with options, action handler, three output modes (human-readable, quiet, JSON), and optional ceremony variant. Covers command naming, option design, shared context patterns, error handling, and integration testing. Use when adding a command to an existing Commander.js CLI, designing a new CLI tool from scratch, or standardizing command structure across a multi-command CLI.