sheleg-design-skill 1.60.2 → 1.61.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
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## 1.61.0 — 17 KB of doctrine no agent could load
|
|
2
|
+
|
|
3
|
+
`LAYOUT_CRAFT.md`, `TYPE_CRAFT.md`, `KNOWLEDGE_PROVENANCE.md` and `VISUAL_REVIEW.md`
|
|
4
|
+
shipped in the bundle from `381d2f9`, carried their own regressions in
|
|
5
|
+
`test/audit_regressions/`, and were named by **no document an agent ever opens**.
|
|
6
|
+
`git log -S` on SKILL.md is empty: they were never linked. Four files, 17,001 bytes,
|
|
7
|
+
reachable only by listing the directory.
|
|
8
|
+
|
|
9
|
+
The auditor's `BUNDLE_UNREACHABLE` could not see them: this skill is flat — its
|
|
10
|
+
documents sit beside SKILL.md rather than under `references/` — and that is exactly the
|
|
11
|
+
shape the auditor's bundle walk does not enter.
|
|
12
|
+
|
|
13
|
+
- **Four load triggers in SKILL.md**, each naming when to open the file, not just that
|
|
14
|
+
it exists. Added **by displacement**: the chart paragraph moved to
|
|
15
|
+
`SURFACE_COMPOSITION.md`, which already carries the role contract in full, and the
|
|
16
|
+
mobile paragraph to the file that owns it. Body 4922 → **4748**/4750 after the
|
|
17
|
+
auditor refused four drafts.
|
|
18
|
+
- **`validate_every_shipped_document_is_reachable`** closes the class: reachability is
|
|
19
|
+
transitive and closed over the bundle — SKILL.md names some, those name others, and a
|
|
20
|
+
file in neither set fails. Watched refusing the pre-change tree by name, on all four.
|
|
21
|
+
`test/floors.json` 5641 → 5773.
|
|
22
|
+
|
|
1
23
|
## 1.60.2 — the ledger section names the version it ships
|
|
2
24
|
|
|
3
25
|
The previous patch wrote the ledger section BEFORE bumping the version, so the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sheleg-design-skill",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.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 thirty-nine locked style packs with ready-made design tokens \u2014 instrument-console, editorial-luxury, workbench, briefing-room, atrium, orchard, outrank, babylove, patchbay, nameplate, field-notes, cyclorama, showroom, blueprint, prism, maquette, scoreboard, datasheet, manpage, pigeonhole, roster, ora, tenor, paperclip, ledger, router, daylight, notation, almanac, vitrine, proscenium, awning, bulletin, rimlight, onionskin, deskmate, test-drive, surveyor and chorus. 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"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "sheleg-design",
|
|
4
4
|
"displayName": "SHELEG Design",
|
|
5
5
|
"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 thirty-nine pluggable visual style packs, each with a ready-made token layer — instrument-console (near-black aerospace console; technical systems and infrastructure), editorial-luxury (cream and espresso; editorial, research, premium B2B), workbench (quiet light/dark UI; dashboards, admin, internal tools), briefing-room (dark 16:9 deck; investor and board presentations), atrium (cream daylight; consumer health and high-trust DTC), babylove (white with orange; SEO SaaS, long time-to-value, disconnected states), patchbay (black with mint-cyan; engines, buses, pipelines, OSS front doors), nameplate (cool slab with coral; press, certification and third-party trust), rimlight (white with blue light; studios, services and case studies), onionskin (white working sheet; developer and AI infrastructure), deskmate (warm beige with a dusk bleed; AI coworkers and chat-native agents), test-drive (warm paper with one coral; self-serve SaaS proven by the live product), surveyor (peach paper with teal and pink; visibility, monitoring and benchmark tools), chorus (warm paper under a crosshair grid, with a cut-corner bubble; AI-search visibility, brand monitoring and community marketing), outrank (white with violet; one brand across marketing and product), orchard (warm oat slabs; friendly biotech and wellness), field-notes (ruled green paper; auditable open-source developer tools), showroom (white gallery; product-led companies selling the app), blueprint (white technical stock; vector, storage and query infrastructure), prism (iridescent hard edge; command-first OSS infrastructure), maquette (near-black table; enterprise data infrastructure), cyclorama (looping pastel field; applied-AI consultancies), scoreboard (warm paper; growth, ads and accumulating metrics), datasheet (off-white specification; fraud, identity and device intelligence), manpage (cream manual; APIs, SDKs, CLIs and MCP servers), pigeonhole (filed white field; inbox, ticket and CRM triage), roster (faint square grid; platforms sold through who uses them), ora (warm coal; machine verdicts, audits and protocol traces), tenor (warm management paper; agent operations and autonomous back office), ledger (cream ruled console; analysts, BI and warehouse agents), paperclip (monochrome coal; orchestrators, schedulers and job runners), awning (white commerce forecourt; storefront, payroll and billing platforms), router (pale console with hairlines; dashboard, billing and inventory surfaces), daylight (bright portal with one shadow; client onboarding and service portals), notation (restrained technical hairlines; OSS, docs and developer workspaces), almanac (oatmeal editorial paper; manifestos and category-defining pages), vitrine (serif trust display; evaluated B2B, security and compliance), proscenium (white demo sequence; product tours and launch pages), bulletin (cheerful outlined bands; broad SMB and agency platforms). Ships the sheleg-design skill, the architecture reference, the motion doctrine, the Figma and Claude Design bridges, AI-surface patterns, the packs' token CSS, and the /sheleg-design command.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.61.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ssheleg",
|
|
9
9
|
"url": "https://x.com/sshlg93"
|
|
@@ -4,7 +4,7 @@ description: Use when deciding how something LOOKS or MOVES — cinematic landin
|
|
|
4
4
|
license: MIT
|
|
5
5
|
compatibility: Kit/lane commands need node>=16, npx, network. Optional siblings — dataviz, shadcn, migrate-radix-to-base. Each has an in-text fallback when absent or unreachable.
|
|
6
6
|
metadata:
|
|
7
|
-
version: 1.
|
|
7
|
+
version: 1.61.0
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# SHELEG Design
|
|
@@ -196,28 +196,31 @@ decision, not a research conclusion:
|
|
|
196
196
|
7. **Consistency** — one ease, one duration set, one accent, one atom per job
|
|
197
197
|
across every screen.
|
|
198
198
|
|
|
199
|
-
## Load on demand —
|
|
199
|
+
## Load on demand — what the pack layer does not decide
|
|
200
200
|
|
|
201
201
|
- **Scene depth — six layers** ([`SURFACE_COMPOSITION.md`](./SURFACE_COMPOSITION.md)),
|
|
202
|
-
before writing CSS for a cinematic page.
|
|
203
|
-
|
|
204
|
-
- **Charts — the role contract
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
202
|
+
before writing CSS for a cinematic page. Everything on one plane is the failure
|
|
203
|
+
no easing repairs.
|
|
204
|
+
- **Charts — the role contract and the `dataviz` handoff**, in the same file,
|
|
205
|
+
before drawing a chart in any pack. Token names are not uniform across the
|
|
206
|
+
packs and an undefined custom property falls back silently rather than erroring.
|
|
207
|
+
- **Mobile surfaces** ([`MOBILE_SURFACES.md`](./MOBILE_SURFACES.md)) — when the
|
|
208
|
+
brief is a native app screen or a mobile-web view, not a desktop page whose only
|
|
209
|
+
mobile concern is collapse. It says to separate
|
|
210
|
+
the platform target from the prototype renderer, refuses a browser mockup as
|
|
211
|
+
native proof, and carries the sixth rule no pack answers: the type ramp follows
|
|
212
|
+
viewport width, not the user's text size.
|
|
213
|
+
|
|
214
|
+
- **Layout and type craft** ([`LAYOUT_CRAFT.md`](./LAYOUT_CRAFT.md),
|
|
215
|
+
[`TYPE_CRAFT.md`](./TYPE_CRAFT.md)) — before composing a page or setting a type
|
|
216
|
+
ramp. The portable half: observed, never dialled — an uncalibrated axis is a
|
|
217
|
+
number nobody can check.
|
|
218
|
+
- **Visual review** ([`VISUAL_REVIEW.md`](./VISUAL_REVIEW.md)) — before a
|
|
219
|
+
screenshot is offered as evidence. It proves what it is OF, and the wrong frame
|
|
220
|
+
is the claim this file refuses.
|
|
221
|
+
- **Where the knowledge came from**
|
|
222
|
+
([`KNOWLEDGE_PROVENANCE.md`](./KNOWLEDGE_PROVENANCE.md)) — when a rule is
|
|
223
|
+
challenged or copied.
|
|
221
224
|
|
|
222
225
|
## Setting a visual language — invariants locked, axes open
|
|
223
226
|
|