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,458 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"topic": "naming conventions and patterns for open source developer tool organizations and plugin ecosystems on GitHub",
|
|
3
|
-
"slug": "oss-org-naming-patterns",
|
|
4
|
-
"generated": "2026-02-20T00:00:00Z",
|
|
5
|
-
"depth": "medium",
|
|
6
|
-
"totalSources": 24,
|
|
7
|
-
"sources": [
|
|
8
|
-
{
|
|
9
|
-
"url": "https://github.com/vitejs",
|
|
10
|
-
"title": "Vite (vitejs) GitHub Organization",
|
|
11
|
-
"qualityScore": 92,
|
|
12
|
-
"scores": {
|
|
13
|
-
"authority": 10,
|
|
14
|
-
"recency": 10,
|
|
15
|
-
"depth": 8,
|
|
16
|
-
"examples": 9,
|
|
17
|
-
"uniqueness": 7
|
|
18
|
-
},
|
|
19
|
-
"keyInsights": [
|
|
20
|
-
"Uses 'vitejs' org name (bare 'vite' was taken); +js suffix pattern",
|
|
21
|
-
"Official plugins follow vite-plugin-* naming convention",
|
|
22
|
-
"Docs localization repos use docs-{lang} pattern",
|
|
23
|
-
"Created vite-ecosystem-ci repo for compatibility testing",
|
|
24
|
-
"Distinct org for community (vitejs) vs author personal projects"
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"url": "https://github.com/tailwindlabs",
|
|
29
|
-
"title": "Tailwind Labs (tailwindlabs) GitHub Organization",
|
|
30
|
-
"qualityScore": 94,
|
|
31
|
-
"scores": {
|
|
32
|
-
"authority": 10,
|
|
33
|
-
"recency": 10,
|
|
34
|
-
"depth": 9,
|
|
35
|
-
"examples": 9,
|
|
36
|
-
"uniqueness": 8
|
|
37
|
-
},
|
|
38
|
-
"keyInsights": [
|
|
39
|
-
"Company name is 'tailwindlabs'; separates company identity from product",
|
|
40
|
-
"Product repos use 'tailwindcss-*' naming even though org is 'tailwindlabs'",
|
|
41
|
-
"Official plugins: tailwindcss-typography, tailwindcss-forms, tailwindcss-intellisense",
|
|
42
|
-
"-labs suffix signals commercial entity with innovation focus",
|
|
43
|
-
"headlessui is a separate product under same org umbrella"
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"url": "https://github.com/prisma",
|
|
48
|
-
"title": "Prisma GitHub Organization",
|
|
49
|
-
"qualityScore": 88,
|
|
50
|
-
"scores": {
|
|
51
|
-
"authority": 10,
|
|
52
|
-
"recency": 10,
|
|
53
|
-
"depth": 7,
|
|
54
|
-
"examples": 7,
|
|
55
|
-
"uniqueness": 6
|
|
56
|
-
},
|
|
57
|
-
"keyInsights": [
|
|
58
|
-
"Owns bare 'prisma' name — high authority signal",
|
|
59
|
-
"Repos use descriptive names without redundant prefix (studio, language-tools, prisma-engines)",
|
|
60
|
-
"org namespace provides the brand; repo names can be functional",
|
|
61
|
-
"Maintains ecosystem-tests repo for continuous compatibility validation"
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"url": "https://github.com/babel",
|
|
66
|
-
"title": "Babel GitHub Organization",
|
|
67
|
-
"qualityScore": 93,
|
|
68
|
-
"scores": {
|
|
69
|
-
"authority": 10,
|
|
70
|
-
"recency": 8,
|
|
71
|
-
"depth": 9,
|
|
72
|
-
"examples": 9,
|
|
73
|
-
"uniqueness": 8
|
|
74
|
-
},
|
|
75
|
-
"keyInsights": [
|
|
76
|
-
"Owns bare 'babel' name",
|
|
77
|
-
"Migrated from flat babel-plugin-* to @babel/* scoped monorepo in v7",
|
|
78
|
-
"This migration became a blueprint for ecosystem scoped package transitions",
|
|
79
|
-
"Community still uses babel-plugin-* flat naming convention",
|
|
80
|
-
"babel-loader (webpack) lives in org even though it's a build tool integration"
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"url": "https://github.com/eslint",
|
|
85
|
-
"title": "ESLint GitHub Organization",
|
|
86
|
-
"qualityScore": 87,
|
|
87
|
-
"scores": {
|
|
88
|
-
"authority": 10,
|
|
89
|
-
"recency": 9,
|
|
90
|
-
"depth": 7,
|
|
91
|
-
"examples": 7,
|
|
92
|
-
"uniqueness": 6
|
|
93
|
-
},
|
|
94
|
-
"keyInsights": [
|
|
95
|
-
"Owns bare 'eslint' name",
|
|
96
|
-
"Community plugin convention: eslint-plugin-* (flat, pre-scopes era)",
|
|
97
|
-
"Moving toward eslint/{language} official language plugins",
|
|
98
|
-
"Separate rfcs and tsc-meetings repos for governance",
|
|
99
|
-
"Too large to migrate from flat to scoped naming"
|
|
100
|
-
]
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"url": "https://github.com/rollup",
|
|
104
|
-
"title": "Rollup GitHub Organization",
|
|
105
|
-
"qualityScore": 82,
|
|
106
|
-
"scores": {
|
|
107
|
-
"authority": 9,
|
|
108
|
-
"recency": 8,
|
|
109
|
-
"depth": 7,
|
|
110
|
-
"examples": 7,
|
|
111
|
-
"uniqueness": 6
|
|
112
|
-
},
|
|
113
|
-
"keyInsights": [
|
|
114
|
-
"Owns bare 'rollup' name",
|
|
115
|
-
"Hub-and-spoke: centralized 'plugins' monorepo for official plugins",
|
|
116
|
-
"rollup-plugin-* community naming convention",
|
|
117
|
-
"rollup-starter-* for scaffolding templates",
|
|
118
|
-
"awesome-rollup for community resource curation"
|
|
119
|
-
]
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"url": "https://github.com/withastro",
|
|
123
|
-
"title": "Astro (withastro) GitHub Organization",
|
|
124
|
-
"qualityScore": 91,
|
|
125
|
-
"scores": {
|
|
126
|
-
"authority": 9,
|
|
127
|
-
"recency": 10,
|
|
128
|
-
"depth": 8,
|
|
129
|
-
"examples": 8,
|
|
130
|
-
"uniqueness": 9
|
|
131
|
-
},
|
|
132
|
-
"keyInsights": [
|
|
133
|
-
"Uses 'withastro' — 'with' prefix creates a verb phrase positioning",
|
|
134
|
-
"'astro' was taken; 'withastro' became a semantic feature communicating the framework's value",
|
|
135
|
-
"Core framework repo is simply 'astro' inside the org",
|
|
136
|
-
"Maintains roadmap and compiler as separate repos",
|
|
137
|
-
"57k stars on core with multi-language implementation (TypeScript, Go, Rust)"
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"url": "https://github.com/unjs",
|
|
142
|
-
"title": "UnJS (Unified JavaScript Tools) GitHub Organization",
|
|
143
|
-
"qualityScore": 89,
|
|
144
|
-
"scores": {
|
|
145
|
-
"authority": 8,
|
|
146
|
-
"recency": 10,
|
|
147
|
-
"depth": 8,
|
|
148
|
-
"examples": 9,
|
|
149
|
-
"uniqueness": 10
|
|
150
|
-
},
|
|
151
|
-
"keyInsights": [
|
|
152
|
-
"Abstract name: 'unjs' = Unified JavaScript Tools",
|
|
153
|
-
"Uses 'un*' prefix theme for many packages (unctx, unhead, untyped, unplugin)",
|
|
154
|
-
"Abstract name works because they shipped 79 high-quality repos",
|
|
155
|
-
"Modular approach: small, focused tools rather than monolithic packages",
|
|
156
|
-
"Shows that abstract names succeed when backed by consistent shipping"
|
|
157
|
-
]
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"url": "https://github.com/oven-sh",
|
|
161
|
-
"title": "Oven (oven-sh) GitHub Organization — Bun's Parent",
|
|
162
|
-
"qualityScore": 90,
|
|
163
|
-
"scores": {
|
|
164
|
-
"authority": 9,
|
|
165
|
-
"recency": 10,
|
|
166
|
-
"depth": 7,
|
|
167
|
-
"examples": 8,
|
|
168
|
-
"uniqueness": 9
|
|
169
|
-
},
|
|
170
|
-
"keyInsights": [
|
|
171
|
-
"Company name is 'Oven'; tool name is 'Bun' — parent company as org pattern",
|
|
172
|
-
"Domain verified as bun.com despite org being oven-sh",
|
|
173
|
-
"Clean repo name: oven-sh/bun (87k stars)",
|
|
174
|
-
"Tool name becomes the repo; company name becomes the org",
|
|
175
|
-
"Works well for multi-tool companies (setup-bun, homebrew-bun also live here)"
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"url": "https://github.com/storybookjs",
|
|
180
|
-
"title": "Storybook (storybookjs) GitHub Organization",
|
|
181
|
-
"qualityScore": 85,
|
|
182
|
-
"scores": {
|
|
183
|
-
"authority": 9,
|
|
184
|
-
"recency": 9,
|
|
185
|
-
"depth": 7,
|
|
186
|
-
"examples": 7,
|
|
187
|
-
"uniqueness": 6
|
|
188
|
-
},
|
|
189
|
-
"keyInsights": [
|
|
190
|
-
"'storybookjs' uses +js suffix; 'storybook' was taken",
|
|
191
|
-
"118+ repos with addon-* prefix for official extensions",
|
|
192
|
-
"eslint-plugin-storybook and vite-plugin-storybook-nextjs follow ecosystem conventions",
|
|
193
|
-
"Multi-framework support (React, Vue, Svelte, Angular) as separate repos"
|
|
194
|
-
]
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"url": "https://github.com/nuxt",
|
|
198
|
-
"title": "Nuxt GitHub Organization",
|
|
199
|
-
"qualityScore": 90,
|
|
200
|
-
"scores": {
|
|
201
|
-
"authority": 10,
|
|
202
|
-
"recency": 10,
|
|
203
|
-
"depth": 8,
|
|
204
|
-
"examples": 8,
|
|
205
|
-
"uniqueness": 7
|
|
206
|
-
},
|
|
207
|
-
"keyInsights": [
|
|
208
|
-
"Owns bare 'nuxt' name",
|
|
209
|
-
"Registry-based ecosystem: 'modules' repo tracks community modules without hosting them",
|
|
210
|
-
"This decoupled pattern differs from monorepo approach",
|
|
211
|
-
"nuxt-module topic tag for GitHub discoverability",
|
|
212
|
-
"64+ repos but most community modules live in external orgs"
|
|
213
|
-
]
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"url": "https://github.com/denoland",
|
|
217
|
-
"title": "Deno (denoland) GitHub Organization",
|
|
218
|
-
"qualityScore": 86,
|
|
219
|
-
"scores": {
|
|
220
|
-
"authority": 10,
|
|
221
|
-
"recency": 10,
|
|
222
|
-
"depth": 7,
|
|
223
|
-
"examples": 7,
|
|
224
|
-
"uniqueness": 7
|
|
225
|
-
},
|
|
226
|
-
"keyInsights": [
|
|
227
|
-
"Uses 'denoland' — playful +land suffix treating Deno as a place",
|
|
228
|
-
"Verified domains: deno.land AND deno.com (both under same org)",
|
|
229
|
-
"216 repos covering core, std, fresh (framework), tooling",
|
|
230
|
-
"The +land suffix is unique and memorable but unconventional"
|
|
231
|
-
]
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"url": "https://github.com/prettier",
|
|
235
|
-
"title": "Prettier GitHub Organization",
|
|
236
|
-
"qualityScore": 84,
|
|
237
|
-
"scores": {
|
|
238
|
-
"authority": 9,
|
|
239
|
-
"recency": 9,
|
|
240
|
-
"depth": 7,
|
|
241
|
-
"examples": 7,
|
|
242
|
-
"uniqueness": 6
|
|
243
|
-
},
|
|
244
|
-
"keyInsights": [
|
|
245
|
-
"Owns bare 'prettier' name",
|
|
246
|
-
"Official language plugins: plugin-{language} (no redundant 'prettier' prefix needed)",
|
|
247
|
-
"Org namespace provides the brand; repos can be clean descriptive names",
|
|
248
|
-
"Community integration repos: prettier-eslint, eslint-config-prettier"
|
|
249
|
-
]
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"url": "https://github.com/vitest-dev",
|
|
253
|
-
"title": "Vitest (vitest-dev) GitHub Organization",
|
|
254
|
-
"qualityScore": 88,
|
|
255
|
-
"scores": {
|
|
256
|
-
"authority": 9,
|
|
257
|
-
"recency": 10,
|
|
258
|
-
"depth": 7,
|
|
259
|
-
"examples": 7,
|
|
260
|
-
"uniqueness": 8
|
|
261
|
-
},
|
|
262
|
-
"keyInsights": [
|
|
263
|
-
"Uses 'vitest-dev' — -dev suffix signals development organization",
|
|
264
|
-
"Core repo is simply 'vitest' inside the org",
|
|
265
|
-
"vitest-ecosystem-ci repo for compatibility testing (mirrors Vite pattern)",
|
|
266
|
-
"-dev suffix is cleaner and more modern than -js for testing tools"
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"url": "https://github.com/biomejs",
|
|
271
|
-
"title": "Biome (biomejs) GitHub Organization",
|
|
272
|
-
"qualityScore": 85,
|
|
273
|
-
"scores": {
|
|
274
|
-
"authority": 9,
|
|
275
|
-
"recency": 10,
|
|
276
|
-
"depth": 7,
|
|
277
|
-
"examples": 7,
|
|
278
|
-
"uniqueness": 7
|
|
279
|
-
},
|
|
280
|
-
"keyInsights": [
|
|
281
|
-
"Uses 'biomejs' — +js suffix for toolchain project",
|
|
282
|
-
"Editor extensions use biome-{editor} pattern (biome-vscode, biome-intellij)",
|
|
283
|
-
"Infrastructure repos: setup-biome for GitHub Actions",
|
|
284
|
-
"Verification through biomejs.dev domain"
|
|
285
|
-
]
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"url": "https://github.com/drizzle-team",
|
|
289
|
-
"title": "Drizzle Team (drizzle-team) GitHub Organization",
|
|
290
|
-
"qualityScore": 87,
|
|
291
|
-
"scores": {
|
|
292
|
-
"authority": 8,
|
|
293
|
-
"recency": 10,
|
|
294
|
-
"depth": 7,
|
|
295
|
-
"examples": 7,
|
|
296
|
-
"uniqueness": 8
|
|
297
|
-
},
|
|
298
|
-
"keyInsights": [
|
|
299
|
-
"-team suffix signals humans behind the project, sustainability",
|
|
300
|
-
"Main repo is 'drizzle-orm' (tool name as repo within org)",
|
|
301
|
-
"Secondary projects: waddler (SQL client), hanji (CLI UI builder)",
|
|
302
|
-
"-team suffix warmer and more human than -js, -dev, or -hq"
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"url": "https://github.com/charmbracelet",
|
|
307
|
-
"title": "Charm (charmbracelet) GitHub Organization — CLI/TUI Tools",
|
|
308
|
-
"qualityScore": 92,
|
|
309
|
-
"scores": {
|
|
310
|
-
"authority": 9,
|
|
311
|
-
"recency": 10,
|
|
312
|
-
"depth": 9,
|
|
313
|
-
"examples": 9,
|
|
314
|
-
"uniqueness": 10
|
|
315
|
-
},
|
|
316
|
-
"keyInsights": [
|
|
317
|
-
"Company name 'charmbracelet' for CLI/TUI tooling company",
|
|
318
|
-
"Each tool has clean single-word name as repo (bubbletea, gum, glow, lipgloss)",
|
|
319
|
-
"Thematic naming: all cosmetics/aesthetic metaphors (lipgloss, glow, charm)",
|
|
320
|
-
"Abstract/unusual org name works because tools are excellent (39k+ stars)",
|
|
321
|
-
"Shows: substance beats cleverness; names earn credibility through shipping"
|
|
322
|
-
]
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"url": "https://github.com/bombshell-dev",
|
|
326
|
-
"title": "Bombshell Dev (bombshell-dev) GitHub Organization — Clack CLI",
|
|
327
|
-
"qualityScore": 82,
|
|
328
|
-
"scores": {
|
|
329
|
-
"authority": 7,
|
|
330
|
-
"recency": 10,
|
|
331
|
-
"depth": 7,
|
|
332
|
-
"examples": 7,
|
|
333
|
-
"uniqueness": 9
|
|
334
|
-
},
|
|
335
|
-
"keyInsights": [
|
|
336
|
-
"Parent brand 'bombshell-dev' for CLI tooling; domain is bomb.sh",
|
|
337
|
-
"Uses @clack/* npm scope despite org being bombshell-dev",
|
|
338
|
-
"Main tool 'clack' lives as bombshell-dev/clack",
|
|
339
|
-
"Single-word tool names inside org: clack, tab, args",
|
|
340
|
-
"npm scope and GitHub org name mismatch is acceptable if documented"
|
|
341
|
-
]
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"url": "https://github.com/antfu-collective",
|
|
345
|
-
"title": "antfu-collective GitHub Organization",
|
|
346
|
-
"qualityScore": 86,
|
|
347
|
-
"scores": {
|
|
348
|
-
"authority": 8,
|
|
349
|
-
"recency": 10,
|
|
350
|
-
"depth": 8,
|
|
351
|
-
"examples": 7,
|
|
352
|
-
"uniqueness": 9
|
|
353
|
-
},
|
|
354
|
-
"keyInsights": [
|
|
355
|
-
"Personal brand scaling to team: 'collective' signals community stewardship",
|
|
356
|
-
"Houses tools that started under @antfu personal account but now have team",
|
|
357
|
-
"Solves the 'single maintainer bus factor' credibility problem",
|
|
358
|
-
"Tools: ni, vitesse, icones, taze, sponsorkit, bumpp, vite-ssg",
|
|
359
|
-
"-collective naming pattern signals maturity and distributed ownership"
|
|
360
|
-
]
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"url": "https://github.com/vuejs",
|
|
364
|
-
"title": "Vue.js (vuejs) GitHub Organization",
|
|
365
|
-
"qualityScore": 91,
|
|
366
|
-
"scores": {
|
|
367
|
-
"authority": 10,
|
|
368
|
-
"recency": 9,
|
|
369
|
-
"depth": 8,
|
|
370
|
-
"examples": 8,
|
|
371
|
-
"uniqueness": 7
|
|
372
|
-
},
|
|
373
|
-
"keyInsights": [
|
|
374
|
-
"Canonical +js suffix example: 'vue' taken, became 'vuejs'",
|
|
375
|
-
"Ecosystem tools have descriptive names: devtools, router, test-utils, pinia",
|
|
376
|
-
"awesome-vue for community curation",
|
|
377
|
-
"Blueprint for JS framework org structure that influenced React, Angular, etc.",
|
|
378
|
-
"Separate ecosystem projects (pinia, router) not named 'vue-*' inside org"
|
|
379
|
-
]
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"url": "https://github.com/anthropics",
|
|
383
|
-
"title": "Anthropic (anthropics) GitHub Organization",
|
|
384
|
-
"qualityScore": 88,
|
|
385
|
-
"scores": {
|
|
386
|
-
"authority": 10,
|
|
387
|
-
"recency": 10,
|
|
388
|
-
"depth": 8,
|
|
389
|
-
"examples": 8,
|
|
390
|
-
"uniqueness": 7
|
|
391
|
-
},
|
|
392
|
-
"keyInsights": [
|
|
393
|
-
"+s suffix: 'anthropic' taken, became 'anthropics'",
|
|
394
|
-
"SDK naming: anthropic-sdk-{language} pattern",
|
|
395
|
-
"Tool naming: claude-{tool} (claude-code, claude-cookbooks)",
|
|
396
|
-
"Dual brand: organization is 'anthropics' but products use 'claude' or 'anthropic' prefix",
|
|
397
|
-
"Verified domain anthropic.com links org to company despite name mismatch"
|
|
398
|
-
]
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"url": "https://github.com/modelcontextprotocol",
|
|
402
|
-
"title": "Model Context Protocol (modelcontextprotocol) GitHub Organization",
|
|
403
|
-
"qualityScore": 87,
|
|
404
|
-
"scores": {
|
|
405
|
-
"authority": 10,
|
|
406
|
-
"recency": 10,
|
|
407
|
-
"depth": 8,
|
|
408
|
-
"examples": 7,
|
|
409
|
-
"uniqueness": 8
|
|
410
|
-
},
|
|
411
|
-
"keyInsights": [
|
|
412
|
-
"Full spelled-out name: no abbreviation for spec/protocol organizations",
|
|
413
|
-
"SDK naming: {language}-sdk pattern across 10+ languages",
|
|
414
|
-
"Extension naming: ext-{feature} for protocol extensions",
|
|
415
|
-
"Working group naming: {topic}-wg",
|
|
416
|
-
"Authority and clarity over brevity for standards bodies"
|
|
417
|
-
]
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"url": "https://github.com/SBoudrias/Inquirer.js",
|
|
421
|
-
"title": "Inquirer.js CLI Library — npm Scope Naming",
|
|
422
|
-
"qualityScore": 80,
|
|
423
|
-
"scores": {
|
|
424
|
-
"authority": 7,
|
|
425
|
-
"recency": 9,
|
|
426
|
-
"depth": 7,
|
|
427
|
-
"examples": 8,
|
|
428
|
-
"uniqueness": 8
|
|
429
|
-
},
|
|
430
|
-
"keyInsights": [
|
|
431
|
-
"Personal account repo with @inquirer npm scope — no org required",
|
|
432
|
-
"@inquirer/* scope for modular CLI prompts (@inquirer/prompts, @inquirer/select, etc.)",
|
|
433
|
-
"npm scope can be registered independently of GitHub org name",
|
|
434
|
-
"Scoped packages signal modular, professional library design",
|
|
435
|
-
"Lerna monorepo for multi-package publishing from single repo"
|
|
436
|
-
]
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"url": "https://github.com/shadcn-ui",
|
|
440
|
-
"title": "shadcn/ui (shadcn-ui) GitHub Organization",
|
|
441
|
-
"qualityScore": 85,
|
|
442
|
-
"scores": {
|
|
443
|
-
"authority": 9,
|
|
444
|
-
"recency": 10,
|
|
445
|
-
"depth": 7,
|
|
446
|
-
"examples": 7,
|
|
447
|
-
"uniqueness": 8
|
|
448
|
-
},
|
|
449
|
-
"keyInsights": [
|
|
450
|
-
"Personal account 'shadcn' held, so org became 'shadcn-ui'",
|
|
451
|
-
"'-ui' suffix adds semantic descriptor when bare name is personal account",
|
|
452
|
-
"Shows namespace constraint: GitHub user and org names share same pool",
|
|
453
|
-
"Component library with 106k+ stars demonstrates credibility despite name workaround",
|
|
454
|
-
"Naming workaround is invisible once the project ships quality work"
|
|
455
|
-
]
|
|
456
|
-
}
|
|
457
|
-
]
|
|
458
|
-
}
|