Documentation release. No skill content changed — all 8 skills are unchanged from v1.0.0.
npx install, now documented
npx skills add zstvns/design-skills --allThis already worked at v1.0.0 — the repo layout is exactly what the skills CLI expects. It just wasn't written down, so anyone outside Claude Code had no one-command path.
Where files land depends on which agents you target:
| Command | Result |
|---|---|
--all |
Every supported agent — .agents/skills/ plus a duplicate agent/skills/ tree and .claude/skills/ symlinks |
-a claude-code |
.claude/skills/ only |
-s brand logo-design |
Just those skills (space-separated, not comma) |
-g |
User-level instead of project-level |
npx skills update pulls later versions.
Updates are safe to re-run
These skills never write state inside their own folder — every artifact lands in your project's .agents/ directory. A re-sync that replaces skill files can't destroy your brand context, strategy record, or logo assets.
Install paths in full: INSTALL.md