@withmata/blueprints 0.4.0 → 0.5.0

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.
Files changed (2) hide show
  1. package/dist/index.js +27 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import pc4 from "picocolors";
6
6
 
7
7
  // src/constants.ts
8
8
  var API_URL = process.env["WITHMATA_API_URL"] || "https://blueprints.withmata.dev";
9
- var VERSION = "0.4.0";
9
+ var VERSION = "0.5.0";
10
10
 
11
11
  // src/lib/install-state.ts
12
12
  import { existsSync, readdirSync, lstatSync, readlinkSync } from "fs";
@@ -430,19 +430,28 @@ var SKILL_GROUPS = [
430
430
  ]
431
431
  },
432
432
  {
433
- title: "Add to Your Project",
433
+ title: "Marketing & Design",
434
434
  skills: [
435
435
  {
436
- command: "/scaffold-foundation",
437
- description: "Set up a monorepo with Turborepo and shared tooling"
436
+ command: "/copywrite",
437
+ description: "Write conversion-focused marketing page copy (pricing, about, features)"
438
438
  },
439
439
  {
440
- command: "/scaffold-db",
441
- description: "Add a database with Drizzle ORM and PostgreSQL"
440
+ command: "/copywrite-landing",
441
+ description: "Write high-converting landing page copy with CRO frameworks"
442
442
  },
443
443
  {
444
- command: "/scaffold-auth",
445
- description: "Add authentication, sessions, and organization support"
444
+ command: "/design-system",
445
+ description: "Define visual identity and generate custom Tailwind v4 tokens"
446
+ }
447
+ ]
448
+ },
449
+ {
450
+ title: "Scaffold Your Project",
451
+ skills: [
452
+ {
453
+ command: "/scaffold-foundation",
454
+ description: "Set up a monorepo with Turborepo and shared tooling"
446
455
  },
447
456
  {
448
457
  command: "/scaffold-env",
@@ -450,11 +459,19 @@ var SKILL_GROUPS = [
450
459
  },
451
460
  {
452
461
  command: "/scaffold-tailwind",
453
- description: "Add a design system with Tailwind v4 tokens and animations"
462
+ description: "Add Tailwind v4 design system (auto-detects custom design tokens)"
454
463
  },
455
464
  {
456
465
  command: "/scaffold-ui",
457
- description: "Add a component library powered by shadcn/ui"
466
+ description: "Add 31 Base UI components with Phosphor icons and form system"
467
+ },
468
+ {
469
+ command: "/scaffold-db",
470
+ description: "Add a database with Drizzle ORM and PostgreSQL"
471
+ },
472
+ {
473
+ command: "/scaffold-auth",
474
+ description: "Add authentication, sessions, and organization support"
458
475
  }
459
476
  ]
460
477
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withmata/blueprints",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Set up AI-powered project blueprints for Claude Code, OpenCode, and Cursor",
5
5
  "type": "module",
6
6
  "bin": {