@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.
@@ -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
- Build a production-ready multi-page marketing website for delivery to a client. This is NOT a prototype or MVP — it outputs real copy, real structure, and a full client handoff package (HANDOFF.md, DEPLOY.md, CONTENT-GUIDE.md).
5
+ # /sk:website
6
6
 
7
- Read and follow `skills/sk:website/SKILL.md` exactly.
7
+ Build a production-ready multi-page marketing website for delivery to a client.
8
8
 
9
- ## Quick start
9
+ Usage: `/sk:website [--stack nuxt|laravel] [--deploy] [--revise]`
10
10
 
11
- **From a URL (fastest):**
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kennethsolomon/shipkit",
3
- "version": "3.15.1",
3
+ "version": "3.15.2",
4
4
  "description": "A structured workflow toolkit for Claude Code.",
5
5
  "keywords": [
6
6
  "claude",