takomi 2.1.39 → 2.1.41
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/.agents/plugins/marketplace.json +22 -22
- package/README.md +217 -422
- package/assets/.agent/skills/remotion/rules/assets/charts-bar-chart.tsx +173 -173
- package/assets/.agent/skills/remotion/rules/assets/text-animations-typewriter.tsx +100 -100
- package/assets/.agent/skills/remotion/rules/text-animations.md +20 -20
- package/assets/.agent/skills/remotion/rules/videos.md +171 -171
- package/assets/.agent/skills/remotion-real-ui-video/SKILL.md +264 -0
- package/assets/.agent/skills/remotion-real-ui-video/references/anti-patterns.md +114 -0
- package/assets/.agent/skills/remotion-real-ui-video/references/completion-checklist.md +75 -0
- package/assets/.agent/skills/remotion-real-ui-video/references/real-ui-bridge-example.md +93 -0
- package/assets/.agent/skills/takomi-flow/SKILL.md +244 -235
- package/docs/features/TakomiFlow_Portable_Plugin.md +82 -78
- package/docs/takomi-flow-onboarding.md +86 -76
- package/docs/takomi-flow-public-distribution.md +94 -94
- package/package.json +1 -1
- package/plugins/takomi-flow/.mcp.json +11 -11
- package/plugins/takomi-flow/assets/capabilities.json +203 -171
- package/plugins/takomi-flow/assets/collection.schema.json +29 -29
- package/plugins/takomi-flow/assets/examples.json +94 -94
- package/plugins/takomi-flow/assets/request.schema.json +91 -67
- package/plugins/takomi-flow/assets/result.schema.json +46 -45
- package/plugins/takomi-flow/assets/templates/image-request.json +17 -13
- package/plugins/takomi-flow/assets/templates/video-request.json +19 -15
- package/plugins/takomi-flow/package.json +38 -38
- package/plugins/takomi-flow/pnpm-lock.yaml +813 -813
- package/plugins/takomi-flow/references/flow-provider-contract.md +349 -326
- package/plugins/takomi-flow/scripts/lib/agent-plan.mjs +140 -130
- package/plugins/takomi-flow/scripts/lib/api.mjs +113 -113
- package/plugins/takomi-flow/scripts/lib/args.mjs +66 -57
- package/plugins/takomi-flow/scripts/lib/audit.mjs +65 -65
- package/plugins/takomi-flow/scripts/lib/browser.mjs +78 -39
- package/plugins/takomi-flow/scripts/lib/capabilities.mjs +11 -11
- package/plugins/takomi-flow/scripts/lib/collect.mjs +53 -53
- package/plugins/takomi-flow/scripts/lib/commands.mjs +192 -175
- package/plugins/takomi-flow/scripts/lib/doctor.mjs +77 -77
- package/plugins/takomi-flow/scripts/lib/examples.mjs +17 -17
- package/plugins/takomi-flow/scripts/lib/flow-media.mjs +39 -0
- package/plugins/takomi-flow/scripts/lib/flow-outcome.mjs +115 -90
- package/plugins/takomi-flow/scripts/lib/flow-project-session.mjs +153 -0
- package/plugins/takomi-flow/scripts/lib/flow-ui.mjs +204 -165
- package/plugins/takomi-flow/scripts/lib/generation.mjs +190 -90
- package/plugins/takomi-flow/scripts/lib/inspect.mjs +81 -81
- package/plugins/takomi-flow/scripts/lib/mcp-prompts.mjs +39 -39
- package/plugins/takomi-flow/scripts/lib/mcp-resources.mjs +16 -16
- package/plugins/takomi-flow/scripts/lib/mcp-tools.mjs +165 -150
- package/plugins/takomi-flow/scripts/lib/media.mjs +78 -78
- package/plugins/takomi-flow/scripts/lib/observe.mjs +54 -54
- package/plugins/takomi-flow/scripts/lib/paths.mjs +37 -37
- package/plugins/takomi-flow/scripts/lib/playwright-loader.mjs +23 -23
- package/plugins/takomi-flow/scripts/lib/prompts.mjs +72 -72
- package/plugins/takomi-flow/scripts/lib/report.mjs +141 -141
- package/plugins/takomi-flow/scripts/lib/request-validator.mjs +73 -58
- package/plugins/takomi-flow/scripts/lib/request.mjs +66 -55
- package/plugins/takomi-flow/scripts/lib/resource-files.mjs +69 -69
- package/plugins/takomi-flow/scripts/lib/result.mjs +31 -31
- package/plugins/takomi-flow/scripts/lib/review.mjs +44 -44
- package/plugins/takomi-flow/scripts/lib/selftest.mjs +153 -153
- package/plugins/takomi-flow/scripts/lib/settings-plan.mjs +44 -39
- package/plugins/takomi-flow/scripts/lib/templates.mjs +37 -37
- package/plugins/takomi-flow/scripts/lib/trusted-chrome.mjs +67 -67
- package/plugins/takomi-flow/scripts/lib/workflow.mjs +56 -56
- package/plugins/takomi-flow/scripts/mcp-server.mjs +18 -18
- package/plugins/takomi-flow/scripts/mcp-smoke.mjs +144 -142
- package/plugins/takomi-flow/scripts/takomi-flow.mjs +17 -17
- package/plugins/takomi-flow/skills/takomi-flow/SKILL.md +244 -235
- package/plugins/takomi-flow/skills/takomi-flow/agents/openai.yaml +7 -7
- package/scripts/install-takomi-flow.ps1 +85 -85
- package/src/skills-catalog.js +10 -9
|
@@ -1,78 +1,82 @@
|
|
|
1
|
-
# TakomiFlow Portable Plugin
|
|
2
|
-
|
|
3
|
-
## Goal
|
|
4
|
-
|
|
5
|
-
Move the proven TakomiFlow Google Flow automation into this repository as the source-of-truth portable package so users and agents can install it on fresh machines, reuse existing trusted Chrome sessions, and operate through MCP when available or CLI when not.
|
|
6
|
-
|
|
7
|
-
## Components
|
|
8
|
-
|
|
9
|
-
### Codex Plugin
|
|
10
|
-
|
|
11
|
-
- `plugins/takomi-flow/`
|
|
12
|
-
- source-of-truth plugin package
|
|
13
|
-
- bundled skill, MCP server, CLI, schemas, prompts, and provider contract
|
|
14
|
-
- branded icon assets for store listing, dark mode, and composer surfaces
|
|
15
|
-
- browser automation scripts for trusted Chrome attach and Flow generation
|
|
16
|
-
- `.agents/plugins/marketplace.json`
|
|
17
|
-
- repo-local marketplace entry for `takomi-flow`
|
|
18
|
-
- `scripts/install-takomi-flow.ps1`
|
|
19
|
-
- optional installer for copying/registering the plugin into user/global Codex plugin paths
|
|
20
|
-
- `assets/.agent/skills/takomi-flow/SKILL.md`
|
|
21
|
-
- standalone harness-visible skill for agents that do not load Codex plugin skills
|
|
22
|
-
- merged install/repair and runtime workflow instructions so agents have one TakomiFlow entrypoint
|
|
23
|
-
|
|
24
|
-
### Agent Surface
|
|
25
|
-
|
|
26
|
-
- First-run agents should run `doctor`, then check whether `http://127.0.0.1:9222` is already serving Chrome DevTools Protocol.
|
|
27
|
-
- If CDP is alive, agents should reuse it.
|
|
28
|
-
- If CDP is missing, agents should start `trusted-chrome` and ask the user to sign into Google Flow manually.
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
- Agents should
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
1
|
+
# TakomiFlow Portable Plugin
|
|
2
|
+
|
|
3
|
+
## Goal
|
|
4
|
+
|
|
5
|
+
Move the proven TakomiFlow Google Flow automation into this repository as the source-of-truth portable package so users and agents can install it on fresh machines, reuse existing trusted Chrome sessions, and operate through MCP when available or CLI when not.
|
|
6
|
+
|
|
7
|
+
## Components
|
|
8
|
+
|
|
9
|
+
### Codex Plugin
|
|
10
|
+
|
|
11
|
+
- `plugins/takomi-flow/`
|
|
12
|
+
- source-of-truth plugin package
|
|
13
|
+
- bundled skill, MCP server, CLI, schemas, prompts, and provider contract
|
|
14
|
+
- branded icon assets for store listing, dark mode, and composer surfaces
|
|
15
|
+
- browser automation scripts for trusted Chrome attach and Flow generation
|
|
16
|
+
- `.agents/plugins/marketplace.json`
|
|
17
|
+
- repo-local marketplace entry for `takomi-flow`
|
|
18
|
+
- `scripts/install-takomi-flow.ps1`
|
|
19
|
+
- optional installer for copying/registering the plugin into user/global Codex plugin paths
|
|
20
|
+
- `assets/.agent/skills/takomi-flow/SKILL.md`
|
|
21
|
+
- standalone harness-visible skill for agents that do not load Codex plugin skills
|
|
22
|
+
- merged install/repair and runtime workflow instructions so agents have one TakomiFlow entrypoint
|
|
23
|
+
|
|
24
|
+
### Agent Surface
|
|
25
|
+
|
|
26
|
+
- First-run agents should run `doctor`, then check whether `http://127.0.0.1:9222` is already serving Chrome DevTools Protocol.
|
|
27
|
+
- If CDP is alive, agents should reuse it.
|
|
28
|
+
- If CDP is missing, agents should start `trusted-chrome` and ask the user to sign into Google Flow manually.
|
|
29
|
+
- For repeated generations, agents should reuse the current Flow project tab or pass `projectUrl`; clicking `New project` requires explicit `allowNewProject`.
|
|
30
|
+
- If a project chat is stale or broken, agents should recover by creating a fresh chat inside the same project before asking for manual intervention.
|
|
31
|
+
- Agents should prefer MCP tools when the harness supports MCP and the plugin is installed.
|
|
32
|
+
- Agents should offer plugin installation/repair in Codex only after user approval.
|
|
33
|
+
- Agents should fall back to CLI commands and standalone skill instructions when MCP or plugins are absent.
|
|
34
|
+
|
|
35
|
+
### Runtime Surface
|
|
36
|
+
|
|
37
|
+
- CLI-first core: `node scripts/takomi-flow.mjs <command>`.
|
|
38
|
+
- MCP adapter: `node scripts/mcp-server.mjs`.
|
|
39
|
+
- Browser profile: user-local trusted Chrome profile by default.
|
|
40
|
+
- Outputs: run folders with `run.json`, `assets.json`, `report.md`, screenshots, downloads, and optional video frames.
|
|
41
|
+
|
|
42
|
+
## Data Flow
|
|
43
|
+
|
|
44
|
+
1. Agent discovers or installs the plugin from this repo.
|
|
45
|
+
2. Agent runs readiness checks.
|
|
46
|
+
3. Agent checks for an existing trusted Chrome CDP instance.
|
|
47
|
+
4. Agent reuses the instance or launches trusted Chrome.
|
|
48
|
+
5. User signs in manually when needed.
|
|
49
|
+
6. Agent resolves the target project from `projectUrl` or the current project tab.
|
|
50
|
+
7. Agent prepares and validates a Flow request.
|
|
51
|
+
8. Agent submits only with explicit spend approval.
|
|
52
|
+
9. Agent records `projectUrl`, downloads assets, catalogs outputs, and writes a report.
|
|
53
|
+
|
|
54
|
+
## Database Schema
|
|
55
|
+
|
|
56
|
+
No database is required.
|
|
57
|
+
|
|
58
|
+
Persistent state is file-based:
|
|
59
|
+
|
|
60
|
+
- request JSON under `requests/`
|
|
61
|
+
- run metadata in `run.json`
|
|
62
|
+
- asset metadata in `assets.json`
|
|
63
|
+
- Markdown handoff in `report.md`
|
|
64
|
+
|
|
65
|
+
## Install / Portability Rules
|
|
66
|
+
|
|
67
|
+
- MCP is optional, not required.
|
|
68
|
+
- A harness without MCP can still use the CLI and skill instructions.
|
|
69
|
+
- A fresh computer can bootstrap by running the repo installer or directly invoking the plugin CLI from this repo.
|
|
70
|
+
- Global/user writes must be explicit installer actions, not hidden side effects.
|
|
71
|
+
- Project URLs must be captured for every generated Flow project.
|
|
72
|
+
- New Flow projects are opt-in; project reuse is the default.
|
|
73
|
+
|
|
74
|
+
## Verification
|
|
75
|
+
|
|
76
|
+
- Plugin validation should pass with the Codex plugin validator.
|
|
77
|
+
- Skill validation should pass with the Codex skill validator.
|
|
78
|
+
- MCP smoke should pass when Node dependencies are installed.
|
|
79
|
+
- CLI `doctor`, `capabilities`, `template`, `workflow`, `inspect`, `assets`, and `report` should work without MCP.
|
|
80
|
+
- Store art should resolve from `assets/logo.png`, `assets/logo-dark.png`, and `assets/composer-icon.png`.
|
|
81
|
+
- Store examples should show real creative workflows, not only a generic safe browser workflow prompt.
|
|
82
|
+
- The generated neon TakomiFlow icon is used as the plugin logo and composer icon source.
|
|
@@ -1,76 +1,86 @@
|
|
|
1
|
-
# TakomiFlow Onboarding
|
|
2
|
-
|
|
3
|
-
TakomiFlow is packaged in this repo at `plugins/takomi-flow`.
|
|
4
|
-
|
|
5
|
-
## First Run
|
|
6
|
-
|
|
7
|
-
If all you have is a skill, use the bundled `takomi-flow` skill. It is the single front door: it can operate an already-installed plugin through MCP or CLI, install or repair the Codex plugin after user approval, or stay in skill/CLI mode for harnesses that do not support Codex plugins.
|
|
8
|
-
|
|
9
|
-
1. Install or register the plugin:
|
|
10
|
-
|
|
11
|
-
```powershell
|
|
12
|
-
./scripts/install-takomi-flow.ps1 -InstallDependencies
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
2. Check the local runtime:
|
|
16
|
-
|
|
17
|
-
```powershell
|
|
18
|
-
node plugins/takomi-flow/scripts/takomi-flow.mjs doctor
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
3. Check whether a trusted Chrome instance is already running:
|
|
22
|
-
|
|
23
|
-
```powershell
|
|
24
|
-
Invoke-WebRequest http://127.0.0.1:9222/json/version -UseBasicParsing
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
4. If Chrome is already running on port `9222`, reuse it with:
|
|
28
|
-
|
|
29
|
-
```powershell
|
|
30
|
-
--cdp-url http://127.0.0.1:9222
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
5. If Chrome is not running, launch it:
|
|
34
|
-
|
|
35
|
-
```powershell
|
|
36
|
-
node plugins/takomi-flow/scripts/takomi-flow.mjs trusted-chrome
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
6. Sign into Google Flow manually in the opened browser.
|
|
40
|
-
|
|
41
|
-
7. Run a no-spend observe before generation:
|
|
42
|
-
|
|
43
|
-
```powershell
|
|
44
|
-
node plugins/takomi-flow/scripts/takomi-flow.mjs observe --allow-browser --cdp-url http://127.0.0.1:9222
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
##
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
- `
|
|
70
|
-
- `
|
|
71
|
-
|
|
72
|
-
- `
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
- `
|
|
1
|
+
# TakomiFlow Onboarding
|
|
2
|
+
|
|
3
|
+
TakomiFlow is packaged in this repo at `plugins/takomi-flow`.
|
|
4
|
+
|
|
5
|
+
## First Run
|
|
6
|
+
|
|
7
|
+
If all you have is a skill, use the bundled `takomi-flow` skill. It is the single front door: it can operate an already-installed plugin through MCP or CLI, install or repair the Codex plugin after user approval, or stay in skill/CLI mode for harnesses that do not support Codex plugins.
|
|
8
|
+
|
|
9
|
+
1. Install or register the plugin:
|
|
10
|
+
|
|
11
|
+
```powershell
|
|
12
|
+
./scripts/install-takomi-flow.ps1 -InstallDependencies
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
2. Check the local runtime:
|
|
16
|
+
|
|
17
|
+
```powershell
|
|
18
|
+
node plugins/takomi-flow/scripts/takomi-flow.mjs doctor
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
3. Check whether a trusted Chrome instance is already running:
|
|
22
|
+
|
|
23
|
+
```powershell
|
|
24
|
+
Invoke-WebRequest http://127.0.0.1:9222/json/version -UseBasicParsing
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
4. If Chrome is already running on port `9222`, reuse it with:
|
|
28
|
+
|
|
29
|
+
```powershell
|
|
30
|
+
--cdp-url http://127.0.0.1:9222
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
5. If Chrome is not running, launch it:
|
|
34
|
+
|
|
35
|
+
```powershell
|
|
36
|
+
node plugins/takomi-flow/scripts/takomi-flow.mjs trusted-chrome
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
6. Sign into Google Flow manually in the opened browser.
|
|
40
|
+
|
|
41
|
+
7. Run a no-spend observe before generation:
|
|
42
|
+
|
|
43
|
+
```powershell
|
|
44
|
+
node plugins/takomi-flow/scripts/takomi-flow.mjs observe --allow-browser --cdp-url http://127.0.0.1:9222
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Reusing One Flow Project
|
|
48
|
+
|
|
49
|
+
For repeated generations, leave trusted Chrome open on the Flow project editor and reuse it:
|
|
50
|
+
|
|
51
|
+
```powershell
|
|
52
|
+
node plugins/takomi-flow/scripts/takomi-flow.mjs workflow --kind video --prompt "cinematic lab scene" --project-url "https://labs.google/fx/tools/flow/project/..." --submit --allow-browser --allow-spend --cdp-url http://127.0.0.1:9222
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
TakomiFlow does not click `New project` unless `--allow-new-project` is set. If a chat surface is stale or broken, it tries one fresh chat inside the same project before asking for manual help.
|
|
56
|
+
|
|
57
|
+
## MCP Or CLI
|
|
58
|
+
|
|
59
|
+
- If the harness supports MCP, use TakomiFlow MCP tools.
|
|
60
|
+
- If MCP is unavailable, use the CLI commands directly.
|
|
61
|
+
- If a harness has neither MCP nor shell access, use the skill instructions as a handoff checklist for a human/operator.
|
|
62
|
+
|
|
63
|
+
Generation is always spend-gated. Use `--allow-spend` only after explicit approval.
|
|
64
|
+
|
|
65
|
+
## Finding It In Codex
|
|
66
|
+
|
|
67
|
+
After this repo is installed or registered, Codex should show:
|
|
68
|
+
|
|
69
|
+
- `Takomi Codex` under the `J StaR Films Studios` marketplace section.
|
|
70
|
+
- `TakomiFlow` under the same marketplace section.
|
|
71
|
+
|
|
72
|
+
On the developer machine, a second `TakomiFlow` may also appear under `Personal` if `scripts/install-takomi-flow.ps1` copied the plugin into `~/plugins/takomi-flow` and registered `~/.agents/plugins/marketplace.json`. That personal entry is useful for local testing; the repo entry is the package source other people should install.
|
|
73
|
+
|
|
74
|
+
People can search for:
|
|
75
|
+
|
|
76
|
+
- `TakomiFlow`
|
|
77
|
+
- `Flow`
|
|
78
|
+
- `Google Flow`
|
|
79
|
+
- `image generation`
|
|
80
|
+
- `video generation`
|
|
81
|
+
- `asset pipeline`
|
|
82
|
+
- `Takomi`
|
|
83
|
+
|
|
84
|
+
If they only have the skill and not the plugin, search/install:
|
|
85
|
+
|
|
86
|
+
- `takomi-flow`
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
# TakomiFlow Public Distribution
|
|
2
|
-
|
|
3
|
-
TakomiFlow is packaged in this repo, but users need one distribution path before it can appear in their Codex Store.
|
|
4
|
-
|
|
5
|
-
## NPM Package Strategy
|
|
6
|
-
|
|
7
|
-
Do not create a second npm package by default.
|
|
8
|
-
|
|
9
|
-
TakomiFlow should ship inside the existing `takomi` / VibeCode Protocol Suite package:
|
|
10
|
-
|
|
11
|
-
- `plugins/takomi-flow` contains the Codex plugin.
|
|
12
|
-
- `assets/.agent/skills/takomi-flow` contains the standalone non-plugin skill for harnesses that read bundled skills, plus the install/repair instructions for Codex plugin use.
|
|
13
|
-
- `scripts/install-takomi-flow.ps1` installs/registers the bundled plugin into the user's global Codex plugin location.
|
|
14
|
-
|
|
15
|
-
A separate `takomi-flow` npm package would only be useful later if TakomiFlow needs independent versioning, releases, or dependencies. For now, keeping it inside the existing suite avoids duplicated publishing, duplicated docs, and version drift.
|
|
16
|
-
|
|
17
|
-
## Best Path
|
|
18
|
-
|
|
19
|
-
Publish or distribute the VibeCode Protocol Suite, then let users install the TakomiFlow plugin from the suite bundle.
|
|
20
|
-
|
|
21
|
-
Once they have the suite from GitHub or the published `takomi` package:
|
|
22
|
-
|
|
23
|
-
```powershell
|
|
24
|
-
git clone https://github.com/JStaRFilms/VibeCode-Protocol-Suite "$HOME\Source\VibeCode-Protocol-Suite"
|
|
25
|
-
cd "$HOME\Source\VibeCode-Protocol-Suite"
|
|
26
|
-
.\scripts\install-takomi-flow.ps1 -InstallDependencies
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
That installs:
|
|
30
|
-
|
|
31
|
-
```text
|
|
32
|
-
~/plugins/takomi-flow
|
|
33
|
-
~/.agents/plugins/marketplace.json
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Then Codex can show TakomiFlow in the personal/store plugin list.
|
|
37
|
-
|
|
38
|
-
## Skill-Only Bootstrap
|
|
39
|
-
|
|
40
|
-
If a user only has skills and no plugin yet, give them the bundled `takomi-flow` skill. That one skill teaches Codex or another harness how to:
|
|
41
|
-
|
|
42
|
-
1. Check whether TakomiFlow is already installed.
|
|
43
|
-
2. Clone or locate the VibeCode Protocol Suite.
|
|
44
|
-
3. Run `scripts/install-takomi-flow.ps1`.
|
|
45
|
-
4. Install dependencies.
|
|
46
|
-
5. Verify the plugin with `doctor`.
|
|
47
|
-
6. Reuse or launch trusted Chrome.
|
|
48
|
-
|
|
49
|
-
This is the lightest path when the full plugin is not installed yet, while avoiding a confusing second TakomiFlow installer skill.
|
|
50
|
-
|
|
51
|
-
## MCP Is Optional
|
|
52
|
-
|
|
53
|
-
TakomiFlow should be useful in three tiers:
|
|
54
|
-
|
|
55
|
-
- Full Codex plugin and MCP tools when the harness supports them.
|
|
56
|
-
- CLI-only operation when MCP is unavailable.
|
|
57
|
-
- Skill-only install instructions when the plugin is missing.
|
|
58
|
-
|
|
59
|
-
The CLI entrypoint remains:
|
|
60
|
-
|
|
61
|
-
```powershell
|
|
62
|
-
node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" <command>
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
## Store Search Terms
|
|
66
|
-
|
|
67
|
-
Users should be able to find it by searching:
|
|
68
|
-
|
|
69
|
-
- `TakomiFlow`
|
|
70
|
-
- `Takomi Flow`
|
|
71
|
-
- `Google Flow`
|
|
72
|
-
- `Flow automation`
|
|
73
|
-
- `image generation`
|
|
74
|
-
- `video generation`
|
|
75
|
-
- `asset pipeline`
|
|
76
|
-
- `Takomi`
|
|
77
|
-
|
|
78
|
-
## Publishing Checklist
|
|
79
|
-
|
|
80
|
-
Before telling users it is public:
|
|
81
|
-
|
|
82
|
-
1. Push this repo to GitHub.
|
|
83
|
-
2. Confirm `plugins/takomi-flow` is included.
|
|
84
|
-
3. Confirm `assets/.agent/skills/takomi-flow` is included.
|
|
85
|
-
4. Confirm `npm pack --dry-run` includes TakomiFlow files but not `plugins/takomi-flow/node_modules`.
|
|
86
|
-
5. Publish/update the existing `takomi` npm package or release archive.
|
|
87
|
-
6. Test on a clean user profile:
|
|
88
|
-
|
|
89
|
-
```powershell
|
|
90
|
-
.\scripts\install-takomi-flow.ps1 -InstallDependencies
|
|
91
|
-
node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" doctor
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
7. Open Codex Store and search `TakomiFlow`.
|
|
1
|
+
# TakomiFlow Public Distribution
|
|
2
|
+
|
|
3
|
+
TakomiFlow is packaged in this repo, but users need one distribution path before it can appear in their Codex Store.
|
|
4
|
+
|
|
5
|
+
## NPM Package Strategy
|
|
6
|
+
|
|
7
|
+
Do not create a second npm package by default.
|
|
8
|
+
|
|
9
|
+
TakomiFlow should ship inside the existing `takomi` / VibeCode Protocol Suite package:
|
|
10
|
+
|
|
11
|
+
- `plugins/takomi-flow` contains the Codex plugin.
|
|
12
|
+
- `assets/.agent/skills/takomi-flow` contains the standalone non-plugin skill for harnesses that read bundled skills, plus the install/repair instructions for Codex plugin use.
|
|
13
|
+
- `scripts/install-takomi-flow.ps1` installs/registers the bundled plugin into the user's global Codex plugin location.
|
|
14
|
+
|
|
15
|
+
A separate `takomi-flow` npm package would only be useful later if TakomiFlow needs independent versioning, releases, or dependencies. For now, keeping it inside the existing suite avoids duplicated publishing, duplicated docs, and version drift.
|
|
16
|
+
|
|
17
|
+
## Best Path
|
|
18
|
+
|
|
19
|
+
Publish or distribute the VibeCode Protocol Suite, then let users install the TakomiFlow plugin from the suite bundle.
|
|
20
|
+
|
|
21
|
+
Once they have the suite from GitHub or the published `takomi` package:
|
|
22
|
+
|
|
23
|
+
```powershell
|
|
24
|
+
git clone https://github.com/JStaRFilms/VibeCode-Protocol-Suite "$HOME\Source\VibeCode-Protocol-Suite"
|
|
25
|
+
cd "$HOME\Source\VibeCode-Protocol-Suite"
|
|
26
|
+
.\scripts\install-takomi-flow.ps1 -InstallDependencies
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
That installs:
|
|
30
|
+
|
|
31
|
+
```text
|
|
32
|
+
~/plugins/takomi-flow
|
|
33
|
+
~/.agents/plugins/marketplace.json
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Then Codex can show TakomiFlow in the personal/store plugin list.
|
|
37
|
+
|
|
38
|
+
## Skill-Only Bootstrap
|
|
39
|
+
|
|
40
|
+
If a user only has skills and no plugin yet, give them the bundled `takomi-flow` skill. That one skill teaches Codex or another harness how to:
|
|
41
|
+
|
|
42
|
+
1. Check whether TakomiFlow is already installed.
|
|
43
|
+
2. Clone or locate the VibeCode Protocol Suite.
|
|
44
|
+
3. Run `scripts/install-takomi-flow.ps1`.
|
|
45
|
+
4. Install dependencies.
|
|
46
|
+
5. Verify the plugin with `doctor`.
|
|
47
|
+
6. Reuse or launch trusted Chrome.
|
|
48
|
+
|
|
49
|
+
This is the lightest path when the full plugin is not installed yet, while avoiding a confusing second TakomiFlow installer skill.
|
|
50
|
+
|
|
51
|
+
## MCP Is Optional
|
|
52
|
+
|
|
53
|
+
TakomiFlow should be useful in three tiers:
|
|
54
|
+
|
|
55
|
+
- Full Codex plugin and MCP tools when the harness supports them.
|
|
56
|
+
- CLI-only operation when MCP is unavailable.
|
|
57
|
+
- Skill-only install instructions when the plugin is missing.
|
|
58
|
+
|
|
59
|
+
The CLI entrypoint remains:
|
|
60
|
+
|
|
61
|
+
```powershell
|
|
62
|
+
node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" <command>
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Store Search Terms
|
|
66
|
+
|
|
67
|
+
Users should be able to find it by searching:
|
|
68
|
+
|
|
69
|
+
- `TakomiFlow`
|
|
70
|
+
- `Takomi Flow`
|
|
71
|
+
- `Google Flow`
|
|
72
|
+
- `Flow automation`
|
|
73
|
+
- `image generation`
|
|
74
|
+
- `video generation`
|
|
75
|
+
- `asset pipeline`
|
|
76
|
+
- `Takomi`
|
|
77
|
+
|
|
78
|
+
## Publishing Checklist
|
|
79
|
+
|
|
80
|
+
Before telling users it is public:
|
|
81
|
+
|
|
82
|
+
1. Push this repo to GitHub.
|
|
83
|
+
2. Confirm `plugins/takomi-flow` is included.
|
|
84
|
+
3. Confirm `assets/.agent/skills/takomi-flow` is included.
|
|
85
|
+
4. Confirm `npm pack --dry-run` includes TakomiFlow files but not `plugins/takomi-flow/node_modules`.
|
|
86
|
+
5. Publish/update the existing `takomi` npm package or release archive.
|
|
87
|
+
6. Test on a clean user profile:
|
|
88
|
+
|
|
89
|
+
```powershell
|
|
90
|
+
.\scripts\install-takomi-flow.ps1 -InstallDependencies
|
|
91
|
+
node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" doctor
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
7. Open Codex Store and search `TakomiFlow`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomi",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.41",
|
|
4
4
|
"description": "🎯 Stop wrestling with AI. Start building with purpose. The artisan's toolkit for agent workflows, Codex skills, and original Takomi capabilities like 21st.dev integration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mcpServers": {
|
|
3
|
-
"takomi-flow": {
|
|
4
|
-
"type": "stdio",
|
|
5
|
-
"command": "node",
|
|
6
|
-
"args": [
|
|
7
|
-
"scripts/mcp-server.mjs"
|
|
8
|
-
]
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"takomi-flow": {
|
|
4
|
+
"type": "stdio",
|
|
5
|
+
"command": "node",
|
|
6
|
+
"args": [
|
|
7
|
+
"scripts/mcp-server.mjs"
|
|
8
|
+
]
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|