@kennethsolomon/shipkit 3.15.1 → 3.15.2
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/commands/sk/website.md +4 -86
- package/package.json +1 -1
package/commands/sk/website.md
CHANGED
|
@@ -2,92 +2,10 @@
|
|
|
2
2
|
description: Build a complete, client-deliverable multi-page marketing website from a brief, URL, or one sentence. Auto-builds from intake to handoff. Supports Next.js (default), Nuxt 3, and Laravel. Use --revise for client feedback iterations.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# /sk:website
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Build a production-ready multi-page marketing website for delivery to a client.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Usage: `/sk:website [--stack nuxt|laravel] [--deploy] [--revise]`
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
```
|
|
13
|
-
/sk:website
|
|
14
|
-
https://maps.google.com/?q=Your+Business
|
|
15
|
-
|
|
16
|
-
Goal: [what to improve]
|
|
17
|
-
CTA: [primary action]
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
**From a one-liner:**
|
|
21
|
-
```
|
|
22
|
-
/sk:website
|
|
23
|
-
[Business name] — [type] in [city]. Goal: [goal]. CTA: [action].
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
**With full brief:**
|
|
27
|
-
See `skills/sk:website/references/brief-template.md` for the complete brief format.
|
|
28
|
-
|
|
29
|
-
**With a specific stack:**
|
|
30
|
-
```
|
|
31
|
-
/sk:website --stack nuxt
|
|
32
|
-
[brief or URL]
|
|
33
|
-
|
|
34
|
-
/sk:website --stack laravel
|
|
35
|
-
[brief or URL]
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
**With deploy after build:**
|
|
39
|
-
```
|
|
40
|
-
/sk:website --deploy
|
|
41
|
-
[brief or URL]
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
**Combine flags freely:**
|
|
45
|
-
```
|
|
46
|
-
/sk:website --stack nuxt --deploy
|
|
47
|
-
[brief or URL]
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
**For revisions after initial build:**
|
|
51
|
-
```
|
|
52
|
-
/sk:website --revise
|
|
53
|
-
Changes: [list changes in plain language]
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
**Revise with a different stack context:**
|
|
57
|
-
```
|
|
58
|
-
/sk:website --revise --stack laravel
|
|
59
|
-
Changes: [list changes in plain language]
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## What gets built
|
|
63
|
-
|
|
64
|
-
- Multi-page site (Home, About, Services/Menu, Contact + niche extras)
|
|
65
|
-
- Real copy — no Lorem ipsum, no `[placeholder]` headlines
|
|
66
|
-
- SEO metadata on every page (title, description, OG, structured data)
|
|
67
|
-
- WhatsApp floating CTA (auto-injected for local businesses in PH/SEA)
|
|
68
|
-
- Lighthouse 90+ quality enforcement loop
|
|
69
|
-
- Client handoff package (HANDOFF.md, DEPLOY.md, CONTENT-GUIDE.md)
|
|
70
|
-
|
|
71
|
-
## Supported stacks
|
|
72
|
-
|
|
73
|
-
| Flag | Stack | WhatsApp pattern |
|
|
74
|
-
|---|---|---|
|
|
75
|
-
| (default) | Next.js App Router + TypeScript + Tailwind | React TSX component |
|
|
76
|
-
| `--stack nuxt` | Nuxt 3 + Vue 3 + Tailwind | Vue SFC component |
|
|
77
|
-
| `--stack laravel` | Laravel 11 + Blade + Tailwind + Alpine.js | Blade partial |
|
|
78
|
-
|
|
79
|
-
Stack is auto-detected from existing project files if no flag is given.
|
|
80
|
-
|
|
81
|
-
## Reference files
|
|
82
|
-
|
|
83
|
-
All references live in `skills/sk:website/references/`:
|
|
84
|
-
- `brief-template.md` — intake format and examples
|
|
85
|
-
- `art-direction.md` — 7 aesthetic directions
|
|
86
|
-
- `content-seo.md` — messaging + local SEO rules
|
|
87
|
-
- `launch-checklist.md` — prelaunch audit
|
|
88
|
-
- `whatsapp-cta.md` — WhatsApp/Messenger implementation
|
|
89
|
-
- `handoff-template.md` — 3 client deliverable templates
|
|
90
|
-
- `stacks/nextjs.md` — Next.js file structure, patterns, deploy
|
|
91
|
-
- `stacks/nuxt.md` — Nuxt 3 file structure, patterns, deploy
|
|
92
|
-
- `stacks/laravel.md` — Laravel file structure, patterns, deploy
|
|
93
|
-
- `niche/[type].md` — 15 industry-specific guides
|
|
11
|
+
See `skills/sk:website/SKILL.md` for full details.
|