agentsys 5.3.7 → 5.4.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.
- package/.agnix.toml +17 -7
- package/.claude-plugin/marketplace.json +13 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.gitmodules +3 -0
- package/AGENTS.md +4 -4
- package/CHANGELOG.md +37 -0
- package/README.md +46 -5
- package/lib/adapter-transforms.js +3 -1
- package/package.json +1 -1
- package/site/assets/css/main.css +39 -1
- package/site/assets/js/main.js +24 -0
- package/site/content.json +4 -4
- package/site/index.html +82 -7
- package/site/ux-spec.md +5 -5
- package/agent-knowledge/AGENTS.md +0 -231
- package/agent-knowledge/acp-with-codex-gemini-copilot-claude.md +0 -504
- package/agent-knowledge/ai-cli-advanced-integration-patterns.md +0 -670
- package/agent-knowledge/ai-cli-non-interactive-programmatic-usage.md +0 -1394
- package/agent-knowledge/all-in-one-plus-modular-packages.md +0 -576
- package/agent-knowledge/cli-browser-automation-agents.md +0 -936
- package/agent-knowledge/github-org-project-management.md +0 -319
- package/agent-knowledge/github-org-structure-patterns.md +0 -268
- package/agent-knowledge/kiro-supervised-autopilot.md +0 -400
- package/agent-knowledge/multi-product-org-docs.md +0 -622
- package/agent-knowledge/oss-org-naming-patterns.md +0 -368
- package/agent-knowledge/resources/acp-with-codex-gemini-copilot-claude-sources.json +0 -408
- package/agent-knowledge/resources/ai-cli-non-interactive-programmatic-usage-sources.json +0 -500
- package/agent-knowledge/resources/all-in-one-plus-modular-packages-sources.json +0 -310
- package/agent-knowledge/resources/cli-browser-automation-agents-sources.json +0 -428
- package/agent-knowledge/resources/github-org-project-management-sources.json +0 -239
- package/agent-knowledge/resources/github-org-structure-patterns-sources.json +0 -293
- package/agent-knowledge/resources/kiro-supervised-autopilot-sources.json +0 -135
- package/agent-knowledge/resources/multi-product-org-docs-sources.json +0 -514
- package/agent-knowledge/resources/oss-org-naming-patterns-sources.json +0 -458
- package/agent-knowledge/resources/skill-plugin-distribution-patterns-sources.json +0 -290
- package/agent-knowledge/resources/terminal-browsers-agent-automation-sources.json +0 -758
- package/agent-knowledge/resources/web-session-persistence-cli-agents-sources.json +0 -528
- package/agent-knowledge/skill-plugin-distribution-patterns.md +0 -661
- package/agent-knowledge/terminal-browsers-agent-automation.md +0 -776
- package/agent-knowledge/web-session-persistence-cli-agents.md +0 -1352
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"topic": "Skill, plugin, and extension distribution patterns for CLI tools and AI agent frameworks",
|
|
3
|
-
"slug": "skill-plugin-distribution-patterns",
|
|
4
|
-
"generated": "2026-02-21T00:00:00Z",
|
|
5
|
-
"depth": "deep",
|
|
6
|
-
"methodology": "Synthesized from training knowledge (web fetch unavailable). Sources are known references from the ecosystems studied, not live-fetched.",
|
|
7
|
-
"totalSources": 40,
|
|
8
|
-
"sources": [
|
|
9
|
-
{
|
|
10
|
-
"url": "https://developer.hashicorp.com/terraform/plugin/framework",
|
|
11
|
-
"title": "Terraform Plugin Framework Documentation",
|
|
12
|
-
"qualityScore": 95,
|
|
13
|
-
"scores": { "authority": 10, "recency": 9, "depth": 10, "examples": 9, "uniqueness": 8 },
|
|
14
|
-
"keyInsights": ["gRPC-based plugin protocol", "Provider SDK abstracts protocol details", "Platform-specific binary distribution", "Lock file for reproducibility"]
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"url": "https://registry.terraform.io/",
|
|
18
|
-
"title": "Terraform Registry",
|
|
19
|
-
"qualityScore": 90,
|
|
20
|
-
"scores": { "authority": 10, "recency": 9, "depth": 8, "examples": 8, "uniqueness": 9 },
|
|
21
|
-
"keyInsights": ["Namespace/provider versioning model", "3000+ providers", "Module registry alongside provider registry", "Verified publisher badges"]
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"url": "https://code.visualstudio.com/api",
|
|
25
|
-
"title": "VSCode Extension API",
|
|
26
|
-
"qualityScore": 95,
|
|
27
|
-
"scores": { "authority": 10, "recency": 9, "depth": 10, "examples": 10, "uniqueness": 8 },
|
|
28
|
-
"keyInsights": ["VSIX packaging format", "Extension Host sandboxing", "Marketplace API for discovery", "Extension packs for bundling"]
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"url": "https://code.visualstudio.com/api/working-with-extensions/publishing-extension",
|
|
32
|
-
"title": "Publishing VSCode Extensions",
|
|
33
|
-
"qualityScore": 88,
|
|
34
|
-
"scores": { "authority": 10, "recency": 8, "depth": 9, "examples": 8, "uniqueness": 6 },
|
|
35
|
-
"keyInsights": ["vsce CLI for publishing", "Publisher verification flow", "Marketplace categories and tags"]
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"url": "https://docs.brew.sh/Formula-Cookbook",
|
|
39
|
-
"title": "Homebrew Formula Cookbook",
|
|
40
|
-
"qualityScore": 90,
|
|
41
|
-
"scores": { "authority": 10, "recency": 8, "depth": 9, "examples": 9, "uniqueness": 8 },
|
|
42
|
-
"keyInsights": ["Ruby DSL for formulae", "Bottle (pre-built binary) system", "Tap architecture for third-party repos"]
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"url": "https://docs.brew.sh/Taps",
|
|
46
|
-
"title": "Homebrew Taps Documentation",
|
|
47
|
-
"qualityScore": 85,
|
|
48
|
-
"scores": { "authority": 10, "recency": 8, "depth": 7, "examples": 8, "uniqueness": 7 },
|
|
49
|
-
"keyInsights": ["Third-party tap naming convention homebrew-*", "Git-based distribution", "formulae.brew.sh JSON API overlay"]
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"url": "https://asdf-vm.com/plugins/create.html",
|
|
53
|
-
"title": "asdf Plugin Creation Guide",
|
|
54
|
-
"qualityScore": 88,
|
|
55
|
-
"scores": { "authority": 10, "recency": 7, "depth": 9, "examples": 9, "uniqueness": 8 },
|
|
56
|
-
"keyInsights": ["Shell script convention in bin/", "Minimal contract: list-all, install", "Git-based distribution with shortname registry"]
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"url": "https://github.com/asdf-vm/asdf-plugins",
|
|
60
|
-
"title": "asdf Shortname Plugin Registry",
|
|
61
|
-
"qualityScore": 82,
|
|
62
|
-
"scores": { "authority": 9, "recency": 7, "depth": 6, "examples": 7, "uniqueness": 9 },
|
|
63
|
-
"keyInsights": ["Simple text file mapping names to git URLs", "Community-contributed via PR", "500+ plugins indexed"]
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"url": "https://mise.jdx.dev/",
|
|
67
|
-
"title": "mise Documentation",
|
|
68
|
-
"qualityScore": 90,
|
|
69
|
-
"scores": { "authority": 9, "recency": 10, "depth": 9, "examples": 9, "uniqueness": 8 },
|
|
70
|
-
"keyInsights": ["Multi-backend plugin model", "asdf compatibility layer", "TOML-based registry", "Core plugins eliminate git clones for common tools"]
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"url": "https://mise.jdx.dev/dev-tools/backends/",
|
|
74
|
-
"title": "mise Backends Documentation",
|
|
75
|
-
"qualityScore": 85,
|
|
76
|
-
"scores": { "authority": 9, "recency": 10, "depth": 8, "examples": 8, "uniqueness": 9 },
|
|
77
|
-
"keyInsights": ["Multiple backends: asdf, cargo, npm, go, ubi, aqua", "Backend abstraction over plugin transport"]
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"url": "https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins",
|
|
81
|
-
"title": "oh-my-zsh Plugins Wiki",
|
|
82
|
-
"qualityScore": 80,
|
|
83
|
-
"scores": { "authority": 9, "recency": 6, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
84
|
-
"keyInsights": ["300+ bundled plugins", "Convention: pluginname.plugin.zsh", "Monolithic repo approach"]
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"url": "https://github.com/zdharma-continuum/zinit",
|
|
88
|
-
"title": "zinit - Flexible Zsh Plugin Manager",
|
|
89
|
-
"qualityScore": 82,
|
|
90
|
-
"scores": { "authority": 7, "recency": 7, "depth": 8, "examples": 9, "uniqueness": 8 },
|
|
91
|
-
"keyInsights": ["Lazy loading for performance", "Turbo mode deferred loading", "Git-based with snippet support"]
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"url": "https://github.com/junegunn/vim-plug",
|
|
95
|
-
"title": "vim-plug: Minimalist Vim Plugin Manager",
|
|
96
|
-
"qualityScore": 85,
|
|
97
|
-
"scores": { "authority": 8, "recency": 7, "depth": 8, "examples": 9, "uniqueness": 7 },
|
|
98
|
-
"keyInsights": ["Parallel install/update", "On-demand loading", "Git-based, single-file manager"]
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"url": "https://eslint.org/docs/latest/extend/plugins",
|
|
102
|
-
"title": "ESLint Plugin Developer Guide",
|
|
103
|
-
"qualityScore": 88,
|
|
104
|
-
"scores": { "authority": 10, "recency": 8, "depth": 9, "examples": 9, "uniqueness": 7 },
|
|
105
|
-
"keyInsights": ["npm naming convention eslint-plugin-*", "Flat config reduces plugin config burden", "Peer dependency model"]
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"url": "https://docs.github.com/en/actions/creating-actions",
|
|
109
|
-
"title": "GitHub Actions: Creating Actions",
|
|
110
|
-
"qualityScore": 90,
|
|
111
|
-
"scores": { "authority": 10, "recency": 9, "depth": 9, "examples": 9, "uniqueness": 8 },
|
|
112
|
-
"keyInsights": ["action.yml convention", "Three action types: JS, Docker, composite", "Versioning via git tags", "GitHub Marketplace for discovery"]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"url": "https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace",
|
|
116
|
-
"title": "Publishing Actions to GitHub Marketplace",
|
|
117
|
-
"qualityScore": 83,
|
|
118
|
-
"scores": { "authority": 10, "recency": 8, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
119
|
-
"keyInsights": ["Marketplace listing requirements", "Category taxonomy", "Verified creator badges"]
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"url": "https://github.com/hashicorp/go-plugin",
|
|
123
|
-
"title": "HashiCorp go-plugin Library",
|
|
124
|
-
"qualityScore": 88,
|
|
125
|
-
"scores": { "authority": 9, "recency": 7, "depth": 9, "examples": 8, "uniqueness": 10 },
|
|
126
|
-
"keyInsights": ["gRPC over stdio for plugin communication", "Plugin as separate process", "Used by Terraform, Vault, Nomad, Packer"]
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"url": "https://docs.anthropic.com/en/docs/claude-code",
|
|
130
|
-
"title": "Claude Code Documentation",
|
|
131
|
-
"qualityScore": 85,
|
|
132
|
-
"scores": { "authority": 10, "recency": 10, "depth": 7, "examples": 8, "uniqueness": 9 },
|
|
133
|
-
"keyInsights": ["CLAUDE.md convention for project context", "Slash commands from markdown files", "Plugin cache directory structure"]
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"url": "https://opencode.ai/docs",
|
|
137
|
-
"title": "OpenCode Documentation",
|
|
138
|
-
"qualityScore": 80,
|
|
139
|
-
"scores": { "authority": 9, "recency": 10, "depth": 6, "examples": 7, "uniqueness": 8 },
|
|
140
|
-
"keyInsights": ["AGENTS.md convention", "Tool-based extension model", "Compatible with Claude Code conventions"]
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"url": "https://github.com/openai/codex",
|
|
144
|
-
"title": "OpenAI Codex CLI",
|
|
145
|
-
"qualityScore": 78,
|
|
146
|
-
"scores": { "authority": 9, "recency": 10, "depth": 6, "examples": 7, "uniqueness": 7 },
|
|
147
|
-
"keyInsights": ["AGENTS.md for agent instructions", "Minimal plugin model", "Convention-based discovery"]
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"url": "https://www.npmjs.com/package/gatsby",
|
|
151
|
-
"title": "Gatsby Plugin Ecosystem (npm)",
|
|
152
|
-
"qualityScore": 78,
|
|
153
|
-
"scores": { "authority": 8, "recency": 5, "depth": 7, "examples": 8, "uniqueness": 6 },
|
|
154
|
-
"keyInsights": ["gatsby-config.js plugin array", "npm naming convention gatsby-plugin-*", "Plugin options pattern"]
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"url": "https://grafana.com/docs/grafana/latest/developers/plugins/",
|
|
158
|
-
"title": "Grafana Plugin Development",
|
|
159
|
-
"qualityScore": 82,
|
|
160
|
-
"scores": { "authority": 9, "recency": 8, "depth": 8, "examples": 7, "uniqueness": 8 },
|
|
161
|
-
"keyInsights": ["Plugin catalog with categories", "Signed plugin verification", "Plugin.json manifest", "Three plugin types: panel, datasource, app"]
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"url": "https://www.jetbrains.com/help/idea/managing-plugins.html",
|
|
165
|
-
"title": "JetBrains Plugin Management",
|
|
166
|
-
"qualityScore": 80,
|
|
167
|
-
"scores": { "authority": 9, "recency": 8, "depth": 7, "examples": 6, "uniqueness": 6 },
|
|
168
|
-
"keyInsights": ["Marketplace with ratings", "Plugin compatibility with IDE version ranges", "Bundled vs installable plugins"]
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"url": "https://neovim.io/doc/user/remote_plugin.html",
|
|
172
|
-
"title": "Neovim Remote Plugins",
|
|
173
|
-
"qualityScore": 80,
|
|
174
|
-
"scores": { "authority": 9, "recency": 7, "depth": 8, "examples": 7, "uniqueness": 9 },
|
|
175
|
-
"keyInsights": ["RPC-based plugin protocol", "Any language via msgpack-rpc", "Plugin manifest generation"]
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"url": "https://github.com/folke/lazy.nvim",
|
|
179
|
-
"title": "lazy.nvim - Modern Neovim Plugin Manager",
|
|
180
|
-
"qualityScore": 85,
|
|
181
|
-
"scores": { "authority": 8, "recency": 9, "depth": 8, "examples": 9, "uniqueness": 7 },
|
|
182
|
-
"keyInsights": ["Lazy loading by event/command/filetype", "Lock file for reproducibility", "Structured spec format", "Git-based with optional rockspec support"]
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"url": "https://rollupjs.org/plugin-development/",
|
|
186
|
-
"title": "Rollup Plugin Development",
|
|
187
|
-
"qualityScore": 82,
|
|
188
|
-
"scores": { "authority": 9, "recency": 8, "depth": 8, "examples": 9, "uniqueness": 6 },
|
|
189
|
-
"keyInsights": ["Plugin as function returning hooks object", "Naming convention rollup-plugin-*", "Hook-based lifecycle API"]
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"url": "https://vitejs.dev/guide/api-plugin.html",
|
|
193
|
-
"title": "Vite Plugin API",
|
|
194
|
-
"qualityScore": 85,
|
|
195
|
-
"scores": { "authority": 9, "recency": 9, "depth": 8, "examples": 9, "uniqueness": 7 },
|
|
196
|
-
"keyInsights": ["Rollup-compatible plugin interface", "Vite-specific hooks added", "npm distribution", "enforce: pre/post ordering"]
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"url": "https://prettier.io/docs/en/plugins.html",
|
|
200
|
-
"title": "Prettier Plugin Development",
|
|
201
|
-
"qualityScore": 80,
|
|
202
|
-
"scores": { "authority": 9, "recency": 8, "depth": 7, "examples": 8, "uniqueness": 6 },
|
|
203
|
-
"keyInsights": ["npm naming convention prettier-plugin-*", "Auto-discovery in node_modules", "Parser and printer plugin types"]
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"url": "https://go.dev/ref/mod#vendoring",
|
|
207
|
-
"title": "Go Module Vendoring Reference",
|
|
208
|
-
"qualityScore": 82,
|
|
209
|
-
"scores": { "authority": 10, "recency": 8, "depth": 7, "examples": 6, "uniqueness": 8 },
|
|
210
|
-
"keyInsights": ["go mod vendor copies dependencies", "vendor/modules.txt tracks versions", "GOFLAGS=-mod=vendor for CI"]
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"url": "https://docs.npmjs.com/cli/v10/commands/npm-pack",
|
|
214
|
-
"title": "npm pack Documentation",
|
|
215
|
-
"qualityScore": 75,
|
|
216
|
-
"scores": { "authority": 10, "recency": 8, "depth": 6, "examples": 6, "uniqueness": 5 },
|
|
217
|
-
"keyInsights": ["Tarball packaging for offline install", "npm install <tarball> for vendored packages"]
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"url": "https://turbot.com/steampipe/docs/develop/writing-plugins",
|
|
221
|
-
"title": "Steampipe Plugin Development",
|
|
222
|
-
"qualityScore": 82,
|
|
223
|
-
"scores": { "authority": 8, "recency": 8, "depth": 8, "examples": 8, "uniqueness": 9 },
|
|
224
|
-
"keyInsights": ["Terraform-inspired plugin model", "Go SDK for plugin development", "Hub registry for discovery", "gRPC plugin interface"]
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"url": "https://github.com/rossmacarthur/sheldon",
|
|
228
|
-
"title": "sheldon - Fast Shell Plugin Manager",
|
|
229
|
-
"qualityScore": 78,
|
|
230
|
-
"scores": { "authority": 6, "recency": 7, "depth": 7, "examples": 8, "uniqueness": 8 },
|
|
231
|
-
"keyInsights": ["TOML config file", "Multiple sources: git, github, gist, local", "Rust for performance", "Lock file support"]
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"url": "https://github.com/zplug/zplug",
|
|
235
|
-
"title": "zplug - Zsh Plugin Manager",
|
|
236
|
-
"qualityScore": 75,
|
|
237
|
-
"scores": { "authority": 7, "recency": 5, "depth": 7, "examples": 8, "uniqueness": 6 },
|
|
238
|
-
"keyInsights": ["Declarative plugin management", "Branch/tag/commit pinning", "Parallel install"]
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"url": "https://nixos.org/manual/nix/stable/",
|
|
242
|
-
"title": "Nix Package Manager Manual",
|
|
243
|
-
"qualityScore": 85,
|
|
244
|
-
"scores": { "authority": 9, "recency": 8, "depth": 9, "examples": 7, "uniqueness": 10 },
|
|
245
|
-
"keyInsights": ["Fully reproducible builds", "Content-addressed store", "Flakes for composable packages", "Unlike all other systems: functional derivations"]
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"url": "https://docs.deno.com/runtime/manual/basics/permissions",
|
|
249
|
-
"title": "Deno Permissions Model",
|
|
250
|
-
"qualityScore": 78,
|
|
251
|
-
"scores": { "authority": 9, "recency": 9, "depth": 7, "examples": 7, "uniqueness": 9 },
|
|
252
|
-
"keyInsights": ["URL-based imports as plugin model", "Permission flags for security", "No node_modules, direct URL resolution"]
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"url": "https://github.com/nicknisi/dotfiles",
|
|
256
|
-
"title": "Example Dotfiles with Plugin Management",
|
|
257
|
-
"qualityScore": 65,
|
|
258
|
-
"scores": { "authority": 5, "recency": 6, "depth": 6, "examples": 8, "uniqueness": 6 },
|
|
259
|
-
"keyInsights": ["Real-world plugin management in dotfiles", "Git submodules for vim plugins", "Makefile-based setup"]
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"url": "https://aquaproj.github.io/",
|
|
263
|
-
"title": "aqua - Declarative CLI Version Manager",
|
|
264
|
-
"qualityScore": 80,
|
|
265
|
-
"scores": { "authority": 7, "recency": 9, "depth": 7, "examples": 8, "uniqueness": 8 },
|
|
266
|
-
"keyInsights": ["Registry as YAML in git repo", "Checksum verification", "Lazy install on first use", "Standard registry with 2000+ tools"]
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"url": "https://github.com/ubi-mirrors/ubi",
|
|
270
|
-
"title": "ubi - Universal Binary Installer",
|
|
271
|
-
"qualityScore": 75,
|
|
272
|
-
"scores": { "authority": 6, "recency": 8, "depth": 6, "examples": 7, "uniqueness": 9 },
|
|
273
|
-
"keyInsights": ["Install any GitHub release binary", "No plugin system needed", "Complements mise as a backend"]
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"url": "https://webpack.js.org/contribute/writing-a-plugin/",
|
|
277
|
-
"title": "Webpack Plugin Development",
|
|
278
|
-
"qualityScore": 80,
|
|
279
|
-
"scores": { "authority": 9, "recency": 7, "depth": 8, "examples": 9, "uniqueness": 5 },
|
|
280
|
-
"keyInsights": ["Tapable hook system", "Plugin as class with apply() method", "Compiler and compilation hooks"]
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"url": "https://docs.docker.com/engine/extend/",
|
|
284
|
-
"title": "Docker Engine Managed Plugins",
|
|
285
|
-
"qualityScore": 78,
|
|
286
|
-
"scores": { "authority": 9, "recency": 7, "depth": 7, "examples": 6, "uniqueness": 8 },
|
|
287
|
-
"keyInsights": ["Docker Hub as plugin registry", "docker plugin install command", "Containerized plugins for isolation", "config.json manifest"]
|
|
288
|
-
}
|
|
289
|
-
]
|
|
290
|
-
}
|