Skip to main content

design-consultation

Provides comprehensive design consultation, creating a complete design system and generating a project's design source of truth.

Install this skill

or
32/100

Security score

The design-consultation skill was audited on Jun 5, 2026 and we found 22 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 219

Piping content to bash shell

SourceSKILL.md
2193. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
high line 219

Curl to non-GitHub URL

SourceSKILL.md
2193. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28_UPD=$(~/.claude/skills/chief/bin/chief-update-check 2>/dev/null || .claude/skills/chief/bin/chief-update-check 2>/dev/null || true)
low line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30mkdir -p ~/.chief/sessions
low line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31touch ~/.chief/sessions/"$PPID"
low line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32_SESSIONS=$(find ~/.chief/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
low line 33

Access to hidden dotfiles in home directory

SourceSKILL.md
33find ~/.chief/sessions -mmin +120 -type f -delete 2>/dev/null || true
low line 34

Access to hidden dotfiles in home directory

SourceSKILL.md
34_CONTRIB=$(~/.claude/skills/chief/bin/chief-config get chief_contributor 2>/dev/null || true)
low line 35

Access to hidden dotfiles in home directory

SourceSKILL.md
35_PROACTIVE=$(~/.claude/skills/chief/bin/chief-config get proactive 2>/dev/null || echo "true")
low line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39_LAKE_SEEN=$([ -f ~/.chief/.completeness-intro-seen ] && echo "yes" || echo "no")
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41mkdir -p ~/.chief/analytics
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42echo '{"skill":"design-consultation","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.chief/analytic
medium line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48If output shows `UPGRADE_AVAILABLE <old> <new>`: read `~/.claude/skills/chief/chief-upgrade/SKILL.md` and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with 4
low line 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57touch ~/.chief/.completeness-intro-seen
medium line 109

Access to hidden dotfiles in home directory

SourceSKILL.md
109**To file:** write `~/.chief/contributor-logs/{slug}.md` with **all sections below** (do not truncate — include every section through the Date/Version footer):
low line 191

Access to hidden dotfiles in home directory

SourceSKILL.md
191source <(~/.claude/skills/chief/bin/chief-slug 2>/dev/null)
low line 192

Access to hidden dotfiles in home directory

SourceSKILL.md
192ls ~/.chief/projects/$SLUG/*office-hours* 2>/dev/null | head -5
low line 208

Access to hidden dotfiles in home directory

SourceSKILL.md
208[ -z "$B" ] && B=~/.claude/skills/chief/browse/dist/browse
low line 52

External URL reference

SourceSKILL.md
52thing when AI makes the marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean"
low line 56

External URL reference

SourceSKILL.md
56open https://garryslist.org/posts/boil-the-ocean
low line 219

External URL reference

SourceSKILL.md
2193. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
low line 255

External URL reference

SourceSKILL.md
255$B goto "https://example-site.com"
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →