@skilly-hand/skilly-hand 0.26.3 → 0.26.4

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
@@ -16,6 +16,21 @@ All notable changes to this project are documented in this file.
16
16
  ### Removed
17
17
  - _None._
18
18
 
19
+ ## [0.26.4] - 2026-05-09
20
+ [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.26.4)
21
+
22
+ ### Added
23
+ - Added taste-reference extraction guidance to `frontend-design`, with Refero Styles and Impeccable-inspired workflows for turning references into register, visual ingredients, anti-references, and DESIGN.md-ready taste contracts.
24
+
25
+ ### Changed
26
+ - Updated `frontend-design` setup, component design, critique, and refinement routing to apply reference-derived taste rules instead of treating visual direction as vague mood language.
27
+
28
+ ### Fixed
29
+ - _None._
30
+
31
+ ### Removed
32
+ - _None._
33
+
19
34
  ## [0.26.3] - 2026-05-09
20
35
  [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.26.3)
21
36
 
package/catalog/README.md CHANGED
@@ -8,7 +8,7 @@ Published portable skills consumed by the `skilly-hand` CLI.
8
8
  | `agents-root-orchestrator` | Author root AGENTS.md as a Where/What/When orchestrator that routes tasks and skill invocation clearly. | core, workflow, orchestration | all |
9
9
  | `angular-guidelines` | Guide Angular code generation, review, and performance tuning using latest stable Angular verification, official Angular skill guidance, and modern framework best practices. Trigger: generating, reviewing, refactoring, or optimizing Angular code artifacts in Angular projects. | angular, frontend, workflow, best-practices | all |
10
10
  | `figma-mcp-0to1` | Guide users from Figma MCP installation and authentication through first canvas creation, with function-level tool coverage and operational recovery patterns. | figma, mcp, workflow, design | all |
11
- | `frontend-design` | Project-aware frontend design skill that detects the existing tech stack, UI libraries, CSS variables, and design tokens before proposing any UI work. Supports greenfield projects via DESIGN.md context setup, post-generation critique, visual refinement, and Motion/GSAP-aware motion polish. | frontend, design, workflow, ui, motion, greenfield | all |
11
+ | `frontend-design` | Project-aware frontend design skill that detects the existing tech stack, UI libraries, CSS variables, and design tokens before proposing any UI work. Supports greenfield projects via DESIGN.md context setup, taste-reference extraction, post-generation critique, visual refinement, and Motion/GSAP-aware motion polish. | frontend, design, workflow, ui, motion, greenfield | all |
12
12
  | `gsap-animation` | Guide GSAP animation implementation using only official GSAP documentation and the official greensock/gsap-skills source material. Trigger: implementing, reviewing, or choosing GSAP for frontend motion, timelines, ScrollTrigger, React useGSAP, JavaScript animation libraries, or advanced UI animation. | frontend, animation, motion, gsap, workflow | all |
13
13
  | `motion-animation` | Guide Motion, formerly Framer Motion, animation implementation using only official Motion documentation. Trigger: implementing, reviewing, or choosing Motion for JavaScript animation, React motion components, gestures, scroll animation, layout animation, exit animation, or framework-agnostic UI motion. | frontend, animation, motion, framer-motion, workflow | all |
14
14
  | `output-optimizer` | Optimize output token consumption through compact interpreter modes with controlled expansion when complexity, ambiguity, or risk requires more detail. Trigger: minimizing response verbosity while preserving clarity and correctness. | core, workflow, efficiency, communication | all |
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  name: "frontend-design"
3
- description: "Project-aware frontend design skill that detects the existing tech stack, UI libraries, CSS variables, and design tokens before proposing any UI work. Supports greenfield projects via DESIGN.md context setup, post-generation critique, visual refinement, and Motion/GSAP-aware motion polish."
3
+ description: "Project-aware frontend design skill that detects the existing tech stack, UI libraries, CSS variables, and design tokens before proposing any UI work. Supports greenfield projects via DESIGN.md context setup, taste-reference extraction, post-generation critique, visual refinement, and Motion/GSAP-aware motion polish."
4
4
  skillMetadata:
5
5
  author: "skilly-hand"
6
- last-edit: "2026-05-03"
6
+ last-edit: "2026-05-09"
7
7
  license: "Apache-2.0"
8
- version: "1.4.0"
9
- changelog: "Added Motion-aware routing through motion-animation alongside gsap-animation; improves animation handoffs for Motion-native JavaScript and React projects; affects frontend-design motion sequencing, metadata, and catalog dependencies"
8
+ version: "1.5.0"
9
+ changelog: "Added taste-reference extraction guidance sourced from Refero Styles and Impeccable; improves how agents translate visual references, anti-references, and register into DESIGN.md-ready language; affects greenfield design setup, critique, refinement, and resource routing"
10
10
  auto-invoke: "Designing or generating UI components, pages, or layouts in a web or mobile project; setting up visual direction for a greenfield project; critiquing generated UI for AI slop; adding motion or micro-interactions to existing UI; refining or polishing generated UI output"
11
11
  allowed-tools:
12
12
  - "Read"
@@ -59,11 +59,12 @@ Always run stack detection first. Never skip to design.
59
59
  2. **Check for DESIGN.md** — if it exists, read it before any design work. If it does not exist and the project has no existing components to sample, run `design-context-setter` to create it.
60
60
  3. **Present findings to the user** — surface the detected stack and any DESIGN.md context clearly, then ask for explicit confirmation.
61
61
  4. **If anything is unclear or ambiguous, ask** — do not proceed with partial or uncertain information.
62
- 5. **Scan existing tokens and components** — read what already exists before proposing anything.
63
- 6. **Design with confirmed context only** — hand off to `component-designer` only after steps 2–4 are complete.
64
- 7. **Critique after generation** — invoke `critique` for a frontend-only challenge pass before polish.
65
- 8. **Refine from critique** — invoke `visual-refiner` for visual fixes routed by critique.
66
- 9. **Optionally add motion** — invoke `motion-designer` if critique, refinement, or the user identifies a motion need. Route Motion-native JavaScript/React animation through `motion-animation`; route GSAP timelines, ScrollTrigger, and plugin decisions through `gsap-animation`.
62
+ 5. **Extract taste from references** — when the user provides visual references or asks for stronger taste, use [assets/taste-reference-extraction.md](assets/taste-reference-extraction.md) to translate examples into concrete design language, anti-references, and register.
63
+ 6. **Scan existing tokens and components** — read what already exists before proposing anything.
64
+ 7. **Design with confirmed context only** — hand off to `component-designer` only after steps 2–5 are complete.
65
+ 8. **Critique after generation** — invoke `critique` for a frontend-only challenge pass before polish.
66
+ 9. **Refine from critique** — invoke `visual-refiner` for visual fixes routed by critique.
67
+ 10. **Optionally add motion** — invoke `motion-designer` if critique, refinement, or the user identifies a motion need. Route Motion-native JavaScript/React animation through `motion-animation`; route GSAP timelines, ScrollTrigger, and plugin decisions through `gsap-animation`.
67
68
 
68
69
  ---
69
70
 
@@ -136,6 +137,17 @@ Every new component or style must feel like it was written by the same team that
136
137
 
137
138
  If no existing components are found, use `DESIGN.md` as the visual language reference. If neither exists, run `design-context-setter` before proceeding.
138
139
 
140
+ ### Pattern 5: Explain Taste as Observable Decisions
141
+
142
+ When the user provides references, do not summarize them as vibes. Convert each reference into visible, buildable decisions:
143
+
144
+ - **Register:** brand surface where design is the product, or product surface where design serves repeated use.
145
+ - **Visual ingredients:** type contrast, color role, spacing rhythm, density, radius, elevation, imagery, component shape, and motion character.
146
+ - **Taste rules:** what to repeat, what to avoid, and what would make the design feel off-brand.
147
+ - **Anti-references:** common AI reflexes the project should reject.
148
+
149
+ Use [assets/taste-reference-extraction.md](assets/taste-reference-extraction.md) for the extraction workflow. Its source model combines Refero Styles' reference-search framing with Impeccable's design vocabulary, register split, and anti-slop detection.
150
+
139
151
  ---
140
152
 
141
153
  ## What Not To Do
@@ -290,3 +302,4 @@ find src/components -maxdepth 2 -name "*.tsx" -o -name "*.vue" | head -10
290
302
  - Motion and micro-interactions: [agents/motion-designer.md](agents/motion-designer.md)
291
303
  - Full scan checklist: [assets/stack-scan-checklist.md](assets/stack-scan-checklist.md)
292
304
  - Aesthetic archetypes reference: [assets/aesthetic-archetypes.md](assets/aesthetic-archetypes.md)
305
+ - Taste reference extraction: [assets/taste-reference-extraction.md](assets/taste-reference-extraction.md)
@@ -53,6 +53,7 @@ These apply within the constraints of the confirmed stack — they guide choices
53
53
  - One clear visual focus per component — the most important element should be unmistakable.
54
54
  - Avoid equal-weight elements. If everything is emphasized, nothing is.
55
55
  - When `DESIGN.md` defines a motion character, let it inform transition presence even at this stage — flag it for `motion-designer` rather than omitting it entirely.
56
+ - If `DESIGN.md` includes visual references or anti-references, translate them through [../assets/taste-reference-extraction.md](../assets/taste-reference-extraction.md): borrow observable decisions, not full layouts.
56
57
 
57
58
  ---
58
59
 
@@ -12,6 +12,7 @@ Before critiquing:
12
12
  2. Read `DESIGN.md` if it exists.
13
13
  3. Inspect the generated/proposed UI source and, when available, the rendered page.
14
14
  4. Compare against sampled project components, tokens, and interaction patterns.
15
+ 5. If `DESIGN.md` includes references or anti-references, evaluate against the taste rules from [../assets/taste-reference-extraction.md](../assets/taste-reference-extraction.md), not just generic taste.
15
16
 
16
17
  Do not use this agent when:
17
18
 
@@ -65,6 +66,8 @@ Check whether the UI serves the actual product context.
65
66
  - Brand: Does it follow `DESIGN.md` personality and anti-references?
66
67
  - Mode: Is this a brand surface where design is the product, or a product surface where design serves repeated use?
67
68
  - Distinction: Would this still be recognizable if the logo and copy were removed?
69
+ - Reference translation: Did the UI borrow concrete ingredients from the references, or did it imitate a superficial mood?
70
+ - Anti-reference compliance: Did any explicitly rejected pattern slip back in?
68
71
 
69
72
  ### Pass 3 - Nielsen Heuristics
70
73
 
@@ -6,6 +6,8 @@ Gather the project's design intent once, then write it to `DESIGN.md` at the pro
6
6
 
7
7
  This agent is modeled on how modern AI-first design platforms (Stitch, v0, Galileo) treat a persistent design brief — a short, always-available document that anchors every generation.
8
8
 
9
+ When the user provides references, use the extraction workflow in [../assets/taste-reference-extraction.md](../assets/taste-reference-extraction.md) before drafting the aesthetic direction. It converts reference sites, brands, moods, and anti-references into concrete language the rest of the skill can apply.
10
+
9
11
  ---
10
12
 
11
13
  ## When to Use
@@ -59,10 +61,20 @@ Ask these questions one at a time. Do not front-load the full list.
59
61
  **4. Are there any visual references?**
60
62
  "Any products, sites, or brands whose aesthetic this should feel close to? (Optional — skip if none.)"
61
63
 
62
- **5. What's the accessibility baseline?**
64
+ If the user provides references, extract them into:
65
+
66
+ - what to borrow;
67
+ - what to avoid;
68
+ - whether the target is brand or product register;
69
+ - the visible ingredients that define the taste.
70
+
71
+ **5. Any anti-references?**
72
+ "Are there products, sites, or AI-looking patterns this should explicitly avoid? Examples: purple gradients, glassmorphism, nested cards, generic centered hero layouts."
73
+
74
+ **6. What's the accessibility baseline?**
63
75
  "Should we target WCAG 2.2 Level AA (standard), AAA (enhanced), or is there a specific requirement? Default is AA."
64
76
 
65
- **6. Any hard constraints?**
77
+ **7. Any hard constraints?**
66
78
  "Are there colors, fonts, or patterns that must be used or must be avoided? (brand guidelines, corporate requirements, legal restrictions)"
67
79
 
68
80
  After collecting answers, propose a brief aesthetic direction and ask for confirmation before writing the file.
@@ -89,6 +101,7 @@ Write the following structure to `DESIGN.md` at the project root. Every field mu
89
101
 
90
102
  **Adjectives:** [3 adjectives from user]
91
103
  **Visual references:** [references, or "none specified"]
104
+ **Anti-references:** [visual patterns or references to avoid, or "none specified"]
92
105
 
93
106
  ## Aesthetic Direction
94
107
 
@@ -35,6 +35,8 @@ Run all four checks. Do not skip any. Report findings grouped by check — do no
35
35
 
36
36
  Look for generic patterns that signal uncontextualized AI output. Flag each one found.
37
37
 
38
+ If `DESIGN.md` includes visual references or anti-references, run the reference taste check in [../assets/taste-reference-extraction.md](../assets/taste-reference-extraction.md) first. A design can be clean and still fail if it ignores the intended register, borrows the wrong ingredient from a reference, or drifts into an explicit anti-reference.
39
+
38
40
  **Visual tells to catch:**
39
41
 
40
42
  - Glassmorphism (backdrop-filter: blur + semi-transparent backgrounds with no established project precedent)
@@ -45,6 +47,8 @@ Look for generic patterns that signal uncontextualized AI output. Flag each one
45
47
  - Gradient text (`background-clip: text`) used decoratively without project precedent
46
48
  - Icon + title + description card grids as default empty-state filler
47
49
  - Identical padding and border-radius across every element (uniform blandness)
50
+ - Product UI treated like a marketing page, or brand/landing work flattened into utilitarian dashboard language
51
+ - Reference mimicry that copies a layout while missing its real taste ingredients
48
52
 
49
53
  For each flag: name the pattern, show the line, and suggest a project-derived alternative.
50
54
 
@@ -0,0 +1,161 @@
1
+ # Taste Reference Extraction
2
+
3
+ Use this when a user provides visual references, asks for better taste, or wants the agent to explain a design direction in language another AI can reliably apply.
4
+
5
+ This workflow is informed by two public reference systems:
6
+
7
+ - Refero Styles: https://styles.refero.design/
8
+ - Impeccable: https://impeccable.style/
9
+
10
+ Refero's useful pattern is searchable real-product reference extraction: brand, mood, color, typography, URL, spacing, components, and DESIGN.md-ready output. Impeccable's useful pattern is shared design vocabulary: product-vs-brand register, anti-references, command-like refinement dimensions, and deterministic anti-slop checks.
11
+
12
+ Do not copy either source's site language into project briefs. Use them as a model for how to structure taste into observable decisions.
13
+
14
+ ---
15
+
16
+ ## When to Use
17
+
18
+ Use this asset when:
19
+
20
+ - The user names sites, products, brands, moods, or URLs as references.
21
+ - `DESIGN.md` needs stronger language than vague adjectives.
22
+ - A generated UI feels generic but the fix is not obvious from tokens alone.
23
+ - The user asks to make something feel more premium, editorial, playful, precise, calm, technical, or distinctive.
24
+
25
+ Do not use it to override existing project tokens, accessibility requirements, or explicit user constraints.
26
+
27
+ ---
28
+
29
+ ## Extraction Ladder
30
+
31
+ Move from vague taste to buildable decisions in this order.
32
+
33
+ ### 1. Register
34
+
35
+ Classify the surface before choosing visual moves.
36
+
37
+ | Register | Design Role | Good Taste Looks Like |
38
+ | --- | --- | --- |
39
+ | Brand | Design is the product: landing pages, launches, portfolios, editorial, venues, campaigns | Distinctive imagery, stronger type voice, memorable composition, carefully chosen drama |
40
+ | Product | Design serves repeated work: dashboards, tools, CRM, admin, commerce flows | Fast scanning, durable hierarchy, predictable controls, restrained styling, task-first density |
41
+ | Hybrid | Brand expression wraps a functional flow: onboarding, pricing, checkout, product-led homepage | Brand moments at entry points; product clarity at decision and action points |
42
+
43
+ Write the register into `DESIGN.md` when it is known.
44
+
45
+ ### 2. Reference Inventory
46
+
47
+ For each reference, extract the visible ingredients:
48
+
49
+ ```text
50
+ Reference:
51
+ Role: close model / partial ingredient / anti-reference
52
+ Register: brand / product / hybrid
53
+ Borrow:
54
+ - Typography:
55
+ - Color:
56
+ - Spacing and density:
57
+ - Layout structure:
58
+ - Component shape:
59
+ - Imagery or texture:
60
+ - Motion:
61
+ Avoid:
62
+ - Surface-level mimicry:
63
+ - Patterns that would not fit this product:
64
+ ```
65
+
66
+ If the user provides only a mood, ask for one concrete reference or translate the mood into likely ingredients and mark them as assumptions.
67
+
68
+ ### 3. Taste Rules
69
+
70
+ Convert references into rules the implementation can check.
71
+
72
+ Good taste rules are concrete:
73
+
74
+ - "Use color as state and emphasis, not as section decoration."
75
+ - "Favor one strong typographic contrast over multiple decorative containers."
76
+ - "Keep dashboard panels dense and flat; reserve depth for dialogs and active overlays."
77
+ - "Use asymmetry in hero composition, but keep form controls conventional."
78
+
79
+ Weak taste rules are vague:
80
+
81
+ - "Make it premium."
82
+ - "Use modern design."
83
+ - "Make it clean."
84
+ - "Add personality."
85
+
86
+ ### 4. Anti-References
87
+
88
+ Name what must not happen. Anti-references prevent the model from falling back to common AI reflexes.
89
+
90
+ Capture:
91
+
92
+ - explicit sites or products to avoid;
93
+ - visual tropes to reject;
94
+ - category cliches to resist;
95
+ - font, palette, layout, or motion reflexes that would make the output generic.
96
+
97
+ Common anti-reference language:
98
+
99
+ - no purple-to-blue gradients unless already in the brand system;
100
+ - no glass cards, glow borders, or blurred background blobs as decoration;
101
+ - no nested card stacks for page sections;
102
+ - no icon-tile feature grid as the default explanation pattern;
103
+ - no centered hero plus metrics unless the product actually needs that story;
104
+ - no monospace as shorthand for technical credibility;
105
+ - no motion that does not communicate state, cause, or hierarchy.
106
+
107
+ ### 5. Taste Contract
108
+
109
+ End with a short contract that can be pasted into `DESIGN.md` or a task prompt.
110
+
111
+ ```markdown
112
+ ## Taste Contract
113
+
114
+ **Register:** [brand/product/hybrid]
115
+ **Reference role:** [what each reference contributes]
116
+ **Borrow:** [3-5 concrete ingredients]
117
+ **Avoid:** [3-5 anti-references]
118
+ **Hierarchy:** [how attention should move]
119
+ **Density:** [sparse, balanced, dense, or context-specific]
120
+ **Color role:** [brand, state, emphasis, data, or restraint]
121
+ **Typography role:** [voice, clarity, editorial contrast, utility]
122
+ **Motion role:** [none, state feedback, spatial continuity, delight]
123
+ **Failure mode:** [what would make this feel generic or wrong]
124
+ ```
125
+
126
+ ---
127
+
128
+ ## Reference Use Rules
129
+
130
+ - Borrow decisions, not whole layouts.
131
+ - Prefer real product evidence over mood words.
132
+ - Keep brand and product registers separate; do not critique one by the other.
133
+ - When references conflict, decide which ingredient each one owns.
134
+ - Let anti-references constrain reflexes before choosing new decoration.
135
+ - Translate every aesthetic claim into at least one implementation lever: type, color, spacing, density, shape, imagery, motion, or copy voice.
136
+ - Do not introduce new tokens without stack confirmation and user approval.
137
+
138
+ ---
139
+
140
+ ## Example
141
+
142
+ ```text
143
+ User says: "Make it feel like Linear and Apple, but not another dark SaaS dashboard."
144
+
145
+ Register: product
146
+ Reference roles:
147
+ - Linear: density, command-center clarity, restrained dark surfaces
148
+ - Apple: precision, generous detail spacing, high trust, fewer competing borders
149
+ Borrow:
150
+ - crisp text hierarchy with clear primary action
151
+ - muted surfaces with state-driven accent color
152
+ - shallow depth and precise separators instead of card stacks
153
+ - dense tables, but roomy detail panes
154
+ Avoid:
155
+ - neon-on-dark glow effects
156
+ - purple gradients
157
+ - giant centered hero metrics
158
+ - generic rounded cards around every group
159
+ Failure mode:
160
+ - looking like a launch page instead of a work surface
161
+ ```
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "frontend-design",
3
3
  "title": "Frontend Design",
4
- "description": "Project-aware frontend design skill that detects the existing tech stack, UI libraries, CSS variables, and design tokens before proposing any UI work. Supports greenfield projects via DESIGN.md context setup, post-generation critique, visual refinement, and Motion/GSAP-aware motion polish.",
4
+ "description": "Project-aware frontend design skill that detects the existing tech stack, UI libraries, CSS variables, and design tokens before proposing any UI work. Supports greenfield projects via DESIGN.md context setup, taste-reference extraction, post-generation critique, visual refinement, and Motion/GSAP-aware motion polish.",
5
5
  "portable": true,
6
6
  "tags": ["frontend", "design", "workflow", "ui", "motion", "greenfield"],
7
7
  "detectors": ["always"],
@@ -10,10 +10,10 @@
10
10
  "agentSupport": ["codex", "claude", "cursor", "gemini", "copilot", "antigravity", "windsurf", "trae"],
11
11
  "skillMetadata": {
12
12
  "author": "skilly-hand",
13
- "last-edit": "2026-05-03",
13
+ "last-edit": "2026-05-09",
14
14
  "license": "Apache-2.0",
15
- "version": "1.4.0",
16
- "changelog": "Added Motion-aware routing through motion-animation alongside gsap-animation; improves animation handoffs for Motion-native JavaScript and React projects; affects frontend-design motion sequencing, metadata, and catalog dependencies",
15
+ "version": "1.5.0",
16
+ "changelog": "Added taste-reference extraction guidance sourced from Refero Styles and Impeccable; improves how agents translate visual references, anti-references, and register into DESIGN.md-ready language; affects greenfield design setup, critique, refinement, and resource routing",
17
17
  "auto-invoke": "Designing or generating UI components, pages, or layouts in a web or mobile project; setting up visual direction for a greenfield project; critiquing generated UI for AI slop; adding motion or micro-interactions to existing UI; refining or polishing generated UI output",
18
18
  "allowed-modes": [
19
19
  "stack-detector",
@@ -34,7 +34,8 @@
34
34
  { "path": "agents/visual-refiner.md", "kind": "asset" },
35
35
  { "path": "agents/motion-designer.md", "kind": "asset" },
36
36
  { "path": "assets/stack-scan-checklist.md", "kind": "asset" },
37
- { "path": "assets/aesthetic-archetypes.md", "kind": "asset" }
37
+ { "path": "assets/aesthetic-archetypes.md", "kind": "asset" },
38
+ { "path": "assets/taste-reference-extraction.md", "kind": "asset" }
38
39
  ],
39
40
  "dependencies": ["motion-animation", "gsap-animation"]
40
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/skilly-hand",
3
- "version": "0.26.3",
3
+ "version": "0.26.4",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/catalog",
3
- "version": "0.26.3",
3
+ "version": "0.26.4",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/cli",
3
- "version": "0.26.3",
3
+ "version": "0.26.4",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/core",
3
- "version": "0.26.3",
3
+ "version": "0.26.4",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/detectors",
3
- "version": "0.26.3",
3
+ "version": "0.26.4",
4
4
  "private": true,
5
5
  "type": "module"
6
6
  }