sheleg-design-skill 1.3.0 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,38 @@ All notable changes to this project are documented in this file. The format
4
4
  follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions
5
5
  follow [SemVer](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.3.3] - 2026-07-30
8
+
9
+ ### Fixed
10
+ - **`argument-hint` in the slash command was unquoted.** In YAML a bare
11
+ `[a | b]` is a flow sequence, not a string, so the hint parsed as a *list*.
12
+ Found by `claude plugin validate --strict`, the upstream schema checker, which
13
+ now runs in CI on both this plugin and its marketplace manifest.
14
+ - **`homepage` and `repository` sat at the top level of `marketplace.json`,
15
+ where Claude Code does not recognize them.** They are plugin-entry fields;
16
+ moved there, so the values reach the plugin listing instead of being ignored.
17
+
18
+ ## [1.3.2] - 2026-07-30
19
+
20
+ ### Changed
21
+
22
+ - **The licence is declared in both manifests** — SPDX `license: MIT` in the
23
+ `marketplace.json` plugin entry and in the skill's front matter (mirrored into
24
+ the `.cursor` copy, which the validator holds byte-identical). The `LICENSE`
25
+ file was always present and visible on neither surface a user actually reads.
26
+
27
+ ## [1.3.1] - 2026-07-30
28
+
29
+ ### Changed
30
+
31
+ - **README** — the family list gained `agent-sync`, and the install block now
32
+ carries all three family commands (`install`, `update`, `list`) with the
33
+ restart note; skills and hooks load at session start, so the session that
34
+ updates is not the session that gets the new ones. The registry copy of the
35
+ README is what most people read, and it only moves on a release.
36
+ - `CONTRIBUTING.md` — how to run `test/validate.py` and what a PR is checked
37
+ against.
38
+
7
39
  ## [1.3.0] - 2026-07-29
8
40
 
9
41
  ### Added
package/README.md CHANGED
@@ -215,13 +215,19 @@ Built by ssheleg — [sshlg.me](https://sshlg.me)
215
215
  - Telegram — [@sshlg](https://t.me/sshlg)
216
216
 
217
217
  Part of the [ssheleg skill family](https://github.com/ssheleg/sshlg-skills):
218
- `super-ux`, `task-pipeline`, `make-skill`, `sheleg-design`, `seo-aeo-audit`.
219
- One command installs all five for every agent you use:
218
+ `super-ux`, `task-pipeline`, `agent-sync`, `make-skill`, `sheleg-design`, `seo-aeo-audit`.
219
+ **The family installs and updates as one package**, for every agent you use — a bundle with one
220
+ member current and the rest stale is a combination nobody tested:
220
221
 
221
222
  ```bash
222
- npx sshlg-skills install
223
+ npx sshlg-skills install # nothing installed yet — the whole family, any agent
224
+ npx sshlg-skills update # installed but behind — updates everything
225
+ npx --yes sshlg-skills@latest list # what the current release of each member is
223
226
  ```
224
227
 
228
+ Restart your agent afterwards: skills and hooks load at session start, so the session that
229
+ updates is not the session that gets the new ones.
230
+
225
231
  ## License
226
232
 
227
233
  MIT © ssheleg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheleg-design-skill",
3
- "version": "1.3.0",
3
+ "version": "1.3.3",
4
4
  "description": "Design taste as an installable agent skill. Cinematic scroll-driven landing pages built on one scroll clock and layered degrade-to-calm motion, plus three locked style packs with ready-made design tokens — instrument-console (dark), editorial-luxury (warm), workbench (light/dark product UI for dashboards, admin and dev tools). Works with Cursor, Claude Code and any agent that reads a SKILL.md.",
5
5
  "bin": {
6
6
  "sheleg-design-skill": "bin/cli.js"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sheleg-design",
3
3
  "description": "SHELEG Design methodology: cinematic scroll-driven landing pages (single scroll clock, layered degrade-to-calm motion, WebGL particle formations) plus pluggable visual style packs — instrument-console (dark console), editorial-luxury (warm editorial), workbench (light/dark product UI for dashboards and tools). Ships the sheleg-design skill, the architecture reference, style packs with ready-made token CSS, and the /sheleg-design command.",
4
- "version": "1.3.0",
4
+ "version": "1.3.3",
5
5
  "author": {
6
6
  "name": "ssheleg"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Apply the SHELEG Design methodology (single-clock, layered, degrade-to-calm motion) to the current landing-page / hero / scroll-animation task — or its style packs to product UI (dashboards, admin, internal tools)
3
- argument-hint: [what to build or upgrade]
3
+ argument-hint: "[what to build or upgrade]"
4
4
  ---
5
5
 
6
6
  Invoke the `sheleg-design` skill and apply it to the current request.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: sheleg-design
3
3
  description: Use when building or upgrading a cinematic scroll-driven landing page, marketing site, or hero experience (particle/WebGL background, scroll-linked animation, parallax, scrubbed sections) — when such a page feels busy or janky or its motion layers drift out of sync — or when styling product UI with its style packs - dashboards, admin panels, internal/dev tools, design tokens, light/dark themes - or when carrying a visual system across the Figma border (publishing tokens as variables, implementing a design without importing raw values). Triggers - "cinematic landing" / "кинематографичный лендинг", "scroll animation" / "скролл-анимация", "particle landing" / "лендинг с частицами", "dashboard style" / "стиль дашборда", "design tokens" / "дизайн-токены", "light/dark theme" / "светлая/тёмная тема", "figma variables" / "переменные фигмы", "figma to code" / "фигма в код", "chat/agent UI" / "интерфейс чата или агента", "streaming output" / "стриминг ответа".
4
+ license: MIT
4
5
  ---
5
6
 
6
7
  # SHELEG Design