sheleg-design-skill 1.36.0 → 1.37.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
CHANGED
|
@@ -4,6 +4,63 @@ 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.37.0] - 2026-08-16
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **The description now advertises the words an operator actually types.** Board row
|
|
12
|
+
`B-49` in the family umbrella measured it: every one of the fifteen triggers was a
|
|
13
|
+
compound noun phrase — `cinematic landing`, `design tokens`, `dashboard style` — so the
|
|
14
|
+
router that owns the visual layer could not be reached by asking for visual work.
|
|
15
|
+
`сделай paywall красивее` → `[]`. `поменяй палитру` → `[]`. `сделай дизайн лендинга` →
|
|
16
|
+
`[]`. And **`make the hero more cinematic` → `[]`**, because the trigger was the phrase
|
|
17
|
+
`cinematic landing` and not the word.
|
|
18
|
+
|
|
19
|
+
A trigger may only be a word this description advertises — the family's own check
|
|
20
|
+
enforces that, which is why the fix starts here. Seven plain pairs are added:
|
|
21
|
+
`palette` / `палитра`, `colors` / `цвета`, `typography` / `типографика`, `font` /
|
|
22
|
+
`шрифт`, `how it looks` / `выглядит`, `make it prettier` / `красивее`, and the
|
|
23
|
+
description is reworded to open with what it is for — *deciding how something looks or
|
|
24
|
+
moves* — rather than with the most cinematic thing it can do.
|
|
25
|
+
|
|
26
|
+
**`landing` alone is deliberately not a trigger.** A landing page is copy as much as it
|
|
27
|
+
is visual, and the bare noun would take the route from `copywriting`.
|
|
28
|
+
|
|
29
|
+
Measured after, and the instrument matters: routing is a model reading a description,
|
|
30
|
+
not a substring matcher, so the check is *does the description carry a stem the
|
|
31
|
+
operator's phrase contains* — `палитр`, `красив`, `цвет`, `анимац`, `дизайн`, `hero`.
|
|
32
|
+
All seven visual phrases reach one; all six controls — a payment bug, a text for a
|
|
33
|
+
landing page, a production check, a test, a README, a refactor — reach none.
|
|
34
|
+
|
|
35
|
+
The first instrument said otherwise and was wrong: it compared exact substrings in a
|
|
36
|
+
language that declines, so `палитра` missed `палитру` and `красивее` missed `красиво`,
|
|
37
|
+
and it tokenised the compound trigger `кинематографичный лендинг` into words and then
|
|
38
|
+
reported the bare `лендинг` leaking onto the copy work it was written to avoid. Three
|
|
39
|
+
false misses and one false leak, all of them the checker's.
|
|
40
|
+
|
|
41
|
+
## [1.36.1] - 2026-08-16
|
|
42
|
+
|
|
43
|
+
**1.36.0 added two traps and left the sentence above them saying six.** The Gotchas section
|
|
44
|
+
of `awning` opened with "Six traps" over a list of eight, because the edit that added them
|
|
45
|
+
matched on a guessed line wrap and the header replacement silently did not apply. Every gate
|
|
46
|
+
passed: the repository's counted-claims check counts **packs and kits**, not the things a
|
|
47
|
+
pack says about itself.
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- The header now reads "Eight traps" and names which five are the reference's — and which
|
|
52
|
+
**two of those five were found only by rendering**.
|
|
53
|
+
|
|
54
|
+
### Added
|
|
55
|
+
|
|
56
|
+
- **`validate.py` now checks a pack's stated trap count against its own list.** No other
|
|
57
|
+
pack in the library disagreed, measured; the class was simply ungated.
|
|
58
|
+
- **And the check's first draft could not fail.** `NUMBER_WORDS` is keyed lowercase, the pack
|
|
59
|
+
writes "Eight" capitalised, so the lookup returned `None` and every pack was skipped in
|
|
60
|
+
silence — a gate that passes everything, which is precisely the defect it exists to catch.
|
|
61
|
+
Caught by planting the defect and watching for a failure that never came. `.lower()` added,
|
|
62
|
+
re-planted, and watched failing before being kept. 2653 → **2657** checks.
|
|
63
|
+
|
|
7
64
|
## [1.36.0] - 2026-08-16
|
|
8
65
|
|
|
9
66
|
**`awning` shipped as a specification and had never been rendered.** Asked whether the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sheleg-design-skill",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.0",
|
|
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, a motion doctrine that decides whether to animate before it decides how, three calibration dials, and twenty-two locked style packs with ready-made design tokens — instrument-console, editorial-luxury, workbench, briefing-room, atrium, orchard, field-notes, cyclorama, showroom, blueprint, prism, maquette, scoreboard, datasheet, manpage, pigeonhole, roster, ora, tenor, paperclip and ledger. Colour, slop and fork-reciprocity gates run as scripts, not opinions. Works with Cursor, Claude Code and any agent that reads a SKILL.md.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sheleg-design-skill": "bin/cli.js"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "sheleg-design",
|
|
3
3
|
"displayName": "SHELEG Design",
|
|
4
4
|
"description": "SHELEG Design methodology: cinematic scroll-driven landing pages (single scroll clock, layered degrade-to-calm motion, WebGL particle formations), a motion doctrine that decides whether to animate before it decides how, and twenty-two pluggable visual style packs — instrument-console (dark console), editorial-luxury (warm editorial), workbench (light/dark product UI for dashboards and tools), briefing-room (dark 16:9 deck), atrium (warm consumer health), orchard (friendly consumer biotech), field-notes (warm paper for dev tools sold on auditability), cyclorama (a pastel field on a 32s cycle), showroom (the product as the exhibit), blueprint (a drawing sheet, zero radius), prism (one iridescent wash over mono body), maquette (cream axonometric models on a dark table), scoreboard (warm paper, pixel numerals, a dark ledger of results), datasheet (an off-white spec sheet whose live instrument goes dark when it detects the reader is hiding), manpage (a developer landing page set in the reader's own system monospace on cream paper, with coral label chips that are real headings and a dark code frame as the argument), pigeonhole (a white sorting wall whose nine pastel categories are a filing scheme rather than a mood, each a two-layer chip whose label word is mandatory), roster (a white field in a faint grid of squares whose argument is other people's marks — client logotypes in pill-labelled industry columns, an engine's wordmark inside the headline — where the proof is a name rather than a number), ora (a warm coal field with cream ink and no third hue — the accent is the inverted field — a serif carrying every human sentence over a monospace carrying every machine fact, a terminal surface cut below the page, and a six-step verdict ramp, for products whose output is a machine's verdict about the reader), tenor (warm paper with zero radius and zero shadow, one hairline weight, an orange that exists only on hover and on focus, a sans tracked negative against a mono tracked positive, display at a line-height below one in an eight-to-twelve-character measure, and product proof delivered as silent looping video, for products arguing that a new kind of thing must be managed like an existing organisation), paperclip (neutral coal with no functional colour at all — every control monochrome and elevation made of hairlines, with the whole chromatic budget spent on a curtain of gradient capsules and twelve gradient section badges that cannot be clicked — for products that ask a person to run something that runs itself: agent teams, autonomous back-office, schedulers and budget-governed compute), ledger (warm cream paper ruled by a hairline at 12% ink and no shadow on any card, radius 15 nested concentrically, an ink primary button and a terracotta accent that never fills a control — it labels, as a 10px monospace uppercase kicker — with a seal on every card stating how its number is known, for the console of a product that answers questions about data: AI analysts, BI surfaces, query workspaces). Ships the sheleg-design skill, the architecture reference, the motion doctrine, the Figma and Claude Design bridges, AI-surface patterns, style packs with ready-made token CSS, and the /sheleg-design command, and awning (a white forecourt where the accent is black and no hue reaches the chrome at all, a pill whose radius is a declared component token, one variable grotesque at 420/550 with no 700, and a single three-layer shadow, for commerce and platform front doors).",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.37.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ssheleg",
|
|
8
8
|
"url": "https://x.com/sshlg93"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sheleg-design
|
|
3
|
-
description: Use when
|
|
3
|
+
description: Use when deciding how something LOOKS or MOVES. Cinematic scroll-driven landing pages, marketing sites and heroes — particle/WebGL backgrounds, scroll-linked animation, parallax, scrubbed sections — and when such a page feels busy or its motion layers drift apart. Product UI through its style packs: dashboards, admin panels, internal tools, mobile screens, chat and agent interfaces. Design tokens, light/dark themes, palettes and colours, typography and fonts. And the Figma border: tokens as variables, a design implemented without raw values. Triggers - "cinematic landing" / "кинематографичный лендинг", "scroll animation" / "скролл-анимация", "dashboard style" / "стиль дашборда", "design tokens" / "дизайн-токены", "light/dark theme" / "светлая/тёмная тема", "figma variables" / "переменные фигмы", "mobile screen" / "мобильный экран", "palette" / "палитра", "colors" / "цвета", "typography" / "типографика", "font" / "шрифт", "how it looks" / "выглядит", "make it prettier" / "красивее".
|
|
4
4
|
license: MIT
|
|
5
5
|
metadata:
|
|
6
|
-
version: 1.
|
|
6
|
+
version: 1.37.0
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# SHELEG Design
|
|
@@ -236,8 +236,9 @@ costs a dropped declaration.
|
|
|
236
236
|
|
|
237
237
|
## Gotchas
|
|
238
238
|
|
|
239
|
-
|
|
240
|
-
why a copy inherits them
|
|
239
|
+
Eight traps, measured on 2026-08-15 and 2026-08-16. Five are defects in the
|
|
240
|
+
reference, which is why a copy inherits them — and **two of those five were
|
|
241
|
+
found only by rendering a page in this pack**, not by reading its token layer.
|
|
241
242
|
|
|
242
243
|
1. **`--ink-faint` does not clear AA on the system's own second field.** At
|
|
243
244
|
`#71717a` it is **4.83:1** on `#ffffff` and **4.40:1** on `#f4f4f5`, and the
|