ink-google
Catalogue stub — full skill: google-labs-code/design.md
Decision tree
Is the full skill already installed? Check whether the skill at this location still has a
das:block:- Global:
grep -q "^das:" ~/.agents/skills/ink-google/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - Project:
grep -q "^das:" .agents/skills/ink-google/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - No
das:block → full skill installed, invoke it and proceed das:block present → go to step 2
- Global:
Detect scope, then install:
To detect scope:
[ -e ~/.agents/skills/ink-google ] && echo "global" || echo "project"Global (installed with
-g):npx skills add google-labs-code/design.md --skill ink-google -g -yProject (installed without
-g):npx skills add google-labs-code/design.md --skill ink-google -yClaude Code: send either command as a chat message starting with
!to run it without leaving the conversation.
Invoke after install
- Skill name:
ink-google - Trigger phrases: "ink design", "ink style", "editorial design", "artifact design"
What it does
Applies a distinctive ink-style editorial aesthetic to Claude artifact output: high contrast, strong typographic voice, minimal restrained color, and clean structural composition. From Google Labs' design.md project — a system for encoding visual design intent into agent-readable format.