@vibe-agent-toolkit/vat-development-agents 0.1.32-rc.4 → 0.1.32
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/dist/.claude/plugins/marketplaces/vat-skills/CHANGELOG.md +37 -4
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/.claude-plugin/plugin.json +1 -1
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/vat-adoption-and-configuration/SKILL.md +179 -0
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/{authoring → vat-agent-authoring}/SKILL.md +16 -134
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/{audit → vat-audit}/SKILL.md +1 -1
- package/dist/{skills/org-admin → .claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/vat-enterprise-org}/SKILL.md +3 -3
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/{resources → vat-knowledge-resources}/SKILL.md +1 -1
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/vat-rag/SKILL.md +104 -0
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/vat-skill-authoring/SKILL.md +156 -0
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/{distribution → vat-skill-distribution}/SKILL.md +3 -2
- package/dist/{skills/authoring/resources/skill-quality-checklist.md → .claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/vat-skill-review/SKILL.md} +16 -1
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/vibe-agent-toolkit/SKILL.md +40 -189
- package/dist/generated/resources/skills/CLAUDE.d.ts +28 -0
- package/dist/generated/resources/skills/CLAUDE.js +60 -0
- package/dist/generated/resources/skills/SKILL.d.ts +2 -10
- package/dist/generated/resources/skills/SKILL.js +14 -54
- package/dist/generated/resources/skills/vat-adoption-and-configuration.d.ts +29 -0
- package/dist/generated/resources/skills/vat-adoption-and-configuration.js +53 -0
- package/dist/generated/resources/skills/vat-agent-authoring.d.ts +0 -2
- package/dist/generated/resources/skills/vat-agent-authoring.js +9 -19
- package/dist/generated/resources/skills/vat-audit.js +1 -1
- package/dist/generated/resources/skills/{vat-claude-org-admin.js → vat-enterprise-org.js} +3 -3
- package/dist/generated/resources/skills/{vat-resources.js → vat-knowledge-resources.js} +1 -1
- package/dist/generated/resources/skills/{vat-install-architecture.d.ts → vat-rag.d.ts} +6 -7
- package/dist/generated/resources/skills/vat-rag.js +43 -0
- package/dist/generated/resources/skills/{vat-debugging.d.ts → vat-skill-authoring.d.ts} +7 -7
- package/dist/generated/resources/skills/vat-skill-authoring.js +48 -0
- package/dist/generated/resources/skills/{vat-skills-distribution.js → vat-skill-distribution.js} +4 -4
- package/dist/generated/resources/skills/{skill-quality-checklist.d.ts → vat-skill-review.d.ts} +5 -1
- package/dist/generated/resources/skills/{skill-quality-checklist.js → vat-skill-review.js} +10 -2
- package/dist/skills/vat-adoption-and-configuration/SKILL.md +179 -0
- package/dist/skills/{authoring → vat-agent-authoring}/SKILL.md +16 -134
- package/dist/skills/{audit → vat-audit}/SKILL.md +1 -1
- package/dist/{.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/org-admin → skills/vat-enterprise-org}/SKILL.md +3 -3
- package/dist/skills/{resources → vat-knowledge-resources}/SKILL.md +1 -1
- package/dist/skills/vat-rag/SKILL.md +104 -0
- package/dist/skills/vat-skill-authoring/SKILL.md +156 -0
- package/dist/skills/{distribution → vat-skill-distribution}/SKILL.md +3 -2
- package/dist/{.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/authoring/resources/skill-quality-checklist.md → skills/vat-skill-review/SKILL.md} +16 -1
- package/dist/skills/vibe-agent-toolkit/SKILL.md +40 -189
- package/package.json +13 -11
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/debugging/SKILL.md +0 -111
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/distribution/resources/vat-install-architecture.md +0 -229
- package/dist/.claude/plugins/marketplaces/vat-skills/plugins/vibe-agent-toolkit/skills/install/SKILL.md +0 -229
- package/dist/generated/resources/skills/vat-debugging.js +0 -48
- package/dist/generated/resources/skills/vat-install-architecture.js +0 -48
- package/dist/skills/debugging/SKILL.md +0 -111
- package/dist/skills/distribution/resources/vat-install-architecture.md +0 -229
- package/dist/skills/install/SKILL.md +0 -229
- /package/dist/generated/resources/skills/{vat-claude-org-admin.d.ts → vat-enterprise-org.d.ts} +0 -0
- /package/dist/generated/resources/skills/{vat-resources.d.ts → vat-knowledge-resources.d.ts} +0 -0
- /package/dist/generated/resources/skills/{vat-skills-distribution.d.ts → vat-skill-distribution.d.ts} +0 -0
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: debugging
|
|
3
|
-
description: >-
|
|
4
|
-
Debug unexpected VAT behavior, reproduce bugs, test local vibe-agent-toolkit
|
|
5
|
-
changes in adopter projects (VAT_ROOT_DIR), write failing tests before fixing,
|
|
6
|
-
and validate fixes with the full build pipeline before publishing
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# Debugging & Testing VAT Fixes
|
|
10
|
-
|
|
11
|
-
Use this skill when VAT itself is behaving unexpectedly, you suspect a VAT bug,
|
|
12
|
-
or you need to test a local code change to vibe-agent-toolkit in another project.
|
|
13
|
-
|
|
14
|
-
## Step 1: Confirm the Version
|
|
15
|
-
|
|
16
|
-
First, confirm which version of VAT is running:
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
# In the adopter project
|
|
20
|
-
cat node_modules/@vibe-agent-toolkit/cli/package.json | grep '"version"'
|
|
21
|
-
|
|
22
|
-
# Or check the binary directly
|
|
23
|
-
vat --version
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
If the installed version is behind the monorepo, you may need `VAT_ROOT_DIR` (see below)
|
|
27
|
-
to test with the local build instead.
|
|
28
|
-
|
|
29
|
-
## Step 2: Enable Debug Output
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
VAT_DEBUG=1 vat <command>
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
`VAT_DEBUG=1` prints context detection info, binary path resolution, and config loading
|
|
36
|
-
details. Use it to confirm which config file and which binary are actually being used.
|
|
37
|
-
|
|
38
|
-
Other useful env vars:
|
|
39
|
-
- `VAT_TEST_ROOT=/path` — Override the project root VAT uses (skips `.git` detection)
|
|
40
|
-
- `VAT_TEST_CONFIG=/path/to/config.yaml` — Override the config file path
|
|
41
|
-
|
|
42
|
-
## Step 3: Reproduce With the Local Monorepo Build
|
|
43
|
-
|
|
44
|
-
To test a fix from your local vibe-agent-toolkit checkout in an adopter project
|
|
45
|
-
(e.g. lfa-cc-marketplace) **without publishing to npm**:
|
|
46
|
-
|
|
47
|
-
### Option A: VAT_ROOT_DIR (recommended)
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
# In your shell (or .env.local in the adopter project)
|
|
51
|
-
export VAT_ROOT_DIR=/path/to/vibe-agent-toolkit
|
|
52
|
-
|
|
53
|
-
# Build the monorepo first — always required
|
|
54
|
-
cd /path/to/vibe-agent-toolkit && bun run build
|
|
55
|
-
|
|
56
|
-
# Now any vat command in the adopter project uses your local build
|
|
57
|
-
cd /path/to/adopter-project
|
|
58
|
-
vat resources validate .
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
The globally-installed `vat` wrapper detects `VAT_ROOT_DIR` and re-dispatches
|
|
62
|
-
to `$VAT_ROOT_DIR/packages/cli/dist/bin.js`.
|
|
63
|
-
|
|
64
|
-
### Option B: Direct path (no global install needed)
|
|
65
|
-
|
|
66
|
-
```bash
|
|
67
|
-
# Build first
|
|
68
|
-
cd /path/to/vibe-agent-toolkit && bun run build
|
|
69
|
-
|
|
70
|
-
# Then invoke directly
|
|
71
|
-
node /path/to/vibe-agent-toolkit/packages/cli/dist/bin/vat.js resources validate .
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
## Step 4: Write a Failing Test Before Fixing
|
|
75
|
-
|
|
76
|
-
Before changing VAT source code, write a test that reproduces the bug:
|
|
77
|
-
|
|
78
|
-
- **Unit bug** → add a test in `packages/<package>/test/`
|
|
79
|
-
- **CLI behavior** → add an integration test in `packages/cli/test/integration/`
|
|
80
|
-
- **End-to-end workflow** → add a system test in `packages/cli/test/system/`
|
|
81
|
-
|
|
82
|
-
See docs/writing-tests.md for test patterns and
|
|
83
|
-
the unit/integration/system classification guide.
|
|
84
|
-
|
|
85
|
-
## Step 5: Validate Before Committing
|
|
86
|
-
|
|
87
|
-
After fixing, run the full pipeline from the monorepo root:
|
|
88
|
-
|
|
89
|
-
```bash
|
|
90
|
-
bun run validate
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
This runs unit → integration → system tests with caching. If tests pass, the fix
|
|
94
|
-
is safe to commit. Do not commit until `bun run validate` passes.
|
|
95
|
-
|
|
96
|
-
## Quick Diagnosis Checklist
|
|
97
|
-
|
|
98
|
-
| Symptom | First thing to check |
|
|
99
|
-
|---|---|
|
|
100
|
-
| `vat` command not found | `npm install -g vibe-agent-toolkit` |
|
|
101
|
-
| Wrong results in adopter project | Confirm installed version matches expected RC |
|
|
102
|
-
| Fix applied but adopter still wrong | Did you `bun run build` after the change? |
|
|
103
|
-
| Validation slow every time | `git rev-parse --git-dir` — are you in a git repo? |
|
|
104
|
-
| Config not loading | `VAT_DEBUG=1 vat <command>` to see which config is found |
|
|
105
|
-
| Test passes locally, fails CI | Windows path separator? Use `toForwardSlash()` from `@vibe-agent-toolkit/utils` |
|
|
106
|
-
|
|
107
|
-
## See Also
|
|
108
|
-
|
|
109
|
-
- docs/debug-and-test-vat-fixes.md — Full reference
|
|
110
|
-
- docs/writing-tests.md — Test patterns and classification
|
|
111
|
-
- [packages/cli/CLAUDE.md]() — CLI development guidelines
|
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: install
|
|
3
|
-
description: VAT skill/plugin install and uninstall architecture — what's supported, what isn't, and the full design vision across file-based, cloud, MDM, and enterprise-CI methods. Read before designing any install/uninstall feature.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# VAT Skill Install & Uninstall: Architecture and Vision
|
|
7
|
-
|
|
8
|
-
## The Problem Space
|
|
9
|
-
|
|
10
|
-
Skills and plugins need to reach users' Claude installations through several distinct
|
|
11
|
-
delivery channels. Each channel has different operators (developers, IT, Anthropic),
|
|
12
|
-
different trust levels, and different UX requirements. VAT today only covers one of
|
|
13
|
-
these channels.
|
|
14
|
-
|
|
15
|
-
This document defines the full landscape, what VAT currently supports, what it does
|
|
16
|
-
not, and the architectural direction for each gap.
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## Install Method Landscape
|
|
21
|
-
|
|
22
|
-
| Method | Operator | Current State | Notes |
|
|
23
|
-
|--------|----------|---------------|-------|
|
|
24
|
-
| **File-based: Code CLI** | Developer / IT | ✅ Supported | `~/.claude/plugins/` — only supported method |
|
|
25
|
-
| **File-based: Claude Desktop** | Developer / IT | ❌ Not supported | Different config path; same file structure expected |
|
|
26
|
-
| **npm postinstall** | IT / end-user | ✅ Supported | Requires `vibe-agent-toolkit` as runtime dep |
|
|
27
|
-
| **Managed settings file** | IT / Enterprise | ✅ Partial | `vat verify` validates; deployment is out of scope |
|
|
28
|
-
| **MDM-driven npm install** | IT | ✅ Works (via postinstall) | Jamf/SCCM/Intune runs `npm install -g` |
|
|
29
|
-
| **Anthropic Cloud / claude.ai org** | Org admin | ❌ Not supported | No API available; future Anthropic feature |
|
|
30
|
-
| **GitHub CI enterprise push** | IT / DevOps | ❌ Not supported | VAT design vision — see below |
|
|
31
|
-
| **Shared network registry** | IT | ❌ Not supported | Internal npm registry approach |
|
|
32
|
-
|
|
33
|
-
---
|
|
34
|
-
|
|
35
|
-
## What VAT Currently Supports
|
|
36
|
-
|
|
37
|
-
### File-based install: Claude Code CLI only
|
|
38
|
-
|
|
39
|
-
`vat skills install` and `vat skills uninstall` operate exclusively on:
|
|
40
|
-
```
|
|
41
|
-
~/.claude/
|
|
42
|
-
├── plugins/
|
|
43
|
-
│ ├── marketplaces/<marketplace>/plugins/<plugin>/ ← plugin files
|
|
44
|
-
│ ├── cache/<marketplace>/<plugin>/<version>/ ← version cache
|
|
45
|
-
│ ├── known_marketplaces.json
|
|
46
|
-
│ └── installed_plugins.json
|
|
47
|
-
├── skills/ ← legacy skills (no plugin system)
|
|
48
|
-
└── settings.json ← enabledPlugins, permissions
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
This is the **Claude Code CLI** configuration directory. It is the only path VAT
|
|
52
|
-
resolves. Claude Desktop uses a different path (see below) and is out of scope.
|
|
53
|
-
|
|
54
|
-
### Install sources (all resolve to the file-based method above)
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
# npm package (downloads, extracts, copies plugin tree)
|
|
58
|
-
vat skills install npm:@myorg/my-skills
|
|
59
|
-
|
|
60
|
-
# Local directory (copies plugin tree from local path)
|
|
61
|
-
vat skills install ./path/to/package
|
|
62
|
-
|
|
63
|
-
# ZIP file
|
|
64
|
-
vat skills install ./my-skills.zip
|
|
65
|
-
|
|
66
|
-
# npm postinstall hook (triggered by npm install -g)
|
|
67
|
-
# package.json: "postinstall": "node ./node_modules/vibe-agent-toolkit/bin/vat claude plugin install --npm-postinstall"
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
### Uninstall (current state)
|
|
71
|
-
|
|
72
|
-
`vat skills uninstall` removes skills from `~/.claude/skills/` only. It does NOT
|
|
73
|
-
remove plugin-system installs (the `~/.claude/plugins/` tree).
|
|
74
|
-
|
|
75
|
-
**A full `vat plugins uninstall` command does not yet exist.** See design notes below.
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
## What VAT Does NOT Support (and Why)
|
|
80
|
-
|
|
81
|
-
### Claude Desktop file-based installs
|
|
82
|
-
|
|
83
|
-
Claude Desktop on macOS uses `~/Library/Application Support/Claude/` rather than
|
|
84
|
-
`~/.claude/`. On Windows it uses `%APPDATA%\Claude\`.
|
|
85
|
-
|
|
86
|
-
**Why not supported today**: VAT's `getClaudeUserPaths()` is hardcoded to `~/.claude/`.
|
|
87
|
-
Extending it requires detecting which applications are installed and resolving both
|
|
88
|
-
paths. This is well-understood work with no architectural unknowns.
|
|
89
|
-
|
|
90
|
-
**Architectural note**: When implemented, both paths should be handled by a single
|
|
91
|
-
`getClaudeInstallTargets()` function returning multiple targets. CLI commands gain a
|
|
92
|
-
`--target code-cli|desktop|all` flag. Default is `code-cli` until Desktop path
|
|
93
|
-
handling is verified stable.
|
|
94
|
-
|
|
95
|
-
### Anthropic Cloud / claude.ai organization-level skills
|
|
96
|
-
|
|
97
|
-
Anthropic operates a cloud-based skill system for claude.ai. Organization admins can
|
|
98
|
-
manage skills for all users through the admin console. VAT has no integration with
|
|
99
|
-
this system today because Anthropic has not published a public API for programmatic
|
|
100
|
-
management.
|
|
101
|
-
|
|
102
|
-
**Architectural note**: When Anthropic publishes an org management API, VAT should
|
|
103
|
-
add `vat skills publish --target claude-ai` as a first-class install method. The
|
|
104
|
-
`dist/` artifacts from `vat build` are format-compatible with this target. The gap
|
|
105
|
-
is authentication and the API itself.
|
|
106
|
-
|
|
107
|
-
### GitHub CI enterprise push (vision)
|
|
108
|
-
|
|
109
|
-
The goal: a GitHub Actions workflow in a skills repository automatically deploys
|
|
110
|
-
skills to all users in an enterprise whenever a new version is merged to main.
|
|
111
|
-
|
|
112
|
-
This is a multi-layer problem with several viable approaches:
|
|
113
|
-
|
|
114
|
-
#### Approach A: MDM-integrated npm publish (recommended near-term)
|
|
115
|
-
```
|
|
116
|
-
GitHub Actions on release →
|
|
117
|
-
npm publish @myorg/my-skills →
|
|
118
|
-
MDM policy (Jamf/SCCM/Intune) detects new package version →
|
|
119
|
-
Runs: npm install -g @myorg/my-skills
|
|
120
|
-
→ postinstall hook installs plugin to user's ~/.claude/
|
|
121
|
-
```
|
|
122
|
-
VAT already supports this end-to-end. The MDM layer is outside VAT's scope and is
|
|
123
|
-
configured by IT using standard MDM software management policies. The VAT piece is
|
|
124
|
-
complete; IT must configure the npm-to-MDM trigger.
|
|
125
|
-
|
|
126
|
-
#### Approach B: Managed settings deployment (near-term, no MDM required)
|
|
127
|
-
```
|
|
128
|
-
GitHub Actions on release →
|
|
129
|
-
vat build &&
|
|
130
|
-
Generates managed-settings.json with plugin enablement →
|
|
131
|
-
Deploys managed-settings.json to shared network path or cloud storage →
|
|
132
|
-
Claude Code reads managed-settings.json at startup
|
|
133
|
-
```
|
|
134
|
-
`vat verify` validates `managed-settings.json` today. The deployment step is IT's
|
|
135
|
-
responsibility. This approach requires no per-machine npm install; Claude Code reads
|
|
136
|
-
the settings file directly if it is placed at the expected path or if the path is
|
|
137
|
-
configured.
|
|
138
|
-
|
|
139
|
-
**Gap**: VAT does not yet have a `vat claude deploy` command that handles the push
|
|
140
|
-
step. Adding this would require IT to configure cloud storage credentials once.
|
|
141
|
-
|
|
142
|
-
#### Approach C: Anthropic org API (long-term, requires Anthropic)
|
|
143
|
-
```
|
|
144
|
-
GitHub Actions on release →
|
|
145
|
-
vat skills publish --target claude-ai --org myorg →
|
|
146
|
-
Anthropic API activates skills for all org users in claude.ai
|
|
147
|
-
```
|
|
148
|
-
Blocked on Anthropic publishing an org management API. VAT's `dist/` output format
|
|
149
|
-
is already designed for this target.
|
|
150
|
-
|
|
151
|
-
---
|
|
152
|
-
|
|
153
|
-
## `vat plugins uninstall` — Design Intent
|
|
154
|
-
|
|
155
|
-
A `vat plugins uninstall <plugin>@<marketplace>` command should exist but does not yet.
|
|
156
|
-
|
|
157
|
-
### What it must reverse
|
|
158
|
-
|
|
159
|
-
Uninstalling a plugin installed via the file-based method requires reversing 5 artifacts:
|
|
160
|
-
|
|
161
|
-
1. Delete `~/.claude/plugins/marketplaces/<marketplace>/plugins/<plugin>/`
|
|
162
|
-
2. Delete `~/.claude/plugins/cache/<marketplace>/<plugin>/<version>/`
|
|
163
|
-
3. Remove `<plugin>@<marketplace>` from `installed_plugins.json`
|
|
164
|
-
4. Remove `<marketplace>` from `known_marketplaces.json` if no plugins remain
|
|
165
|
-
5. Remove `enabledPlugins[<plugin>@<marketplace>]` from `settings.json`
|
|
166
|
-
|
|
167
|
-
### Design decisions
|
|
168
|
-
|
|
169
|
-
- **Idempotent**: exit 0 if plugin not found — safe for IT automation scripts
|
|
170
|
-
- **Not-VAT-installed case**: if plugin directory exists but no registry entries, delete
|
|
171
|
-
the directory and clean settings.json; emit a warning that the plugin was not
|
|
172
|
-
installed via VAT
|
|
173
|
-
- **`--dry-run`**: show what would be deleted without deleting (follow `vat skills uninstall` pattern)
|
|
174
|
-
- **`--target`**: code-cli | desktop | all (default: code-cli until Desktop is implemented)
|
|
175
|
-
- **`vat plugins list`**: companion command to show installed plugins — needed for
|
|
176
|
-
discoverability before uninstalling
|
|
177
|
-
|
|
178
|
-
### Implementation location
|
|
179
|
-
|
|
180
|
-
Per the CLI "dumb orchestration" principle:
|
|
181
|
-
- Logic: `packages/claude-marketplace/src/install/plugin-uninstall.ts` (new file alongside plugin-registry.ts)
|
|
182
|
-
- CLI: `packages/cli/src/commands/plugins/uninstall.ts` (thin wrapper)
|
|
183
|
-
- New command group: `vat plugins` with subcommands `list` and `uninstall`
|
|
184
|
-
|
|
185
|
-
---
|
|
186
|
-
|
|
187
|
-
## Guidance for Adopters
|
|
188
|
-
|
|
189
|
-
### For end-user / IT-managed deployments (recommended)
|
|
190
|
-
|
|
191
|
-
Add `vibe-agent-toolkit` as a **runtime dependency** (not devDependencies) and use
|
|
192
|
-
the local node_modules binary in postinstall. Never assume `vat` is globally installed.
|
|
193
|
-
|
|
194
|
-
```json
|
|
195
|
-
{
|
|
196
|
-
"dependencies": { "vibe-agent-toolkit": "latest" },
|
|
197
|
-
"scripts": {
|
|
198
|
-
"postinstall": "node ./node_modules/vibe-agent-toolkit/bin/vat claude plugin install --npm-postinstall || exit 0"
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
IT runs: `npm install -g @myorg/my-skills` — no other tools required on the user's machine.
|
|
204
|
-
|
|
205
|
-
For private GitHub Packages registries, IT pre-configures `.npmrc` with a read-only
|
|
206
|
-
token for the `@myorg` scope. End users do not need to know about registries or tokens.
|
|
207
|
-
|
|
208
|
-
### For developer self-install
|
|
209
|
-
|
|
210
|
-
```bash
|
|
211
|
-
npx vibe-agent-toolkit skills install npm:@myorg/my-skills
|
|
212
|
-
```
|
|
213
|
-
|
|
214
|
-
### For enterprise CI (near-term best option)
|
|
215
|
-
|
|
216
|
-
Use Approach A (MDM-integrated npm publish) or Approach B (managed-settings deployment).
|
|
217
|
-
Both work today with no additional VAT features.
|
|
218
|
-
|
|
219
|
-
---
|
|
220
|
-
|
|
221
|
-
## What Is Out of Scope for VAT
|
|
222
|
-
|
|
223
|
-
VAT is a **packaging and local install tool**. The following are permanently out of scope:
|
|
224
|
-
|
|
225
|
-
- MDM software management configuration (Jamf, SCCM, Intune policies)
|
|
226
|
-
- Internal npm registry setup and authentication management
|
|
227
|
-
- Anthropic cloud API authentication or org provisioning
|
|
228
|
-
- Per-user credential management for private registries
|
|
229
|
-
- Claude Desktop configuration (until Desktop and Code CLI paths converge)
|
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: install
|
|
3
|
-
description: VAT skill/plugin install and uninstall architecture — what's supported, what isn't, and the full design vision across file-based, cloud, MDM, and enterprise-CI methods. Read before designing any install/uninstall feature.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# VAT Skill Install & Uninstall: Architecture and Vision
|
|
7
|
-
|
|
8
|
-
## The Problem Space
|
|
9
|
-
|
|
10
|
-
Skills and plugins need to reach users' Claude installations through several distinct
|
|
11
|
-
delivery channels. Each channel has different operators (developers, IT, Anthropic),
|
|
12
|
-
different trust levels, and different UX requirements. VAT today only covers one of
|
|
13
|
-
these channels.
|
|
14
|
-
|
|
15
|
-
This document defines the full landscape, what VAT currently supports, what it does
|
|
16
|
-
not, and the architectural direction for each gap.
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## Install Method Landscape
|
|
21
|
-
|
|
22
|
-
| Method | Operator | Current State | Notes |
|
|
23
|
-
|--------|----------|---------------|-------|
|
|
24
|
-
| **File-based: Code CLI** | Developer / IT | ✅ Supported | `~/.claude/plugins/` — only supported method |
|
|
25
|
-
| **File-based: Claude Desktop** | Developer / IT | ❌ Not supported | Different config path; same file structure expected |
|
|
26
|
-
| **npm postinstall** | IT / end-user | ✅ Supported | Requires `vibe-agent-toolkit` as runtime dep |
|
|
27
|
-
| **Managed settings file** | IT / Enterprise | ✅ Partial | `vat verify` validates; deployment is out of scope |
|
|
28
|
-
| **MDM-driven npm install** | IT | ✅ Works (via postinstall) | Jamf/SCCM/Intune runs `npm install -g` |
|
|
29
|
-
| **Anthropic Cloud / claude.ai org** | Org admin | ❌ Not supported | No API available; future Anthropic feature |
|
|
30
|
-
| **GitHub CI enterprise push** | IT / DevOps | ❌ Not supported | VAT design vision — see below |
|
|
31
|
-
| **Shared network registry** | IT | ❌ Not supported | Internal npm registry approach |
|
|
32
|
-
|
|
33
|
-
---
|
|
34
|
-
|
|
35
|
-
## What VAT Currently Supports
|
|
36
|
-
|
|
37
|
-
### File-based install: Claude Code CLI only
|
|
38
|
-
|
|
39
|
-
`vat skills install` and `vat skills uninstall` operate exclusively on:
|
|
40
|
-
```
|
|
41
|
-
~/.claude/
|
|
42
|
-
├── plugins/
|
|
43
|
-
│ ├── marketplaces/<marketplace>/plugins/<plugin>/ ← plugin files
|
|
44
|
-
│ ├── cache/<marketplace>/<plugin>/<version>/ ← version cache
|
|
45
|
-
│ ├── known_marketplaces.json
|
|
46
|
-
│ └── installed_plugins.json
|
|
47
|
-
├── skills/ ← legacy skills (no plugin system)
|
|
48
|
-
└── settings.json ← enabledPlugins, permissions
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
This is the **Claude Code CLI** configuration directory. It is the only path VAT
|
|
52
|
-
resolves. Claude Desktop uses a different path (see below) and is out of scope.
|
|
53
|
-
|
|
54
|
-
### Install sources (all resolve to the file-based method above)
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
# npm package (downloads, extracts, copies plugin tree)
|
|
58
|
-
vat skills install npm:@myorg/my-skills
|
|
59
|
-
|
|
60
|
-
# Local directory (copies plugin tree from local path)
|
|
61
|
-
vat skills install ./path/to/package
|
|
62
|
-
|
|
63
|
-
# ZIP file
|
|
64
|
-
vat skills install ./my-skills.zip
|
|
65
|
-
|
|
66
|
-
# npm postinstall hook (triggered by npm install -g)
|
|
67
|
-
# package.json: "postinstall": "node ./node_modules/vibe-agent-toolkit/bin/vat claude plugin install --npm-postinstall"
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
### Uninstall (current state)
|
|
71
|
-
|
|
72
|
-
`vat skills uninstall` removes skills from `~/.claude/skills/` only. It does NOT
|
|
73
|
-
remove plugin-system installs (the `~/.claude/plugins/` tree).
|
|
74
|
-
|
|
75
|
-
**A full `vat plugins uninstall` command does not yet exist.** See design notes below.
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
## What VAT Does NOT Support (and Why)
|
|
80
|
-
|
|
81
|
-
### Claude Desktop file-based installs
|
|
82
|
-
|
|
83
|
-
Claude Desktop on macOS uses `~/Library/Application Support/Claude/` rather than
|
|
84
|
-
`~/.claude/`. On Windows it uses `%APPDATA%\Claude\`.
|
|
85
|
-
|
|
86
|
-
**Why not supported today**: VAT's `getClaudeUserPaths()` is hardcoded to `~/.claude/`.
|
|
87
|
-
Extending it requires detecting which applications are installed and resolving both
|
|
88
|
-
paths. This is well-understood work with no architectural unknowns.
|
|
89
|
-
|
|
90
|
-
**Architectural note**: When implemented, both paths should be handled by a single
|
|
91
|
-
`getClaudeInstallTargets()` function returning multiple targets. CLI commands gain a
|
|
92
|
-
`--target code-cli|desktop|all` flag. Default is `code-cli` until Desktop path
|
|
93
|
-
handling is verified stable.
|
|
94
|
-
|
|
95
|
-
### Anthropic Cloud / claude.ai organization-level skills
|
|
96
|
-
|
|
97
|
-
Anthropic operates a cloud-based skill system for claude.ai. Organization admins can
|
|
98
|
-
manage skills for all users through the admin console. VAT has no integration with
|
|
99
|
-
this system today because Anthropic has not published a public API for programmatic
|
|
100
|
-
management.
|
|
101
|
-
|
|
102
|
-
**Architectural note**: When Anthropic publishes an org management API, VAT should
|
|
103
|
-
add `vat skills publish --target claude-ai` as a first-class install method. The
|
|
104
|
-
`dist/` artifacts from `vat build` are format-compatible with this target. The gap
|
|
105
|
-
is authentication and the API itself.
|
|
106
|
-
|
|
107
|
-
### GitHub CI enterprise push (vision)
|
|
108
|
-
|
|
109
|
-
The goal: a GitHub Actions workflow in a skills repository automatically deploys
|
|
110
|
-
skills to all users in an enterprise whenever a new version is merged to main.
|
|
111
|
-
|
|
112
|
-
This is a multi-layer problem with several viable approaches:
|
|
113
|
-
|
|
114
|
-
#### Approach A: MDM-integrated npm publish (recommended near-term)
|
|
115
|
-
```
|
|
116
|
-
GitHub Actions on release →
|
|
117
|
-
npm publish @myorg/my-skills →
|
|
118
|
-
MDM policy (Jamf/SCCM/Intune) detects new package version →
|
|
119
|
-
Runs: npm install -g @myorg/my-skills
|
|
120
|
-
→ postinstall hook installs plugin to user's ~/.claude/
|
|
121
|
-
```
|
|
122
|
-
VAT already supports this end-to-end. The MDM layer is outside VAT's scope and is
|
|
123
|
-
configured by IT using standard MDM software management policies. The VAT piece is
|
|
124
|
-
complete; IT must configure the npm-to-MDM trigger.
|
|
125
|
-
|
|
126
|
-
#### Approach B: Managed settings deployment (near-term, no MDM required)
|
|
127
|
-
```
|
|
128
|
-
GitHub Actions on release →
|
|
129
|
-
vat build &&
|
|
130
|
-
Generates managed-settings.json with plugin enablement →
|
|
131
|
-
Deploys managed-settings.json to shared network path or cloud storage →
|
|
132
|
-
Claude Code reads managed-settings.json at startup
|
|
133
|
-
```
|
|
134
|
-
`vat verify` validates `managed-settings.json` today. The deployment step is IT's
|
|
135
|
-
responsibility. This approach requires no per-machine npm install; Claude Code reads
|
|
136
|
-
the settings file directly if it is placed at the expected path or if the path is
|
|
137
|
-
configured.
|
|
138
|
-
|
|
139
|
-
**Gap**: VAT does not yet have a `vat claude deploy` command that handles the push
|
|
140
|
-
step. Adding this would require IT to configure cloud storage credentials once.
|
|
141
|
-
|
|
142
|
-
#### Approach C: Anthropic org API (long-term, requires Anthropic)
|
|
143
|
-
```
|
|
144
|
-
GitHub Actions on release →
|
|
145
|
-
vat skills publish --target claude-ai --org myorg →
|
|
146
|
-
Anthropic API activates skills for all org users in claude.ai
|
|
147
|
-
```
|
|
148
|
-
Blocked on Anthropic publishing an org management API. VAT's `dist/` output format
|
|
149
|
-
is already designed for this target.
|
|
150
|
-
|
|
151
|
-
---
|
|
152
|
-
|
|
153
|
-
## `vat plugins uninstall` — Design Intent
|
|
154
|
-
|
|
155
|
-
A `vat plugins uninstall <plugin>@<marketplace>` command should exist but does not yet.
|
|
156
|
-
|
|
157
|
-
### What it must reverse
|
|
158
|
-
|
|
159
|
-
Uninstalling a plugin installed via the file-based method requires reversing 5 artifacts:
|
|
160
|
-
|
|
161
|
-
1. Delete `~/.claude/plugins/marketplaces/<marketplace>/plugins/<plugin>/`
|
|
162
|
-
2. Delete `~/.claude/plugins/cache/<marketplace>/<plugin>/<version>/`
|
|
163
|
-
3. Remove `<plugin>@<marketplace>` from `installed_plugins.json`
|
|
164
|
-
4. Remove `<marketplace>` from `known_marketplaces.json` if no plugins remain
|
|
165
|
-
5. Remove `enabledPlugins[<plugin>@<marketplace>]` from `settings.json`
|
|
166
|
-
|
|
167
|
-
### Design decisions
|
|
168
|
-
|
|
169
|
-
- **Idempotent**: exit 0 if plugin not found — safe for IT automation scripts
|
|
170
|
-
- **Not-VAT-installed case**: if plugin directory exists but no registry entries, delete
|
|
171
|
-
the directory and clean settings.json; emit a warning that the plugin was not
|
|
172
|
-
installed via VAT
|
|
173
|
-
- **`--dry-run`**: show what would be deleted without deleting (follow `vat skills uninstall` pattern)
|
|
174
|
-
- **`--target`**: code-cli | desktop | all (default: code-cli until Desktop is implemented)
|
|
175
|
-
- **`vat plugins list`**: companion command to show installed plugins — needed for
|
|
176
|
-
discoverability before uninstalling
|
|
177
|
-
|
|
178
|
-
### Implementation location
|
|
179
|
-
|
|
180
|
-
Per the CLI "dumb orchestration" principle:
|
|
181
|
-
- Logic: `packages/claude-marketplace/src/install/plugin-uninstall.ts` (new file alongside plugin-registry.ts)
|
|
182
|
-
- CLI: `packages/cli/src/commands/plugins/uninstall.ts` (thin wrapper)
|
|
183
|
-
- New command group: `vat plugins` with subcommands `list` and `uninstall`
|
|
184
|
-
|
|
185
|
-
---
|
|
186
|
-
|
|
187
|
-
## Guidance for Adopters
|
|
188
|
-
|
|
189
|
-
### For end-user / IT-managed deployments (recommended)
|
|
190
|
-
|
|
191
|
-
Add `vibe-agent-toolkit` as a **runtime dependency** (not devDependencies) and use
|
|
192
|
-
the local node_modules binary in postinstall. Never assume `vat` is globally installed.
|
|
193
|
-
|
|
194
|
-
```json
|
|
195
|
-
{
|
|
196
|
-
"dependencies": { "vibe-agent-toolkit": "latest" },
|
|
197
|
-
"scripts": {
|
|
198
|
-
"postinstall": "node ./node_modules/vibe-agent-toolkit/bin/vat claude plugin install --npm-postinstall || exit 0"
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
IT runs: `npm install -g @myorg/my-skills` — no other tools required on the user's machine.
|
|
204
|
-
|
|
205
|
-
For private GitHub Packages registries, IT pre-configures `.npmrc` with a read-only
|
|
206
|
-
token for the `@myorg` scope. End users do not need to know about registries or tokens.
|
|
207
|
-
|
|
208
|
-
### For developer self-install
|
|
209
|
-
|
|
210
|
-
```bash
|
|
211
|
-
npx vibe-agent-toolkit skills install npm:@myorg/my-skills
|
|
212
|
-
```
|
|
213
|
-
|
|
214
|
-
### For enterprise CI (near-term best option)
|
|
215
|
-
|
|
216
|
-
Use Approach A (MDM-integrated npm publish) or Approach B (managed-settings deployment).
|
|
217
|
-
Both work today with no additional VAT features.
|
|
218
|
-
|
|
219
|
-
---
|
|
220
|
-
|
|
221
|
-
## What Is Out of Scope for VAT
|
|
222
|
-
|
|
223
|
-
VAT is a **packaging and local install tool**. The following are permanently out of scope:
|
|
224
|
-
|
|
225
|
-
- MDM software management configuration (Jamf, SCCM, Intune policies)
|
|
226
|
-
- Internal npm registry setup and authentication management
|
|
227
|
-
- Anthropic cloud API authentication or org provisioning
|
|
228
|
-
- Per-user credential management for private registries
|
|
229
|
-
- Claude Desktop configuration (until Desktop and Code CLI paths converge)
|
/package/dist/generated/resources/skills/{vat-claude-org-admin.d.ts → vat-enterprise-org.d.ts}
RENAMED
|
File without changes
|
/package/dist/generated/resources/skills/{vat-resources.d.ts → vat-knowledge-resources.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|