verbalized-sampling

Prompt engineering technique to overcome mode collapse in LLM responses by generating multiple answers with probabilities. Use when you want to see alternative responses beyond the top-ranked answer, explore the full distribution of possible responses, discover unexpected solutions, or understand the probability range of different answers. Particularly useful for creative tasks, complex decision-making, brainstorming, and situations where conventional top-ranked answers may be limiting.

$ 설치

git clone https://github.com/glnds/claude-config /tmp/claude-config && cp -r /tmp/claude-config/skills/verbalized-sampling ~/.claude/skills/claude-config

// tip: Run this command in your terminal to install the skill