This skill teaches agents how to use Verbalized Sampling (VS) - a research-backed prompting technique that dramatically increases output diversity (1.6-2.1× improvement) without sacrificing quality.
The Problem: Standard aligned LLMs suffer from "mode collapse" - they generate overly similar, safe, predictable outputs because of typicality bias in training data.
The Solution: Instead of asking for single instances ("write a blog post"), VS prompts the model to verbalize a probability distribution over multiple responses ("generate 5 blog post ideas with their probabilities").
VS(Verbalized Sampling) 기술을 사용하여 매우 다양한 창의적 콘텐츠를 생성하기 위한 에이전트 워크플로입니다. 사용자가 다양한 변형, 브레인스토밍, 창의적인 아이디어를 요청하거나 표준 메시지가 반복적인 출력을 생성하는 경우에 사용합니다. 품질을 유지하면서 다양성을 1.6-2.1배 증가시킵니다. 작동 대상: 블로그 게시물, 소셜 미디어 캡션, 스토리, 캠페인 아이디어, 제품 설명, 태그라인 및 개방형 창의적 작업. 출처: rfxlamia/claude-skillkit.