data-vizard 0.1.0 → 0.1.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.
@@ -1,19 +1,21 @@
1
1
  {
2
2
  "name": "data-vizard",
3
3
  "owner": {
4
- "name": "Trine"
4
+ "name": "inosaint",
5
+ "url": "https://github.com/inosaint"
5
6
  },
6
7
  "description": "Data Vizard agent workflow plugins.",
7
- "version": "0.1.0",
8
+ "version": "0.1.2",
8
9
  "plugins": [
9
10
  {
10
11
  "name": "data-vizard",
11
12
  "source": "./plugins/data-vizard",
12
13
  "displayName": "Data Vizard",
13
14
  "description": "Guide data visualization projects from dataset intake to analysis, narrative, design, and HTML story output.",
14
- "version": "0.1.0",
15
+ "version": "0.1.2",
15
16
  "author": {
16
- "name": "Trine"
17
+ "name": "inosaint",
18
+ "url": "https://github.com/inosaint"
17
19
  },
18
20
  "repository": "https://github.com/inosaint/data-vizard",
19
21
  "license": "MIT",
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # Changelog
2
+
3
+ All notable changes to Data Vizard will be documented here.
4
+
5
+ ## 0.1.2 - 2026-06-30
6
+
7
+ - Pointed all Codex plugin-list image fields at square icon assets so the plugin directory does not render the wide banner in icon slots.
8
+ - Kept `icon.png` and `logo.png` identical, with `logo-dark.png` as the dark-mode square variant.
9
+ - Switched public publisher metadata to the GitHub identity `inosaint`.
10
+ - Removed image embeds from the npm-facing README to avoid broken relative images on npm.
11
+
12
+ ## 0.1.1 - 2026-06-30
13
+
14
+ - Added Codex plugin-directory visual assets with a consistent wizard-and-chart logo.
15
+ - Wired `composerIcon`, `logo`, `logoDark`, and screenshot metadata into the Codex plugin manifest.
16
+ - Made the npm installer bin executable for cleaner package execution.
17
+ - Expanded the root and plugin READMEs with compatibility, privacy, verification, update, and release guidance.
18
+ - Added a reproducible script for regenerating plugin visual assets.
19
+
20
+ ## 0.1.0 - 2026-06-30
21
+
22
+ - Published the first npm installer for the Data Vizard agent workflow plugin.
23
+ - Bundled Codex and Claude Code marketplace manifests.
24
+ - Included five workflow skills: orchestrator, curator, analyst, narrator, and designer.
25
+ - Added release guidance for npm install testing, Codex marketplace testing, and Claude Code compatibility checks.
package/README.md CHANGED
@@ -1,53 +1,106 @@
1
1
  # Data Vizard
2
2
 
3
- Data Vizard is a WIP agent plugin for building data visualization stories with a staged workflow. The workflow moves from data intake to analysis, narrative framing, visual design, and a final HTML artifact while keeping user decisions explicit.
3
+ Data Vizard is an agent plugin for building data visualization stories with a staged workflow. It guides a project from data intake to curation, exploratory analysis, narrative framing, visual design, and a final HTML artifact while keeping user decisions explicit.
4
4
 
5
- ## Workflow
5
+ ## Install
6
6
 
7
- Most projects follow this path:
7
+ Install the published package with npm, pnpm, or Bun:
8
8
 
9
- 1. `data-vizard` coordinates the project and decision gates.
10
- 2. `data-curator` finds, evaluates, cleans, joins, and documents data.
11
- 3. `data-analyst` explores the curated data and proposes evidence-backed story directions.
12
- 4. `narrator` turns the selected analytical direction into a story brief, copy, caveats, and annotation plan.
13
- 5. `designer` chooses the visual form with the user, then builds and verifies the HTML artifact.
9
+ ```bash
10
+ npx data-vizard install
11
+ pnpm dlx data-vizard install
12
+ bunx data-vizard install
13
+ ```
14
14
 
15
- Project folders use lowercase hyphen-case slugs, for example `nyc-taxi-weather-jan-2026`.
15
+ The installer copies the bundled plugin into a stable local marketplace at `~/.data-vizard/marketplace`, writes Codex and Claude Code marketplace files, and attempts to install `data-vizard@data-vizard` when those CLIs are available.
16
16
 
17
- ## Skills
17
+ ## Quickstart
18
18
 
19
- The local skills live in `skills/`.
19
+ After installing, start a new Codex thread or Claude Code session so the plugin skills are loaded.
20
20
 
21
- - `skills/data-vizard/` - Orchestrates the full visualization workflow, routes between role skills, and maintains decision gates.
22
- - `skills/data-curator/` - Handles dataset discovery, data fitness checks, cleaning, reshaping, joins, enrichment, and curator handoff notes.
23
- - `skills/data-analyst/` - Profiles curated datasets, finds patterns and caveats, and proposes possible story directions without choosing the final story silently.
24
- - `skills/narrator/` - Shapes the selected analysis into audience-facing structure: story spine, titles, section copy, annotations, and caveats.
25
- - `skills/designer/` - Designs and produces HTML-based visualization artifacts, including chart choice, layout, interaction, accessibility, visual style, and motion behavior.
21
+ ```text
22
+ Codex: Use $data-vizard:data-vizard to build a visualization from this CSV.
23
+ Claude Code: /data-vizard:data-vizard Build a visualization from this CSV.
24
+ ```
26
25
 
27
- Each skill has a `SKILL.md` file with its operating rules. Some skills also include `references/` for playbooks and reusable guidance, or `assets/` for starter files.
26
+ You can also call a role skill directly:
28
27
 
29
- ## Install
28
+ ```text
29
+ $data-vizard:data-curator
30
+ $data-vizard:data-analyst
31
+ $data-vizard:narrator
32
+ $data-vizard:designer
33
+ ```
30
34
 
31
- Install the published package with npm, pnpm, or Bun:
35
+ ## Compatibility
36
+
37
+ | Host | Status | Install path | Notes |
38
+ | --- | --- | --- | --- |
39
+ | Codex app and CLI | Supported | `.agents/plugins/marketplace.json` plus `.codex-plugin/plugin.json` | Local and workspace plugins can appear in the Codex plugin directory through marketplaces or workspace sharing. The public OpenAI-curated directory is not a self-serve npm publishing target. |
40
+ | Claude Code | Supported | `.claude-plugin/marketplace.json` plus `.claude-plugin/plugin.json` | Validate with `claude plugin validate` and install with `claude plugin install data-vizard@data-vizard`. |
41
+ | npm | Supported | `bin/data-vizard.js` installer | The package ships the plugin, marketplace files, README, and changelog. |
42
+
43
+ ## Verify
44
+
45
+ Local package checks:
32
46
 
33
47
  ```bash
34
- npx data-vizard install
35
- pnpm dlx data-vizard install
36
- bunx data-vizard install
48
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npm pack --dry-run --json
49
+ node bin/data-vizard.js install --dry-run --root /tmp/data-vizard-local-smoke
37
50
  ```
38
51
 
39
- The installer copies the bundled plugin into a stable local marketplace at `~/.data-vizard/marketplace`, then registers and installs it for Codex and Claude Code when their CLIs are available.
52
+ Published-package smoke test:
40
53
 
41
- After installing, start a new agent session and invoke the orchestrator:
54
+ ```bash
55
+ cd /tmp
56
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npx --yes data-vizard@0.1.2 --version
57
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npx --yes data-vizard@0.1.2 install --dry-run --root /tmp/data-vizard-published-smoke
58
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npx --yes data-vizard@0.1.2 install --root /tmp/data-vizard-published-stage --no-codex --no-claude
59
+ ```
42
60
 
43
- ```text
44
- Codex: $data-vizard:data-vizard
45
- Claude Code: /data-vizard:data-vizard
61
+ Full install verification:
62
+
63
+ ```bash
64
+ npx --yes data-vizard@0.1.2 install
65
+ codex plugin list --available --json
66
+ claude plugin list
67
+ ```
68
+
69
+ Claude Code compatibility check:
70
+
71
+ ```bash
72
+ claude plugin validate plugins/data-vizard
73
+ claude plugin marketplace add /tmp/data-vizard-published-stage
74
+ claude plugin install data-vizard@data-vizard --scope local
75
+ claude plugin list
76
+ ```
77
+
78
+ ## Update Or Remove
79
+
80
+ Update from npm:
81
+
82
+ ```bash
83
+ npx data-vizard@latest install
46
84
  ```
47
85
 
48
- ## Manual Plugin Install
86
+ Remove installed plugins:
49
87
 
50
- The plugin source lives in `plugins/data-vizard/`, with repo-local marketplace files for Codex and Claude Code. From a fresh clone, install it manually with:
88
+ ```bash
89
+ codex plugin remove data-vizard@data-vizard
90
+ claude plugin uninstall data-vizard@data-vizard
91
+ ```
92
+
93
+ After updating or removing a plugin, start a new Codex thread or Claude Code session.
94
+
95
+ ## Privacy And Data
96
+
97
+ Data Vizard works on files and datasets you provide in the active workspace. The plugin itself does not add a server, background sync, analytics, or external app connector. Host-level model, tool, network, approval, and file-access settings still apply in Codex and Claude Code.
98
+
99
+ For sensitive datasets, review source rights before importing data, avoid committing private raw files, and keep project caveats close to any published visualization.
100
+
101
+ ## Development Install From Clone
102
+
103
+ Normal installs should use npm. This clone-based path is only for development before a version is published:
51
104
 
52
105
  ```bash
53
106
  codex plugin marketplace add "$(pwd)"
@@ -57,27 +110,19 @@ claude plugin marketplace add "$(pwd)"
57
110
  claude plugin install data-vizard@data-vizard
58
111
  ```
59
112
 
60
- See `plugins/data-vizard/README.md` for full install, usage, update, and troubleshooting notes.
61
-
62
- ## Folder Guide
63
-
64
- - `outcome/` - Final or in-progress public-facing visualization artifacts. Each project gets its own folder, usually with an `index.html` and supporting files such as story briefs, design notes, SVG favicons, or map assets.
65
- - `data/` - Curated data, raw source snapshots, transformation notes, and intermediate datasets used to build a visualization.
66
- - `scripts/` - Reproducible data preparation scripts. For example, `scripts/build_nyc_taxi_weather_hourly.py` builds the NYC taxi/weather dataset.
67
- - `skills/` - Local role skills used by the Data Vizard workflow.
68
- - `project-ledgers/` - Project ledgers that record stage progress, skill handoffs, decisions, caveats, and important files.
69
- - `outcome/<project-name>/PRODUCT.md` - Project-specific product context: audience, purpose, brand personality, anti-references, design principles, and accessibility goals.
70
-
113
+ The plugin source lives in `plugins/data-vizard/`. See `plugins/data-vizard/README.md` for role details, usage notes, update flow, and troubleshooting.
71
114
 
72
- ## Current Projects
115
+ ## Package Contents
73
116
 
74
- - `outcome/nyc-taxi-weather-jan-2026/` - A map-led scrollytelling story about how the January 25, 2026 snow day affected NYC yellow taxi pickups.
75
- - `outcome/india-state-choropleth/` - An India state choropleth visualization workspace.
117
+ - `bin/data-vizard.js` - npm installer CLI.
118
+ - `plugins/data-vizard/` - Packaged plugin source for Codex and Claude Code.
119
+ - `plugins/data-vizard/assets/` - Plugin icon, logo, and screenshots.
120
+ - `CHANGELOG.md` - Release history.
76
121
 
77
- ## Working Notes
122
+ ## Release Checklist
78
123
 
79
- - Keep user-facing visualization outputs under `outcome/<project-name>/`.
80
- - Keep curated data and transformation artifacts under `data/<project-name>/`.
81
- - Keep project progress notes in `project-ledgers/<project-name>.md`.
82
- - When adding new skills, include a clear `SKILL.md` and keep supporting guidance in that skill's `references/` folder.
83
- - For chart and map animations, prefer semantic data transitions: animate heights, bases, segment boundaries, filters, and scales rather than relying on opacity-only color swaps.
124
+ - Keep `package.json`, `plugins/data-vizard/.codex-plugin/plugin.json`, `.claude-plugin/marketplace.json`, and `plugins/data-vizard/.claude-plugin/plugin.json` versions aligned.
125
+ - Regenerate plugin assets with `python3 scripts/generate_plugin_assets.py`; pass `--source /path/to/logo.png` when replacing the canonical logo.
126
+ - Run npm pack and installer dry-run checks before publishing.
127
+ - Run Codex and Claude Code install checks in a fresh terminal or CI job.
128
+ - Update `CHANGELOG.md` for every release.
File without changes
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "data-vizard",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Installer for the Data Vizard agent workflow plugin.",
5
5
  "license": "MIT",
6
6
  "author": {
7
- "name": "Trine"
7
+ "name": "inosaint",
8
+ "url": "https://github.com/inosaint"
8
9
  },
9
10
  "homepage": "https://github.com/inosaint/data-vizard#readme",
10
11
  "repository": {
@@ -29,6 +30,7 @@
29
30
  "plugins/data-vizard/",
30
31
  ".agents/plugins/marketplace.json",
31
32
  ".claude-plugin/marketplace.json",
33
+ "CHANGELOG.md",
32
34
  "README.md"
33
35
  ],
34
36
  "engines": {
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "data-vizard",
3
3
  "displayName": "Data Vizard",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "description": "Guide data visualization projects from dataset intake to analysis, narrative, design, and HTML story output.",
6
6
  "author": {
7
- "name": "Trine",
7
+ "name": "inosaint",
8
8
  "url": "https://github.com/inosaint"
9
9
  },
10
10
  "repository": "https://github.com/inosaint/data-vizard",
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "data-vizard",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A staged data visualization workshop for moving from dataset intake to analysis, narrative, design, and an HTML artifact.",
5
5
  "author": {
6
- "name": "Trine"
6
+ "name": "inosaint",
7
+ "url": "https://github.com/inosaint"
7
8
  },
8
9
  "license": "MIT",
9
10
  "keywords": [
@@ -18,7 +19,7 @@
18
19
  "displayName": "Data Vizard",
19
20
  "shortDescription": "Guide data visualization projects from dataset to HTML story.",
20
21
  "longDescription": "Data Vizard bundles five Codex skills for a complete data visualization workflow: orchestration, data curation, exploratory analysis, narrative framing, and HTML visualization design.",
21
- "developerName": "Trine",
22
+ "developerName": "inosaint",
22
23
  "category": "Productivity",
23
24
  "capabilities": [
24
25
  "Interactive",
@@ -26,7 +27,14 @@
26
27
  "Data Analysis",
27
28
  "Visualization"
28
29
  ],
29
- "brandColor": "#2563EB",
30
+ "brandColor": "#5B35D5",
31
+ "composerIcon": "./assets/icon.png",
32
+ "logo": "./assets/icon.png",
33
+ "logoDark": "./assets/logo-dark.png",
34
+ "screenshots": [
35
+ "./assets/screenshot-workflow.png",
36
+ "./assets/screenshot-output.png"
37
+ ],
30
38
  "defaultPrompt": [
31
39
  "Use Data Vizard to build a visualization from this CSV.",
32
40
  "Guide me from dataset intake to an HTML data story.",
@@ -2,11 +2,13 @@
2
2
 
3
3
  Data Vizard is an agent plugin for staged data visualization work. It bundles skills for dataset intake, curation, exploratory analysis, narrative framing, and HTML visualization design.
4
4
 
5
+ ![Data Vizard workflow](assets/screenshot-workflow.png)
6
+
5
7
  ## What This Plugin Provides
6
8
 
7
9
  - `data-vizard:data-vizard` - Orchestrates the full workflow and keeps user decision gates explicit.
8
- - `data-vizard:data-curator` - Profiles, cleans, reshapes, joins, and documents datasets.
9
- - `data-vizard:data-analyst` - Finds patterns, caveats, and evidence-backed story directions.
10
+ - `data-vizard:data-curator` - Profiles, cleans, reshapes, joins, enriches, and documents datasets.
11
+ - `data-vizard:data-analyst` - Finds patterns, caveats, comparisons, anomalies, and evidence-backed story directions.
10
12
  - `data-vizard:narrator` - Turns analysis into audience-facing structure, copy, titles, annotations, and caveats.
11
13
  - `data-vizard:designer` - Designs and builds HTML visualization artifacts with chart, layout, accessibility, interaction, and motion guidance.
12
14
 
@@ -27,7 +29,17 @@ bunx data-vizard install
27
29
 
28
30
  The installer copies this plugin into `~/.data-vizard/marketplace`, writes Codex and Claude Code marketplace files, and attempts to install `data-vizard@data-vizard` with both CLIs when available.
29
31
 
30
- ## Install From A Fresh Clone
32
+ ## Compatibility
33
+
34
+ | Host | Status | Manifest | Notes |
35
+ | --- | --- | --- | --- |
36
+ | Codex app and CLI | Supported | `.codex-plugin/plugin.json` | Visual plugin metadata, skills, and local marketplace install are supported. Local/workspace plugins can appear through marketplaces or workspace sharing. |
37
+ | Claude Code | Supported | `.claude-plugin/plugin.json` | Uses a separate Claude manifest and marketplace file. Validate with `claude plugin validate`. |
38
+ | npm | Supported | `bin/data-vizard.js` | Ships the plugin, assets, marketplace files, root README, and changelog. |
39
+
40
+ ## Development Install From A Fresh Clone
41
+
42
+ Normal installs should use npm. This clone-based path is only for development before a version is published.
31
43
 
32
44
  Prerequisites:
33
45
 
@@ -53,21 +65,19 @@ claude plugin install data-vizard@data-vizard
53
65
 
54
66
  Why this works:
55
67
 
56
- - The marketplace definition lives at `.agents/plugins/marketplace.json`.
68
+ - The Codex marketplace definition lives at `.agents/plugins/marketplace.json`.
57
69
  - The Claude Code marketplace definition lives at `.claude-plugin/marketplace.json`.
58
70
  - Both marketplaces are named `data-vizard`.
59
- - It points Codex to the plugin source at `./plugins/data-vizard`.
71
+ - Both point to the plugin source at `./plugins/data-vizard`.
60
72
 
61
73
  Verify the install:
62
74
 
63
75
  ```bash
64
76
  codex plugin marketplace list
65
- codex plugin list
77
+ codex plugin list --available --json
66
78
  claude plugin list
67
79
  ```
68
80
 
69
- You should see a `data-vizard` marketplace pointing at this repo and `data-vizard@data-vizard` listed as installed and enabled.
70
-
71
81
  After installing or reinstalling a plugin, start a new Codex thread or Claude Code session so the updated skills are loaded.
72
82
 
73
83
  ## Basic Usage
@@ -93,11 +103,15 @@ Use $data-vizard:narrator to turn this analysis into a story brief.
93
103
  Use $data-vizard:designer to build the HTML visualization.
94
104
  ```
95
105
 
96
- The default workflow stores project artifacts in the repo:
106
+ The orchestrator confirms where project artifacts should live in the active workspace before creating or changing files.
107
+
108
+ ![Data Vizard output example](assets/screenshot-output.png)
97
109
 
98
- - `data/<project-name>/` - Raw snapshots, curated data, data dictionaries, and analysis files.
99
- - `outcome/<project-name>/` - Final or in-progress visualization artifacts, usually including `index.html`.
100
- - `project-ledgers/<project-name>.md` - Stage progress, user decisions, caveats, and handoffs.
110
+ ## Privacy And Data
111
+
112
+ Data Vizard works on files and datasets you provide in the active workspace. The plugin does not add a server, background sync, analytics, or external app connector. Codex and Claude Code host settings still control model access, file permissions, network access, and command approvals.
113
+
114
+ For sensitive datasets, review source rights before importing data, keep private raw files out of commits, and document caveats close to any public-facing claims.
101
115
 
102
116
  ## Updating After Pulling Changes
103
117
 
@@ -111,6 +125,33 @@ claude plugin install data-vizard@data-vizard
111
125
 
112
126
  Then start a new Codex thread or Claude Code session. If Codex or Claude Code still shows an older version, confirm that the plugin manifests under `plugins/data-vizard/` have a new version, then reinstall again.
113
127
 
128
+ ## Release Checks
129
+
130
+ Local package checks:
131
+
132
+ ```bash
133
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npm pack --dry-run --json
134
+ node bin/data-vizard.js install --dry-run --root /tmp/data-vizard-local-smoke
135
+ ```
136
+
137
+ Published-package smoke test:
138
+
139
+ ```bash
140
+ cd /tmp
141
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npx --yes data-vizard@0.1.2 --version
142
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npx --yes data-vizard@0.1.2 install --dry-run --root /tmp/data-vizard-published-smoke
143
+ NPM_CONFIG_CACHE=/tmp/data-vizard-npm-cache npx --yes data-vizard@0.1.2 install --root /tmp/data-vizard-published-stage --no-codex --no-claude
144
+ ```
145
+
146
+ Claude Code compatibility check:
147
+
148
+ ```bash
149
+ claude plugin validate plugins/data-vizard
150
+ claude plugin marketplace add /tmp/data-vizard-published-stage
151
+ claude plugin install data-vizard@data-vizard --scope local
152
+ claude plugin list
153
+ ```
154
+
114
155
  ## Troubleshooting
115
156
 
116
157
  If Codex says: