Two Science & Research Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.
| Name | design-consultation | eval-driven-development |
|---|---|---|
| Description | Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates… | Use when reasoning about building language-model-integrated systems by writing evaluations before and alongside the system: the statistical (not binary) nature of LLM evals, the five primitives (dataset, evaluation… |
| Category | Science & Research | Science & Research |
| Sub-category | science-misc | math-stats |
| Tags | type:review | — |
| Author | ClyptAI | jacob-balslev |
| License | — | — |
| Install | /add-skill design-consultation | /add-skill eval-driven-development |
_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true
mkdir -p ~/.gstack/sessions
touch ~/.gstack/sessions/"$PPID"
_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
_…
┌─────────┐ ┌──────────┐ ┌──────────────┐ ┌──────────┐
│ Eval │ -> │ Diagnose │ -> │ Change │ -> │ Re-run │
│ baseline│ │ failures │ │ (prompt, │ │ Eval │
│ │ │ │ │ model, │ │ │
│ │ │ │ │ retrieval, │ │ │
│ │ │ │ │ tooling) │ │ │
└─────────┘ └──────────┘ └──────────────┘ └──────────┘…
design-consultation — Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates…
eval-driven-development — Use when reasoning about building language-model-integrated systems by writing evaluations before and alongside the system: the statistical (not binary) nature of LLM evals, the five primitives (dataset, evaluation…
Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.
See all Claude Code skill comparisons · Browse all Science & Research skills · Top 100
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.