@eltonssouza/development-utility-kit 0.15.0 → 0.15.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.
@@ -52,7 +52,7 @@ Never invent a custom component when the declared library has a matching primiti
52
52
 
53
53
  `impeccable` is the harness's frontend design-quality gate — an external plugin by Paul Bakaus (credited in `README.md §Acknowledgements`), not bundled. It is **gated through `project-manager` §6.6 (ADR-048)**: whenever frontend/ux work is in scope, `project-manager` **offers** impeccable to the user (mandatory offer, the user chooses). On "Sim" the flow is, in order:
54
54
 
55
- 1. **Install (if absent)** — terminal, in the selected project: `npx skills add pbakaus/impeccable`.
55
+ 1. **Install (if absent)** — prefer the Claude Code plugin (git-based, cross-platform): `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable`. The `npx skills add pbakaus/impeccable` route needs `unzip` (breaks on Windows).
56
56
  2. **Teach** — Claude Code: `/impeccable teach` (analyzes the project's stack, tokens, patterns).
57
57
  3. **Act** — Claude Code: the fitting verb — `/impeccable shape` (from scratch), `polish`, `audit`, `critique`, `harden`, `clarify`, `colorize`, `animate`, …
58
58
 
@@ -258,14 +258,15 @@ Options: **Sim** / **Não**.
258
258
  - **Não** → deliver the normal `frontend-developer` / `ux-designer` output. Done.
259
259
  - **Sim** → run the three ordered gates below (Steps 2→4), then **resume orchestration** (Step 5).
260
260
 
261
- ### Step 2 — Install gate (terminal, in the selected project)
262
- Check whether impeccable is present in the selected project (`.claude/skills/impeccable/` or the `/impeccable` skill is available). If **absent**, install it **into the current project** from the terminalcwd = the selected project root:
261
+ ### Step 2 — Install gate (only if absent)
262
+ Check whether impeccable is present (the `/impeccable` skill is available, or `.claude/skills/impeccable/` exists). If **absent**, install it. Prefer the **Claude Code plugin marketplace** method it is git-based and cross-platform (the `npx impeccable skills install` / `npx skills add` routes depend on `unzip`, which is absent on Windows and breaks the install):
263
263
 
264
- ```bash
265
- npx skills add pbakaus/impeccable
264
+ ```
265
+ /plugin marketplace add pbakaus/impeccable
266
+ /plugin install impeccable
266
267
  ```
267
268
 
268
- This lands impeccable in the project's `.claude/skills/`. **Skip** this step if it is already installed. (Per-project install — not global.)
269
+ Fallback (only where `unzip` is on PATH, e.g. macOS/Linux or Git-Bash on Windows): `npx skills add pbakaus/impeccable` (per-project, lands in `.claude/skills/`). **Skip** this step entirely if impeccable is already installed.
269
270
 
270
271
  ### Step 3 — Teach gate (Claude Code, in-session)
271
272
  impeccable must learn the project before it acts. Invoke its project-analysis command:
package/README.md CHANGED
@@ -28,10 +28,10 @@ npx @eltonssouza/development-utility-kit install
28
28
 
29
29
  Stands on the best community skills & plugins — recommended, not bundled (the installer prints this too):
30
30
 
31
- - **Impeccable** (frontend design gate) — `npx impeccable skills install`
31
+ - **Impeccable** (frontend design gate) — `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable` *(cross-platform; npx route needs `unzip` on Windows)*
32
32
  - **Caveman** (token-saving output) — `npm install -g @juliusbrussee/caveman-code`
33
- - **RTK** (token-killer CLI proxy) — `brew install rtk` *(macOS)*
34
- - **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills`
33
+ - **RTK** (token-killer CLI proxy) — `cargo install rtk` *(or `brew install rtk` on macOS)*
34
+ - **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills` *(needs `unzip` on Windows)*
35
35
 
36
36
  ## What you get
37
37
 
package/README.npm.md CHANGED
@@ -28,10 +28,10 @@ npx @eltonssouza/development-utility-kit install
28
28
 
29
29
  Stands on the best community skills & plugins — recommended, not bundled (the installer prints this too):
30
30
 
31
- - **Impeccable** (frontend design gate) — `npx impeccable skills install`
31
+ - **Impeccable** (frontend design gate) — `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable` *(cross-platform; npx route needs `unzip` on Windows)*
32
32
  - **Caveman** (token-saving output) — `npm install -g @juliusbrussee/caveman-code`
33
- - **RTK** (token-killer CLI proxy) — `brew install rtk` *(macOS)*
34
- - **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills`
33
+ - **RTK** (token-killer CLI proxy) — `cargo install rtk` *(or `brew install rtk` on macOS)*
34
+ - **Grill-me** (discovery interview) — `npx skills@latest add mattpocock/skills` *(needs `unzip` on Windows)*
35
35
 
36
36
  ## What you get
37
37
 
package/README.repo.md CHANGED
@@ -33,10 +33,10 @@ development-utility-kit stands on the best community skills & plugins. They are
33
33
 
34
34
  | Companion | What it adds | Install |
35
35
  |---|---|---|
36
- | **Impeccable** | frontend design gate (polish / audit / critique) — wired into `project-manager` §6.6 | `npx impeccable skills install` |
36
+ | **Impeccable** | frontend design gate (polish / audit / critique) — wired into `project-manager` §6.6 | `/plugin marketplace add pbakaus/impeccable` then `/plugin install impeccable` *(git-based, cross-platform; the `npx impeccable skills install` route needs `unzip` and breaks on Windows)* |
37
37
  | **Caveman** | token-saving telegraphic output (~75% fewer tokens) | `npm install -g @juliusbrussee/caveman-code` |
38
- | **RTK** | Rust Token Killer CLI proxy (60–90% savings) — powers the dashboard widget | `brew install rtk` *(macOS; see RTK repo for Windows/Linux)* |
39
- | **Grill-me** | relentless discovery interview (opens the delivery pipeline) | `npx skills@latest add mattpocock/skills` |
38
+ | **RTK** | Rust Token Killer CLI proxy (60–90% savings) — powers the dashboard widget | `cargo install rtk` *(cross-platform; or `brew install rtk` on macOS)* |
39
+ | **Grill-me** | relentless discovery interview (opens the delivery pipeline) | `npx skills@latest add mattpocock/skills` *(needs `unzip` on PATH on Windows)* |
40
40
 
41
41
  ---
42
42
 
package/bin/cli.js CHANGED
@@ -491,10 +491,10 @@ function adoptProject(opts) {
491
491
  * each is installed separately by the user (per ADR-010 / Acknowledgements).
492
492
  */
493
493
  const COMPANIONS = [
494
- { name: 'Impeccable', what: 'frontend design gate (polish / audit / critique)', cmd: 'npx impeccable skills install' },
494
+ { name: 'Impeccable', what: 'frontend design gate (polish / audit / critique)', cmd: '/plugin marketplace add pbakaus/impeccable', note: 'in Claude Code, then /plugin install impeccable — git-based, cross-platform' },
495
495
  { name: 'Caveman', what: 'token-saving telegraphic output (~75% fewer tokens)', cmd: 'npm install -g @juliusbrussee/caveman-code' },
496
- { name: 'RTK', what: 'Rust Token Killer CLI proxy (60-90% savings)', cmd: 'brew install rtk', note: 'macOS; see the RTK repo for Windows/Linux' },
497
- { name: 'Grill-me', what: 'relentless discovery interview', cmd: 'npx skills@latest add mattpocock/skills' },
496
+ { name: 'RTK', what: 'Rust Token Killer CLI proxy (60-90% savings)', cmd: 'cargo install rtk', note: 'cross-platform; or brew install rtk on macOS' },
497
+ { name: 'Grill-me', what: 'relentless discovery interview', cmd: 'npx skills@latest add mattpocock/skills', note: 'needs unzip on PATH on Windows' },
498
498
  ];
499
499
 
500
500
  /**
@@ -47,7 +47,7 @@ This document covers the 18 official skills of the harness, grouped by purpose.
47
47
 
48
48
  Reference: **ADR-033** — orchestrate mode fills the fast-lane gap acknowledged in ADR-008 §Consequences ("8 etapas para feature pequena é cerimônia").
49
49
 
50
- **Frontend design gate (§6.6, ADR-048)**: whenever the dispatch touches the `frontend`/`ux` domain, `project-manager` **must offer the external `impeccable` design gate** (mandatory offer; the user chooses). On "Sim" it runs, in order: install if absent (`npx skills add pbakaus/impeccable`, terminal, per-project) → `/impeccable teach` (analyze project) → `/impeccable <verb>` (polish/audit/…) → then resumes orchestration. Impeccable is a tool, not the authority; `project-manager` never auto-runs it and never abdicates control. Extends ADR-010's gate-keeper WARN check.
50
+ **Frontend design gate (§6.6, ADR-048)**: whenever the dispatch touches the `frontend`/`ux` domain, `project-manager` **must offer the external `impeccable` design gate** (mandatory offer; the user chooses). On "Sim" it runs, in order: install if absent (prefer `/plugin marketplace add pbakaus/impeccable` + `/plugin install impeccable` — git-based, cross-platform; the `npx` route needs `unzip` and breaks on Windows) → `/impeccable teach` (analyze project) → `/impeccable <verb>` (polish/audit/…) → then resumes orchestration. Impeccable is a tool, not the authority; `project-manager` never auto-runs it and never abdicates control. Extends ADR-010's gate-keeper WARN check.
51
51
 
52
52
  **Delegated agent(s)**: variable, per internal routing table. ROUTE dispatches 1; ORCHESTRATE dispatches 2–5 in parallel.
53
53
 
@@ -322,9 +322,10 @@ The harness exposes skills that trigger by **keyword** in Claude Code/Cowork con
322
322
  ```
323
323
  front detectada → PM pergunta "usar impeccable?"
324
324
  └─ Sim:
325
- 1. [terminal, no projeto] npx skills add pbakaus/impeccable (só se ausente)
326
- 2. [claude code] /impeccable teach (analisa o projeto)
327
- 3. [claude code] /impeccable <verbo> (polish / audit / …)
325
+ 1. [claude code] /plugin marketplace add pbakaus/impeccable (só se ausente)
326
+ /plugin install impeccable
327
+ 2. [claude code] /impeccable teach (analisa o projeto)
328
+ 3. [claude code] /impeccable <verbo> (polish / audit / …)
328
329
  → project-manager retoma a orquestração
329
330
  ```
330
331
 
@@ -335,13 +336,14 @@ The offer is mandatory, the use is yours — same gating philosophy as `grill-me
335
336
  - Author: Paul Bakaus
336
337
  - Repo: `github.com/pbakaus/impeccable`
337
338
 
338
- ### Installation (gate 1 — terminal, per-project)
339
+ ### Installation (gate 1 — Claude Code, cross-platform)
339
340
 
340
- ```bash
341
- npx skills add pbakaus/impeccable
341
+ ```
342
+ /plugin marketplace add pbakaus/impeccable
343
+ /plugin install impeccable
342
344
  ```
343
345
 
344
- Installs into the **selected project's** `.claude/skills/` the `/impeccable *` commands then become available in that project's Claude Code chat. `project-manager` runs this automatically when you accept the offer and impeccable is not yet present.
346
+ Git-based no `unzip` needed, so it works on Windows. The `/impeccable *` commands then become available in chat. (The `npx skills add pbakaus/impeccable` / `npx impeccable skills install` routes depend on `unzip` and fail on stock Windows.) `project-manager` runs this automatically when you accept the offer and impeccable is not yet present.
345
347
 
346
348
  ### Available commands (gates 2 & 3 — Claude Code)
347
349
 
@@ -353,11 +353,14 @@ fullstack project.
353
353
  > installs if absent, runs `/impeccable teach` (analyzes the project), then the
354
354
  > action verb — and resumes control. See the [frontend manual](frontend) §5.
355
355
 
356
- **Install** (gate 1 — once per project, terminal):
356
+ **Install** (gate 1 — in Claude Code, cross-platform):
357
357
 
358
- ```bash
359
- npx skills add pbakaus/impeccable
360
358
  ```
359
+ /plugin marketplace add pbakaus/impeccable
360
+ /plugin install impeccable
361
+ ```
362
+
363
+ Git-based, no `unzip` — works on Windows. (The `npx` install routes need `unzip` and fail on stock Windows.)
361
364
 
362
365
  **Available commands**:
363
366
 
@@ -1424,9 +1427,9 @@ Details: [hooks-reference](../docs/hooks-reference).
1424
1427
  - **Senior+ gate**: set of thresholds (coverage, mutation, a11y,
1425
1428
  Lighthouse, pyramid ratio) that blocks merge.
1426
1429
  - **Vault**: `docs/brain/` in Obsidian format (wiki links + tags + MOC).
1427
- - **Impeccable**: external pack (`npx skills add pbakaus/impeccable`) with
1428
- `/impeccable polish|audit|harden|typeset|colorize|layout` commands for
1429
- visual polish.
1430
+ - **Impeccable**: external plugin (`/plugin marketplace add pbakaus/impeccable`
1431
+ then `/plugin install impeccable`) with `/impeccable teach|shape|polish|audit|
1432
+ critique|harden` commands for visual polish.
1430
1433
  - **openapi-typescript**: TS type generator from OpenAPI 3.x.
1431
1434
  - **Goal-ready**: explicit, measurable, tied to the objective.
1432
1435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eltonssouza/development-utility-kit",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "npx installer for the development-utility-kit harness",
5
5
  "bin": {
6
6
  "duk": "bin/cli.js"