sheleg-design-skill 0.6.0 → 0.7.0
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
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented in this file. The format
|
|
4
|
+
follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions
|
|
5
|
+
follow [SemVer](https://semver.org/spec/v2.0.0.html).
|
|
6
|
+
|
|
7
|
+
## [0.7.0] - 2026-07-25
|
|
8
|
+
|
|
9
|
+
Review pass.
|
|
10
|
+
|
|
11
|
+
- **FIX: `SHELEG_DESIGN.md` pointed at a non-existent `DESIGN.md`** and hard-coded
|
|
12
|
+
the instrument-console palette in the build recipe, contradicting the
|
|
13
|
+
style-agnostic method — §11 now says to implement the chosen style pack's tokens.
|
|
14
|
+
- **Toggleable release automation** (`.github/workflows/release.yml`, off unless
|
|
15
|
+
`RELEASE_ENABLED` is set): the repo shipped 0.2.0–0.6.0 with no tags and no
|
|
16
|
+
GitHub releases.
|
|
17
|
+
- README gains a Russian section; `package.json` `files[]` ships `CHANGELOG.md`;
|
|
18
|
+
a stray untracked `.claude/skills/sheleg-design` plain copy was removed and
|
|
19
|
+
`.claude/` gitignored (it shadowed the plugin).
|
|
20
|
+
|
|
21
|
+
## [0.6.0] - 2026-07-20
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- Ready-made token layers `styles/tokens/<pack>.css` for all three packs
|
|
26
|
+
(copy verbatim instead of transcribing tables; workbench ships light +
|
|
27
|
+
`data-theme="dark"` twins). Validator requires a tokens file per pack.
|
|
28
|
+
- Motion-flavor sections in the cinematic packs (particle tint/energy,
|
|
29
|
+
Reveal set, instrument styling per style).
|
|
30
|
+
- Versioned release test scenarios (`test/scenarios.md`, T1–T6) encoding
|
|
31
|
+
the RED/GREEN history.
|
|
32
|
+
- Validator installer-sync check (every bundle file shipped by install.sh;
|
|
33
|
+
npx CLI now walks the bundle at runtime — adding a pack no longer
|
|
34
|
+
touches installers) and a CI negative self-test (validator must FAIL on
|
|
35
|
+
a corrupted version).
|
|
36
|
+
- Style-pack authoring skeleton `templates/style-pack-template.md`;
|
|
37
|
+
`/sheleg-design` accepts a pack name argument.
|
|
38
|
+
|
|
39
|
+
### Fixed
|
|
40
|
+
|
|
41
|
+
- Discovery gap: skill description (and Cursor rule) now trigger on
|
|
42
|
+
product-UI tasks — dashboards, admin tools, design tokens, light/dark
|
|
43
|
+
themes (EN + RU) — previously such tasks never loaded the skill.
|
|
44
|
+
- Stale manifests: package.json / marketplace / plugin descriptions and
|
|
45
|
+
the Cursor rule now mention style packs incl. workbench.
|
|
46
|
+
|
|
47
|
+
## [0.5.0] - 2026-07-20
|
|
48
|
+
|
|
49
|
+
### Added
|
|
50
|
+
|
|
51
|
+
- **`workbench` style pack** — quiet light+dark utilitarian product UI for
|
|
52
|
+
dashboards, admin panels, and internal/dev tools: neutral grays, borders
|
|
53
|
+
as elevation, one functional blue accent, system + mono type, canonical
|
|
54
|
+
atoms (status dot, chip, stat tile, sparkline), honest-state and
|
|
55
|
+
glanceability rules. Blended from the Builder Pro AI production design
|
|
56
|
+
system and GitHub-style border discipline. Usable standalone — SKILL.md
|
|
57
|
+
now routes dashboard/tool requests to this pack instead of excluding
|
|
58
|
+
them outright.
|
|
59
|
+
|
|
60
|
+
## [0.4.0] - 2026-07-19
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
|
|
64
|
+
- **Style packs** (`styles/`): the motion methodology is now style-agnostic
|
|
65
|
+
and pairs with a chosen visual identity pack. Two packs ship:
|
|
66
|
+
`instrument-console` (near-black aerospace console, electric-blue signal
|
|
67
|
+
— the original reference style) and `editorial-luxury` (warm cream +
|
|
68
|
+
espresso + sage, Fraunces/Newsreader/JetBrains Mono, dossier motifs —
|
|
69
|
+
extracted from the prowl.chat production design system). Each pack locks
|
|
70
|
+
palette/type/texture/motion tokens, signature motifs, and bans; SKILL.md
|
|
71
|
+
documents the pack contract for authoring new styles.
|
|
72
|
+
- Installers (npx CLI, install.sh) ship the `styles/` directory; validator
|
|
73
|
+
enforces >=2 packs with required sections.
|
|
74
|
+
|
|
75
|
+
## [0.3.0] - 2026-07-19
|
|
76
|
+
|
|
77
|
+
### Added
|
|
78
|
+
|
|
79
|
+
- Claude Code marketplace layout: `.claude-plugin/marketplace.json` +
|
|
80
|
+
`plugins/sheleg-design/` (plugin.json, `/sheleg-design` command, skill).
|
|
81
|
+
Installable via `/plugin marketplace add ssheleg/sheleg-design-skill` and
|
|
82
|
+
discoverable by the vercel-labs `skills` CLI.
|
|
83
|
+
- Cursor rule `cursor/rules/sheleg-design.mdc` (self-contained, no relative
|
|
84
|
+
links).
|
|
85
|
+
- Repo consistency validator `test/validate.py` + GitHub Actions CI
|
|
86
|
+
(`validate.yml`: validator, `node --check`, CLI smoke test).
|
|
87
|
+
- POSIX fallback installer `install.sh` (local checkout / curl / wget).
|
|
88
|
+
- Russian trigger phrases in the skill description.
|
|
89
|
+
|
|
90
|
+
### Changed
|
|
91
|
+
|
|
92
|
+
- Skill bundle moved from `skill/` to
|
|
93
|
+
`plugins/sheleg-design/skills/sheleg-design/`; the npx installer copies
|
|
94
|
+
from the new location (installed layout unchanged).
|
|
95
|
+
|
|
96
|
+
## [0.2.0] - 2026-07-19
|
|
97
|
+
|
|
98
|
+
### Changed
|
|
99
|
+
|
|
100
|
+
- SKILL.md reworked to skill-authoring canon: trigger-only description
|
|
101
|
+
(no workflow summary), canonical sections (Overview / When to Use / Core
|
|
102
|
+
Pattern / How to Apply / Quick Reference / Common Mistakes), ~590 words,
|
|
103
|
+
explicit REQUIRED REFERENCE pointer to SHELEG_DESIGN.md.
|
|
104
|
+
- Reference doc genericized (removed source-repo-specific `v2` paths).
|
|
105
|
+
- Verified with subagent scenarios (trigger, application, retrieval) before
|
|
106
|
+
and after the rewrite.
|
|
107
|
+
|
|
108
|
+
## [0.1.0] - 2026-06-11
|
|
109
|
+
|
|
110
|
+
### Added
|
|
111
|
+
|
|
112
|
+
- Initial release: SKILL.md + SHELEG_DESIGN.md bundle and the zero-dependency
|
|
113
|
+
`npx sheleg-design-skill` installer (auto-detect `.cursor`/`.claude`,
|
|
114
|
+
`--cursor`, `--claude`, `--dir`, `--force`).
|
package/README.md
CHANGED
|
@@ -117,6 +117,19 @@ test on every push and PR. Versioning is semver; bump `marketplace.json` +
|
|
|
117
117
|
`plugin.json` + `package.json` + `CHANGELOG.md` together — the validator
|
|
118
118
|
enforces the sync.
|
|
119
119
|
|
|
120
|
+
## По-русски
|
|
121
|
+
|
|
122
|
+
**sheleg-design** — методология SHELEG: кинематографичные скролл-лендинги (единые
|
|
123
|
+
часы анимации, слоистая композиция, «degrade to calm» при снижении ресурсов) плюс
|
|
124
|
+
**style packs** для продуктового UI. Метод — style-agnostic; визуальную систему
|
|
125
|
+
задаёт выбранный пак (`styles/<pack>.md` + `styles/tokens/<pack>.css`):
|
|
126
|
+
`instrument-console` (тёмная приборная панель), `editorial-luxury` (тёплая
|
|
127
|
+
издательская), `workbench` (светлый рабочий интерфейс).
|
|
128
|
+
|
|
129
|
+
Триггеры: «кинематографичный лендинг», «скролл-анимация», «лендинг с частицами»,
|
|
130
|
+
«стиль дашборда», «дизайн-токены», «светлая/тёмная тема». Запуск — `/sheleg-design
|
|
131
|
+
<что построить или улучшить>`. Установка — см. раздел Install выше.
|
|
132
|
+
|
|
120
133
|
## License
|
|
121
134
|
|
|
122
135
|
MIT © ssheleg
|
package/bin/cli.js
CHANGED
|
@@ -169,7 +169,7 @@ function main() {
|
|
|
169
169
|
`\n${c("green", "✓")} ${c("bold", "SHELEG Design")} installed to ${c("blue", rel + "/")}\n` +
|
|
170
170
|
` ${c("dim", "SKILL.md")} the agent skill\n` +
|
|
171
171
|
` ${c("dim", "SHELEG_DESIGN.md")} the full reference\n` +
|
|
172
|
-
` ${c("dim", "styles/")} style packs (console / editorial)\n\n` +
|
|
172
|
+
` ${c("dim", "styles/")} style packs (instrument-console / editorial-luxury / workbench)\n\n` +
|
|
173
173
|
`Your Cursor / Claude agent can now discover the skill and build\n` +
|
|
174
174
|
`cinematic, scroll-driven, particle-backed pages on its principles.\n\n` +
|
|
175
175
|
`${c("dim", "Docs: " + pkg.homepage)}\n`,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sheleg-design-skill",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "SHELEG Design
|
|
3
|
+
"version": "0.7.0",
|
|
4
|
+
"description": "SHELEG Design \u2014 an agent skill for cinematic scroll-driven landing pages AND product UI. Installs a SKILL.md + architecture reference + style packs (instrument-console dark, editorial-luxury warm, workbench light/dark for dashboards & tools) so Cursor/Claude agents build with a single-clock motion system and locked design tokens.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sheleg-design-skill": "bin/cli.js"
|
|
7
7
|
},
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"plugins/",
|
|
11
11
|
"cursor/",
|
|
12
12
|
"README.md",
|
|
13
|
-
"LICENSE"
|
|
13
|
+
"LICENSE",
|
|
14
|
+
"CHANGELOG.md"
|
|
14
15
|
],
|
|
15
16
|
"type": "commonjs",
|
|
16
17
|
"engines": {
|
|
@@ -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": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "ssheleg"
|
|
7
7
|
},
|
|
@@ -526,7 +526,10 @@ text-equivalent in the DOM (e.g. the ecosystem stage keeps the diagram's
|
|
|
526
526
|
|
|
527
527
|
A pragmatic order that front-loads the parts everything else depends on.
|
|
528
528
|
|
|
529
|
-
1. **Lay the visual system first.**
|
|
529
|
+
1. **Lay the visual system first.** Pick a style pack (`styles/<pack>.md` +
|
|
530
|
+
`styles/tokens/<pack>.css`) and implement ITS tokens verbatim — the pack is the
|
|
531
|
+
visual contract, this document is the motion/structure method. The
|
|
532
|
+
`instrument-console` pack, for example, gives: near-black canvas,
|
|
530
533
|
one signal accent, hairline structure, mono telemetry labels, the panel /
|
|
531
534
|
button / status-pill components. Motion on top of a weak visual system just
|
|
532
535
|
amplifies the weakness.
|
|
@@ -638,6 +641,6 @@ A pragmatic order that front-loads the parts everything else depends on.
|
|
|
638
641
|
---
|
|
639
642
|
|
|
640
643
|
*SHELEG Design is the motion + systems half of this site's identity; pair it
|
|
641
|
-
with `
|
|
644
|
+
with the chosen `styles/<pack>.md` for the visual half. The north star for both: it should feel
|
|
642
645
|
like a precision instrument responding to your hand — authority through
|
|
643
646
|
accuracy and restraint, not spectacle.*
|