@rubytech/create-maxy-code 0.1.400 → 0.1.401

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy-code",
3
- "version": "0.1.400",
3
+ "version": "0.1.401",
4
4
  "description": "Install Maxy — AI for Productive People",
5
5
  "bin": {
6
6
  "create-maxy-code": "./dist/index.js"
@@ -54,7 +54,7 @@
54
54
 
55
55
  "plugins": {
56
56
  "core": ["admin", "memory", "docs", "cloudflare", "anthropic", "workflows", "work", "scheduling", "email", "contacts", "projects", "prompt-optimiser", "browser"],
57
- "defaultEnabled": ["business-assistant", "sales"],
57
+ "defaultEnabled": ["business-assistant", "sales", "web-designer"],
58
58
  "available": ["connector", "telegram", "deep-research", "whatsapp", "replicate", "linkedin-import", "notion-import", "obsidian-import", "x-import", "slides"],
59
59
  "excluded": ["joblogic"]
60
60
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-designer",
3
- "description": "Design and build a self-contained single-page website for any business and put it live on Cloudflare. Guided intake, brand extraction from an existing URL, a domain-neutral builder, social share tiles, and deploy with D1 form capture, gated access, and e-signing. Any install can enable it directly; it is not bundle-gated, not tied to a business category, and adds no background specialist worker, no graph write, and no memory write. Its only host coupling is one credential resolver that reads the Cloudflare token from the account secrets file inside maxy-code or from CLOUDFLARE_API_TOKEN as a standalone plugin. Trigger phrases include design me a website, build a landing page for this business, put this site live on its own domain.",
3
+ "description": "Design and build a self-contained single-page website for any business and put it live on Cloudflare. Guided intake, brand extraction from an existing URL, a domain-neutral builder, social share tiles, and deploy with D1 form capture, gated access, and e-signing. Ships one command, /website, that runs the pipeline end-to-end. Any install can enable it directly; it is not bundle-gated, not tied to a business category, and adds no background specialist worker, no graph write, and no memory write. Its only host coupling is one credential resolver that reads the Cloudflare token from the account secrets file inside maxy-code or from CLOUDFLARE_API_TOKEN as a standalone plugin. Trigger phrases include design me a website, build a landing page for this business, put this site live on its own domain.",
4
4
  "version": "0.1.0",
5
5
  "author": {
6
6
  "name": "Rubytech LLC"
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: web-designer
3
- description: "Design and build a self-contained single-page website for any business and put it live on Cloudflare. Guided intake, brand extraction from an existing URL, a domain-neutral builder, social share tiles, and deploy with D1 form capture, gated access, and e-signing. Any install can enable it directly; it is not bundle-gated, not tied to a business category, and adds no background specialist worker, no graph write, and no memory write. Its only host coupling is one credential resolver that reads the Cloudflare token from the account secrets file inside maxy-code or from CLOUDFLARE_API_TOKEN as a standalone plugin. Trigger phrases include design me a website, build a landing page for this business, put this site live on its own domain."
3
+ description: "Design and build a self-contained single-page website for any business and put it live on Cloudflare. Guided intake, brand extraction from an existing URL, a domain-neutral builder, social share tiles, and deploy with D1 form capture, gated access, and e-signing. Ships one command, /website, that runs the pipeline end-to-end. Any install can enable it directly; it is not bundle-gated, not tied to a business category, and adds no background specialist worker, no graph write, and no memory write. Its only host coupling is one credential resolver that reads the Cloudflare token from the account secrets file inside maxy-code or from CLOUDFLARE_API_TOKEN as a standalone plugin. Trigger phrases include design me a website, build a landing page for this business, put this site live on its own domain."
4
4
  tools: []
5
5
  skills:
6
6
  - skills/web-intake/SKILL.md
@@ -24,6 +24,15 @@ Four skills, run in order or on their own:
24
24
  3. **`web-design`** — builds the self-contained single-page site tree from the brand pack, the operator's copy, and their photos, by substituting a domain-neutral template. Its structured-data type defaults to `LocalBusiness` and is operator-supplied; no business category is baked in.
25
25
  4. **`socials`** — renders Open Graph, square, and portrait share tiles plus per-platform captions for the built site, and wires the site's `og:image`.
26
26
 
27
+ ## Command entry point
28
+
29
+ The plugin ships one slash command, `/website` (`commands/website.md`), a thin
30
+ launcher over `web-intake` for the standalone and marketplace editions, where a
31
+ `/`-invokable entry is the idiomatic surface. It carries no account assumptions and
32
+ defers token and root resolution to `bin/resolve-cf.sh`, so the same command works
33
+ in every edition. Inside maxy-code the skill triggers remain the primary surface and
34
+ the command is an equivalent entry point.
35
+
27
36
  ## The resolver seam
28
37
 
29
38
  The plugin's only host coupling is `bin/resolve-cf.sh`. It resolves two things and prints them so the rest of the plugin is blind to which edition it runs in, and it never prints a token value:
@@ -0,0 +1,61 @@
1
+ ---
2
+ description: Design and build a self-contained single-page website for a business and put it live on Cloudflare. Runs the web-intake pipeline end-to-end (guided intake, brand extraction from a URL, a domain-neutral build, social share tiles, and deploy).
3
+ ---
4
+
5
+ # /website
6
+
7
+ Turn photos, an existing website URL, and a few notes into a finished single-page
8
+ site plus share-ready social tiles, then put it live.
9
+
10
+ ## Usage
11
+
12
+ - `/website`, then describe the business in the follow-up
13
+ - `/website "a landing page for Ridgeway Joinery, brand from ridgewayjoinery.co.uk, photos in ./photos"`
14
+ - `/website "one-page site and social tiles for this cafe, contact form, put it live on its own domain"`
15
+
16
+ ## What the command does
17
+
18
+ Runs the `web-intake` skill end-to-end. `web-intake` is the single entry
19
+ orchestrator; this command hands it whatever the message and attachments already
20
+ provide and lets it ask for the rest.
21
+
22
+ 1. Set the objective first: what the site is for, what a visitor should do, which
23
+ CTAs and forms, and whether anything needs gated access or signing.
24
+ 2. Run `brand-extract` against the website URL for the palette, logo, icon, and the
25
+ company facts it can read (design tokens supplied directly are used verbatim).
26
+ 3. Curate the supplied photos into a hero rotator and grids.
27
+ 4. Fill every remaining gap by asking the operator. Never invent a fact.
28
+ 5. Run `web-design` to build `site/index.html` + `site/llms.txt` with no
29
+ `{{ placeholder }}` left unfilled.
30
+ 6. Run `socials` to render Open Graph, square, and portrait tiles into
31
+ `site/socials/` and wire the site's `og:image`.
32
+ 7. Hand off to deploy when the operator wants the site live.
33
+
34
+ ## The core rule: ask, never invent
35
+
36
+ Every placeholder is a fact about a real business. A fabricated phone number, a
37
+ guessed founding year, an invented testimonial, or a made-up company number is a
38
+ defect. Anything the sources do not supply is a question for the operator, not a
39
+ plausible value to synthesise.
40
+
41
+ ## Editions
42
+
43
+ The command carries no account assumptions. Where the Cloudflare token and the
44
+ site-tree root come from is resolved by `bin/resolve-cf.sh`:
45
+
46
+ - **Standalone / marketplace:** the token is read from `CLOUDFLARE_API_TOKEN` in the
47
+ environment, and the site tree lands under `$WEB_DESIGNER_SITE_ROOT` (or `./pages`).
48
+ Deploy follows the generic `wrangler pages deploy` sequence. E-signing and
49
+ browser-rendered social tiles are host dependencies, not self-contained in this
50
+ edition.
51
+ - **Inside maxy-code:** the same command resolves the account's Cloudflare token and
52
+ account directory automatically and hands the built tree to `cloudflare:site-deploy`
53
+ unchanged. The skill triggers ("design me a website") remain the primary surface
54
+ there; this command is an equivalent entry point.
55
+
56
+ ## What you get back
57
+
58
+ A self-contained `site/` directory: a scrollable single-page site, an `llms.txt`, a
59
+ `socials/` folder of tiles at exact dimensions (1200x628 / 1200x1200 / 1080x1350)
60
+ with a gallery and per-platform captions, and, when the operator asks, a live
61
+ Cloudflare deployment with any wired form buckets.