skillui 1.1.3 → 1.1.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/README.md +20 -15
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
```
|
|
2
|
+
░██████╗██╗░░██╗██╗██╗░░░░░██╗░░░░░██╗░░░██╗██╗
|
|
3
|
+
██╔════╝██║░██╔╝██║██║░░░░░██║░░░░░██║░░░██║██║
|
|
4
|
+
╚█████╗░█████═╝░██║██║░░░░░██║░░░░░██║░░░██║██║
|
|
5
|
+
░╚═══██╗██╔═██╗░██║██║░░░░░██║░░░░░██║░░░██║██║
|
|
6
|
+
██████╔╝██║░╚██╗██║███████╗███████╗╚██████╔╝██║
|
|
7
|
+
╚═════╝░╚═╝░░╚═╝╚═╝╚══════╝╚══════╝░╚═════╝░╚═╝
|
|
8
|
+
```
|
|
9
|
+
> Reverse-engineer any design system. Pure static analysis. No AI, no API keys.
|
|
4
10
|
|
|
5
|
-
Point
|
|
11
|
+
Point skillui at any website, git repo, or local project and get exact colors, fonts, spacing, components, and animations packaged as a `.skill` file Claude can read.
|
|
6
12
|
|
|
7
13
|
```bash
|
|
8
14
|
npm install -g skillui
|
|
@@ -16,7 +22,7 @@ skillui --url https://yoursite.com --mode ultra
|
|
|
16
22
|
skillui crawls your target and extracts:
|
|
17
23
|
|
|
18
24
|
| Output | Contents |
|
|
19
|
-
|
|
25
|
+
|---|---|
|
|
20
26
|
| `DESIGN.md` | Colors, typography, spacing, border radius, components |
|
|
21
27
|
| `ANIMATIONS.md` | CSS keyframes, scroll triggers, GSAP/Lottie/Three.js detection |
|
|
22
28
|
| `LAYOUT.md` | Flex/grid containers, page structure, spacing relationships |
|
|
@@ -63,6 +69,7 @@ skillui --url https://linear.app --mode ultra
|
|
|
63
69
|
```
|
|
64
70
|
|
|
65
71
|
Ultra mode adds:
|
|
72
|
+
|
|
66
73
|
- 7 scroll journey screenshots showing the page at each scroll depth
|
|
67
74
|
- Hover/focus interaction state diffs
|
|
68
75
|
- Full CSS keyframe extraction
|
|
@@ -83,9 +90,7 @@ skillui --dir ./my-app
|
|
|
83
90
|
skillui --repo https://github.com/org/repo
|
|
84
91
|
```
|
|
85
92
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
## All flags
|
|
93
|
+
### All flags
|
|
89
94
|
|
|
90
95
|
```
|
|
91
96
|
skillui --url <url> Crawl a live website
|
|
@@ -114,7 +119,7 @@ Then ask Claude:
|
|
|
114
119
|
|
|
115
120
|
> "Build me a dashboard that matches the Linear design system"
|
|
116
121
|
|
|
117
|
-
Claude will read DESIGN.md
|
|
122
|
+
Claude will read `DESIGN.md`, `ANIMATIONS.md`, `LAYOUT.md`, `COMPONENTS.md`, and all scroll journey screenshots to reconstruct the exact visual language of the site.
|
|
118
123
|
|
|
119
124
|
---
|
|
120
125
|
|
|
@@ -174,12 +179,12 @@ skillui --url https://linear.app --out ./design-systems
|
|
|
174
179
|
|
|
175
180
|
## How it works
|
|
176
181
|
|
|
177
|
-
skillui uses pure static analysis
|
|
182
|
+
skillui uses pure static analysis. No AI, no API keys, no cloud.
|
|
178
183
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
184
|
+
- **URL mode** fetches HTML, crawls all linked CSS files, extracts computed styles via Playwright DOM inspection
|
|
185
|
+
- **Dir mode** scans all `.css`, `.scss`, `.ts`, `.tsx`, `.js`, `.jsx` files for design tokens, Tailwind config, CSS variables, and component patterns
|
|
186
|
+
- **Repo mode** clones the repo to a temp directory and runs dir mode
|
|
187
|
+
- **Ultra mode** runs Playwright to capture scroll journey screenshots, detect animation libraries from `window.*` globals, extract `@keyframes` from `document.styleSheets`, capture hover/focus state diffs, and fingerprint DOM components
|
|
183
188
|
|
|
184
189
|
---
|
|
185
190
|
|
|
@@ -192,4 +197,4 @@ skillui uses pure static analysis — no AI, no API keys, no cloud.
|
|
|
192
197
|
|
|
193
198
|
## License
|
|
194
199
|
|
|
195
|
-
MIT
|
|
200
|
+
MIT
|
package/dist/cli.js
CHANGED
|
@@ -104561,7 +104561,7 @@ gradient.pastel = pastel;
|
|
|
104561
104561
|
// src/ui.ts
|
|
104562
104562
|
var import_cli_progress = __toESM(require_cli_progress());
|
|
104563
104563
|
var path15 = __toESM(require("path"));
|
|
104564
|
-
var VERSION = "1.1.
|
|
104564
|
+
var VERSION = "1.1.4";
|
|
104565
104565
|
function padAnsi(str, width) {
|
|
104566
104566
|
const raw = stripAnsi(str);
|
|
104567
104567
|
return str + " ".repeat(Math.max(0, width - raw.length));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skillui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Reverse-engineer design systems from any website, repo, or project. Extracts colors, fonts, spacing, animations, and components — packaged as a .skill file for Claude. Pure static analysis, zero AI, zero API keys.",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|