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 | unikit-gd-apply |
|---|---|---|
| Description | Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and ge — from agwacom/avad-marketplace | Dispatch an explicit, user-dictated set of edits that spans TWO OR MORE zones of the GDD — the master spec, systems, content types, and flows — in one ordered pass. Writes nothing itself: it resolves each delta to its… |
| Category | Science & Research | Science & Research |
| Sub-category | science-misc | science-misc |
| Tags | type:review | — |
| Author | agwacom | NintendaDev |
| License | — | MIT |
| Install | /add-skill avad-design-consultation | /add-skill unikit-gd-apply |
_UPD=$(avad-update-check 2>/dev/null || .claude/plugins/avad/skills/bin/avad-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true
mkdir -p ~/.avad/sessions
touch ~/.avad/sessions/"$PPID"
_SESSIONS=$(find ~/.avad/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
find ~/.avad/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
_PROACTIVE=$(avad-config get proactive 2>/dev/null || echo "true")
_PROACTIVE_PROMPTED=$([ -f ~/.avad/.proactive-prompted ] && echo…
1. GAME.md / roster → /unikit-gd-spec (content edits, and add-system for any new system a later delta needs)
2. systems → /unikit-gd-system (the single upstream source — always before content/flow)
3. content types → /unikit-gd-content (a sink of the system axis)
4. flows → /unikit-gd-flow (a sink of the system axis)
design-consultation — Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and ge — from agwacom/avad-marketplace
unikit-gd-apply — Dispatch an explicit, user-dictated set of edits that spans TWO OR MORE zones of the GDD — the master spec, systems, content types, and flows — in one ordered pass. Writes nothing itself: it resolves each delta to its…
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.