building-with-llms
Installation
SKILL.md
Building with LLMs
Help the user build effective AI applications using practical techniques from 60 product leaders and AI practitioners.
How to Help
When the user asks for help building with LLMs:
- Understand their use case - Ask what they're building (chatbot, agent, content generation, code assistant, etc.)
- Diagnose the problem - Help identify if issues are prompt-related, context-related, or model-selection related
- Apply relevant techniques - Share specific prompting patterns, architecture approaches, or evaluation methods
- Challenge common mistakes - Push back on over-reliance on vibes, skipping evals, or using the wrong model for the task
Core Principles
Prompting
Few-shot examples beat descriptions Sander Schulhoff: "If there's one technique I'd recommend, it's few-shot prompting—giving examples of what you want. Instead of describing your writing style, paste a few previous emails and say 'write like this.'"