This skill helps create highly effective prompts by selecting the optimal technique and format based on task characteristics. Analyzes complexity, target LLM, accuracy needs, and context to recommend the best approach from 10+ proven methods and 4 structured formats.
| Need | Method | Best Format | Reference |
| Simple task | Zero-Shot | Natural Language | zero-shot.md | | Style consistency | Few-Shot | Same as examples | few-shot.md | | Multi-step reasoning | CoT | Natural/XML | chain-of-thought.md | | Tool interaction | ReAct | JSON | react.md | | Complex planning | ToT | YAML/XML | tree-of-thoughts.md |
효과적인 LLM 프롬프트를 디자인해야 할 때 사용하세요. 작업 복잡성, 대상 LLM, 정확도 요구 사항 및 사용 가능한 컨텍스트를 기반으로 최적의 프롬프트 방법(Chain of Thought, Few-Shot, Zero-Shot, ReAct, Tree of Thoughts, Self-Consistency) 및 출력 형식(XML, JSON, YAML, 자연어)을 지능적으로 선택합니다. 프롬프트 디자인, 프롬프트 최적화 또는 프롬프트 기술 중에서 선택할 때 트리거됩니다. 출처: rfxlamia/claude-skillkit.