create-website-build-kit 0.1.0 → 0.1.1

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 CHANGED
@@ -45,9 +45,20 @@ Bricks — the extractable copy is the rendered HTML, never the database.
45
45
 
46
46
  ## The method
47
47
 
48
- The template is half of it. The other half is a Claude Code skill and the written method
49
- behind it, including a file of failures that were **green in a build**: clean build, clean
50
- types, clean deploy, wrong result.
48
+ The template is half of it. The other half is a Claude Code skill that runs the whole job —
49
+ discovery, stack and provider decisions, the build, then verification against the deployed
50
+ site:
51
+
52
+ ```
53
+ /plugin marketplace add nurkamol/website-build-kit
54
+ /plugin install website-build@website-build-kit
55
+ ```
56
+
57
+ Then just ask: *"Rebuild https://acmeplumbing.com on Astro and Cloudflare — we're migrating
58
+ off Elementor."*
59
+
60
+ Behind it is the written method, including a file of failures that were **green in a build**:
61
+ clean build, clean types, clean deploy, wrong result.
51
62
 
52
63
  **https://github.com/nurkamol/website-build-kit**
53
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-website-build-kit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Scaffold a production marketing site \u2014 Astro on Cloudflare Workers, with the gates, the migration playbook and the accessibility work already wired.",
5
5
  "keywords": [
6
6
  "astro",
Binary file