agentsys 5.3.6 → 5.4.0
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 +28 -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 +26 -25
- package/site/index.html +90 -15
- package/site/ux-spec.md +9 -9
- 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,310 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"topic": "All-in-one plus modular packages - batteries included but removable pattern",
|
|
3
|
-
"slug": "all-in-one-plus-modular-packages",
|
|
4
|
-
"generated": "2026-02-21T00:00:00Z",
|
|
5
|
-
"depth": "deep",
|
|
6
|
-
"totalSources": 40,
|
|
7
|
-
"sources": [
|
|
8
|
-
{
|
|
9
|
-
"url": "https://github.com/aws/aws-sdk-js-v3/blob/main/UPGRADING.md",
|
|
10
|
-
"title": "AWS SDK v3 Migration Guide",
|
|
11
|
-
"qualityScore": 92,
|
|
12
|
-
"scores": { "authority": 10, "recency": 8, "depth": 10, "examples": 9, "uniqueness": 9 },
|
|
13
|
-
"keyInsights": ["Monolith-to-modular migration case study", "Per-service @aws-sdk/client-* packages", "Middleware stack replaces plugin system", "Tree-shaking reduces bundle size"]
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"url": "https://github.com/lodash/lodash",
|
|
17
|
-
"title": "Lodash - Per-Method Packages",
|
|
18
|
-
"qualityScore": 85,
|
|
19
|
-
"scores": { "authority": 9, "recency": 6, "depth": 8, "examples": 8, "uniqueness": 10 },
|
|
20
|
-
"keyInsights": ["Full library ~24kB, core ~4kB, per-method ~1kB", "lodash-es for tree-shaking", "Per-method packages caused version fragmentation"]
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"url": "https://github.com/lerna/lerna",
|
|
24
|
-
"title": "Lerna - Monorepo Management",
|
|
25
|
-
"qualityScore": 88,
|
|
26
|
-
"scores": { "authority": 9, "recency": 8, "depth": 9, "examples": 8, "uniqueness": 7 },
|
|
27
|
-
"keyInsights": ["Fixed vs independent versioning", "Version and publish commands", "Now maintained by Nx", "Used by 174k+ dependent projects"]
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"url": "https://github.com/changesets/changesets",
|
|
31
|
-
"title": "Changesets - Version and Changelog Management",
|
|
32
|
-
"qualityScore": 90,
|
|
33
|
-
"scores": { "authority": 9, "recency": 9, "depth": 9, "examples": 8, "uniqueness": 8 },
|
|
34
|
-
"keyInsights": ["Intent-based changelogs", "Batches multiple bumps into single releases", "Keeps internally-dependent packages synchronized", "Used by Astro, Chakra UI, Apollo Client"]
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"url": "https://github.com/Rich-Harris/degit",
|
|
38
|
-
"title": "degit - Project Scaffolding",
|
|
39
|
-
"qualityScore": 82,
|
|
40
|
-
"scores": { "authority": 8, "recency": 4, "depth": 8, "examples": 9, "uniqueness": 9 },
|
|
41
|
-
"keyInsights": ["Downloads tar archive not git clone", "Caches tarballs locally", "Supports subdirectory extraction", "Multi-platform git hosting support"]
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"url": "https://github.com/tiged/tiged",
|
|
45
|
-
"title": "tiged - Maintained degit Fork",
|
|
46
|
-
"qualityScore": 78,
|
|
47
|
-
"scores": { "authority": 7, "recency": 8, "depth": 7, "examples": 8, "uniqueness": 6 },
|
|
48
|
-
"keyInsights": ["Actively maintained fork of degit", "Auto-detects default branch", "Improved Windows compatibility", "Offline mode support"]
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"url": "https://github.com/pnpm/pnpm",
|
|
52
|
-
"title": "pnpm - Performant Package Manager",
|
|
53
|
-
"qualityScore": 87,
|
|
54
|
-
"scores": { "authority": 9, "recency": 9, "depth": 7, "examples": 7, "uniqueness": 8 },
|
|
55
|
-
"keyInsights": ["Content-addressable storage prevents duplicates", "Built-in workspace support", "Used by Microsoft Rush at scale", "Strict isolation prevents phantom dependencies"]
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"url": "https://github.com/vercel/turborepo",
|
|
59
|
-
"title": "Turborepo - Monorepo Build Orchestration",
|
|
60
|
-
"qualityScore": 86,
|
|
61
|
-
"scores": { "authority": 9, "recency": 9, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
62
|
-
"keyInsights": ["Written in Rust for performance", "Remote caching for builds", "Task pipeline orchestration", "29.8k stars, 115k dependents"]
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"url": "https://github.com/facebook/create-react-app",
|
|
66
|
-
"title": "Create React App - CLI Scaffolding Pattern",
|
|
67
|
-
"qualityScore": 80,
|
|
68
|
-
"scores": { "authority": 9, "recency": 4, "depth": 8, "examples": 8, "uniqueness": 8 },
|
|
69
|
-
"keyInsights": ["npx-based scaffolding pattern", "Single dependency abstracts build complexity", "Eject option for customization", "Iconic but now deprecated"]
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"url": "https://github.com/babel/babel/blob/main/CONTRIBUTING.md",
|
|
73
|
-
"title": "Babel - Monorepo Plugin Architecture",
|
|
74
|
-
"qualityScore": 89,
|
|
75
|
-
"scores": { "authority": 10, "recency": 8, "depth": 9, "examples": 8, "uniqueness": 8 },
|
|
76
|
-
"keyInsights": ["@babel/core + @babel/plugin-transform-* pattern", "Presets bundle common plugins", "Parser and generator as separate packages", "Fixed versioning across all packages"]
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"url": "https://github.com/eslint/eslint",
|
|
80
|
-
"title": "ESLint - Pluggable Linting Architecture",
|
|
81
|
-
"qualityScore": 83,
|
|
82
|
-
"scores": { "authority": 9, "recency": 8, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
83
|
-
"keyInsights": ["Every rule is a plugin", "Separate parser (Espree)", "Monorepo with packages/ directory", "Flat config system in v9"]
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"url": "https://github.com/mui/material-ui",
|
|
87
|
-
"title": "Material UI - Component Library Packaging",
|
|
88
|
-
"qualityScore": 82,
|
|
89
|
-
"scores": { "authority": 9, "recency": 8, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
90
|
-
"keyInsights": ["@mui/material as primary package", "MUI X for advanced components as separate packages", "pnpm workspaces monorepo", "3000+ contributors"]
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"url": "https://github.com/tailwindlabs/tailwindcss",
|
|
94
|
-
"title": "Tailwind CSS - Core + Plugin Architecture",
|
|
95
|
-
"qualityScore": 81,
|
|
96
|
-
"scores": { "authority": 9, "recency": 9, "depth": 6, "examples": 7, "uniqueness": 7 },
|
|
97
|
-
"keyInsights": ["Core tailwindcss + @tailwindcss/* plugins", "Monorepo with packages/", "15.3 million dependents", "Rust + TypeScript build"]
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"url": "https://github.com/NixOS/nixpkgs",
|
|
101
|
-
"title": "Nixpkgs - Declarative Package Collection",
|
|
102
|
-
"qualityScore": 79,
|
|
103
|
-
"scores": { "authority": 9, "recency": 8, "depth": 7, "examples": 5, "uniqueness": 10 },
|
|
104
|
-
"keyInsights": ["120,000+ package definitions in one repo", "Monolithic source, selective installation", "Channel-based distribution", "Declarative package management"]
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"url": "https://github.com/rust-lang/cargo/blob/master/src/doc/src/reference/workspaces.md",
|
|
108
|
-
"title": "Cargo Workspaces - Rust Multi-Crate Management",
|
|
109
|
-
"qualityScore": 88,
|
|
110
|
-
"scores": { "authority": 10, "recency": 8, "depth": 9, "examples": 8, "uniqueness": 9 },
|
|
111
|
-
"keyInsights": ["Shared Cargo.lock and build output", "workspace.dependencies inheritance", "Virtual vs root package workspaces", "Glob patterns for member discovery"]
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"url": "https://github.com/wbthomason/packer.nvim",
|
|
115
|
-
"title": "Packer.nvim - Plugin Installation Patterns",
|
|
116
|
-
"qualityScore": 68,
|
|
117
|
-
"scores": { "authority": 6, "recency": 4, "depth": 7, "examples": 8, "uniqueness": 7 },
|
|
118
|
-
"keyInsights": ["Multi-source plugin installation", "Lazy-loading via autocommands", "Compiled loader for performance", "Now replaced by lazy.nvim"]
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"url": "https://github.com/sindresorhus/ky",
|
|
122
|
-
"title": "Ky - Small Focused Package Philosophy",
|
|
123
|
-
"qualityScore": 72,
|
|
124
|
-
"scores": { "authority": 8, "recency": 8, "depth": 5, "examples": 7, "uniqueness": 7 },
|
|
125
|
-
"keyInsights": ["Zero-dependency philosophy", "Single responsibility design", "Small bundle as core value", "Composable over monolithic"]
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"url": "https://github.com/microsoft/rushstack",
|
|
129
|
-
"title": "Rush Stack - Enterprise Monorepo Tooling",
|
|
130
|
-
"qualityScore": 86,
|
|
131
|
-
"scores": { "authority": 9, "recency": 8, "depth": 9, "examples": 7, "uniqueness": 8 },
|
|
132
|
-
"keyInsights": ["50+ published packages from one repo", "Rush build orchestrator + Heft compilation", "API Extractor for type management", "Strict dependency policies"]
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"url": "https://github.com/nrwl/nx",
|
|
136
|
-
"title": "Nx - Monorepo Platform",
|
|
137
|
-
"qualityScore": 85,
|
|
138
|
-
"scores": { "authority": 9, "recency": 9, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
139
|
-
"keyInsights": ["Computation caching and task distribution", "Affected analysis skips unchanged packages", "create-nx-workspace scaffolder", "28.2k stars, 175k dependents"]
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"url": "https://github.com/volta-cli/volta",
|
|
143
|
-
"title": "Volta - JavaScript Tool Manager",
|
|
144
|
-
"qualityScore": 70,
|
|
145
|
-
"scores": { "authority": 7, "recency": 4, "depth": 7, "examples": 7, "uniqueness": 8 },
|
|
146
|
-
"keyInsights": ["Per-project version switching", "Tools persist across Node upgrades", "Now unmaintained, recommend mise", "Used by Microsoft TypeScript, Sentry"]
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"url": "https://github.com/denoland/deno",
|
|
150
|
-
"title": "Deno - Modern Runtime with JSR",
|
|
151
|
-
"qualityScore": 80,
|
|
152
|
-
"scores": { "authority": 9, "recency": 9, "depth": 6, "examples": 6, "uniqueness": 9 },
|
|
153
|
-
"keyInsights": ["JSR as modern package registry", "URL-based imports", "Standard library at jsr.io/@std", "Import maps for module resolution"]
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"url": "https://github.com/goreleaser/goreleaser",
|
|
157
|
-
"title": "GoReleaser - Binary Distribution",
|
|
158
|
-
"qualityScore": 83,
|
|
159
|
-
"scores": { "authority": 8, "recency": 9, "depth": 7, "examples": 7, "uniqueness": 9 },
|
|
160
|
-
"keyInsights": ["Automated binary building and releasing", "Multi-language support", "GitHub Releases distribution", "Cross-platform compilation"]
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"url": "https://github.com/oven-sh/bun",
|
|
164
|
-
"title": "Bun - Fast Runtime with Workspaces",
|
|
165
|
-
"qualityScore": 78,
|
|
166
|
-
"scores": { "authority": 8, "recency": 9, "depth": 6, "examples": 6, "uniqueness": 7 },
|
|
167
|
-
"keyInsights": ["Native workspace support in bun install", "Compatible with npm workspace config", "Custom registry support", "Fastest package installation"]
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"url": "https://github.com/homebrew/brew",
|
|
171
|
-
"title": "Homebrew - Formula/Tap/Cask Model",
|
|
172
|
-
"qualityScore": 77,
|
|
173
|
-
"scores": { "authority": 9, "recency": 8, "depth": 6, "examples": 5, "uniqueness": 8 },
|
|
174
|
-
"keyInsights": ["Formulae for packages, taps for sources, casks for apps", "Hierarchical registry with core + community taps", "Cellar-based installation model"]
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"url": "https://github.com/withastro/astro",
|
|
178
|
-
"title": "Astro - Core + Integrations Pattern",
|
|
179
|
-
"qualityScore": 88,
|
|
180
|
-
"scores": { "authority": 9, "recency": 9, "depth": 8, "examples": 8, "uniqueness": 8 },
|
|
181
|
-
"keyInsights": ["Core astro + @astrojs/* integrations", "Framework adapters, deployment adapters, utility integrations", "npm create astro@latest scaffolder", "1033 contributors, 257k users"]
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"url": "https://github.com/vitejs/vite",
|
|
185
|
-
"title": "Vite - Core + Official Plugins",
|
|
186
|
-
"qualityScore": 84,
|
|
187
|
-
"scores": { "authority": 9, "recency": 9, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
188
|
-
"keyInsights": ["Core vite + @vitejs/plugin-* packages", "create-vite scaffolding tool", "pnpm workspaces monorepo", "Independent package publishing"]
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"url": "https://github.com/angular/angular",
|
|
192
|
-
"title": "Angular - Scoped Package Architecture",
|
|
193
|
-
"qualityScore": 85,
|
|
194
|
-
"scores": { "authority": 10, "recency": 8, "depth": 7, "examples": 7, "uniqueness": 7 },
|
|
195
|
-
"keyInsights": ["@angular/core, @angular/router, @angular/forms as separate packages", "Fixed versioning across all packages", "ng new installs common set together", "Monorepo with packages/ directory"]
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"url": "https://github.com/jestjs/jest",
|
|
199
|
-
"title": "Jest - Meta-Package over Monorepo",
|
|
200
|
-
"qualityScore": 84,
|
|
201
|
-
"scores": { "authority": 9, "recency": 8, "depth": 7, "examples": 7, "uniqueness": 8 },
|
|
202
|
-
"keyInsights": ["jest meta-package wraps @jest/* packages", "Lerna + Yarn workspaces monorepo", "Users can import individual @jest/* utilities", "Complete solution or modular adoption"]
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"url": "https://github.com/webpack/webpack",
|
|
206
|
-
"title": "Webpack - Extensible Core + Plugin/Loader Architecture",
|
|
207
|
-
"qualityScore": 83,
|
|
208
|
-
"scores": { "authority": 9, "recency": 7, "depth": 8, "examples": 8, "uniqueness": 7 },
|
|
209
|
-
"keyInsights": ["Most features are plugins internally", "Loaders preprocess files, plugins hook lifecycle", "Rich third-party ecosystem", "Core remains lightweight"]
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"url": "https://github.com/ds300/patch-package",
|
|
213
|
-
"title": "patch-package - Dependency Patching",
|
|
214
|
-
"qualityScore": 75,
|
|
215
|
-
"scores": { "authority": 7, "recency": 7, "depth": 7, "examples": 8, "uniqueness": 8 },
|
|
216
|
-
"keyInsights": ["Fix dependencies without forking", "Patches applied via postinstall hook", "Version-tracked .patch files", "Team-shareable via version control"]
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"url": "https://github.com/vercel/next.js",
|
|
220
|
-
"title": "Next.js - Monorepo with Multiple Tools",
|
|
221
|
-
"qualityScore": 82,
|
|
222
|
-
"scores": { "authority": 9, "recency": 9, "depth": 6, "examples": 6, "uniqueness": 6 },
|
|
223
|
-
"keyInsights": ["next meta-package + @next/* scoped packages", "Lerna + Turbo + pnpm triple tooling", "Rust crates for performance-critical code", "packages/ + crates/ hybrid structure"]
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"url": "https://github.com/unjs/unbuild",
|
|
227
|
-
"title": "unbuild - Unified Library Build System",
|
|
228
|
-
"qualityScore": 80,
|
|
229
|
-
"scores": { "authority": 8, "recency": 8, "depth": 7, "examples": 8, "uniqueness": 7 },
|
|
230
|
-
"keyInsights": ["Auto-infers build config from package.json", "Dual CJS/ESM output", "Bundleless option preserves file structure", "Dependency checking for missing/unused"]
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"url": "https://github.com/antfu/ni",
|
|
234
|
-
"title": "ni - Package Manager Abstraction",
|
|
235
|
-
"qualityScore": 76,
|
|
236
|
-
"scores": { "authority": 7, "recency": 8, "depth": 7, "examples": 8, "uniqueness": 8 },
|
|
237
|
-
"keyInsights": ["Detects package manager from lockfiles", "Unified commands across npm/yarn/pnpm/bun/deno", "Workspace-aware operations", "Interactive package selection"]
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"url": "https://github.com/sindresorhus/np",
|
|
241
|
-
"title": "np - Better npm Publish",
|
|
242
|
-
"qualityScore": 79,
|
|
243
|
-
"scores": { "authority": 8, "recency": 8, "depth": 8, "examples": 7, "uniqueness": 7 },
|
|
244
|
-
"keyInsights": ["Interactive publish workflow", "Pre-publish validation and testing", "Rollback on failure", "Works with npm, yarn, pnpm, bun"]
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"url": "https://github.com/pypa/pip",
|
|
248
|
-
"title": "pip - Python Package Installer",
|
|
249
|
-
"qualityScore": 72,
|
|
250
|
-
"scores": { "authority": 9, "recency": 8, "depth": 5, "examples": 5, "uniqueness": 7 },
|
|
251
|
-
"keyInsights": ["extras_require for optional dependency groups", "pip install pkg[full] syntax", "Regular 3-month release cycle"]
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"url": "https://github.com/jsr-io/jsr",
|
|
255
|
-
"title": "JSR - Modern JavaScript Registry",
|
|
256
|
-
"qualityScore": 84,
|
|
257
|
-
"scores": { "authority": 8, "recency": 10, "depth": 8, "examples": 6, "uniqueness": 10 },
|
|
258
|
-
"keyInsights": ["Cloud-native registry architecture", "npm compatibility tarballs generated automatically", "Rust API + Cloudflare Workers edge", "Direct publish from Deno CLI"]
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"url": "https://github.com/egoist/tsup",
|
|
262
|
-
"title": "tsup - TypeScript Bundler",
|
|
263
|
-
"qualityScore": 74,
|
|
264
|
-
"scores": { "authority": 7, "recency": 6, "depth": 7, "examples": 7, "uniqueness": 6 },
|
|
265
|
-
"keyInsights": ["esbuild-based for speed", "Dual CJS/ESM output", "Now recommends migration to tsdown", "126k dependents despite unmaintained status"]
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"url": "https://github.com/privatenumber/pkgroll",
|
|
269
|
-
"title": "pkgroll - Zero-Config Package Bundler",
|
|
270
|
-
"qualityScore": 80,
|
|
271
|
-
"scores": { "authority": 7, "recency": 8, "depth": 8, "examples": 8, "uniqueness": 8 },
|
|
272
|
-
"keyInsights": ["Reads entry points from package.json exports", "Auto-maps dist/ to src/", "TypeScript .d.ts bundling", "Format detection from file extensions"]
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"url": "https://arethetypeswrong.github.io",
|
|
276
|
-
"title": "Are The Types Wrong - Package Type Checker",
|
|
277
|
-
"qualityScore": 82,
|
|
278
|
-
"scores": { "authority": 8, "recency": 9, "depth": 8, "examples": 7, "uniqueness": 10 },
|
|
279
|
-
"keyInsights": ["Detects 12 categories of CJS/ESM type problems", "Tests node10, node16, bundler resolution modes", "CLI tool for local analysis", "Catches masquerading module formats"]
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"url": "https://github.com/semantic-release/semantic-release",
|
|
283
|
-
"title": "semantic-release - Automated Versioning",
|
|
284
|
-
"qualityScore": 84,
|
|
285
|
-
"scores": { "authority": 9, "recency": 8, "depth": 8, "examples": 7, "uniqueness": 7 },
|
|
286
|
-
"keyInsights": ["Commit-based version determination", "Nine-step release process", "Plugin-based architecture", "23.3k stars, widely adopted"]
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"url": "https://github.com/pinojs/pino",
|
|
290
|
-
"title": "Pino - Modular Logging Architecture",
|
|
291
|
-
"qualityScore": 81,
|
|
292
|
-
"scores": { "authority": 8, "recency": 8, "depth": 7, "examples": 8, "uniqueness": 8 },
|
|
293
|
-
"keyInsights": ["Core pino + pino-pretty + transport plugins", "Transports run in worker threads", "Minimal core for maximum performance", "Composable ecosystem"]
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"url": "https://github.com/Effect-TS/effect",
|
|
297
|
-
"title": "Effect - Modern Scoped Package Ecosystem",
|
|
298
|
-
"qualityScore": 86,
|
|
299
|
-
"scores": { "authority": 8, "recency": 10, "depth": 8, "examples": 7, "uniqueness": 9 },
|
|
300
|
-
"keyInsights": ["Core effect + 20+ @effect/* packages", "Platform-specific packages (node, bun, browser)", "SQL with 12+ database adapters", "AI integrations as separate packages"]
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"url": "https://github.com/sindresorhus/awesome-npm",
|
|
304
|
-
"title": "Awesome npm - Publishing Best Practices",
|
|
305
|
-
"qualityScore": 74,
|
|
306
|
-
"scores": { "authority": 8, "recency": 6, "depth": 6, "examples": 6, "uniqueness": 6 },
|
|
307
|
-
"keyInsights": ["Publishing tools comparison (np, semantic-release, release-it)", "Lifecycle scripts for automation", "npm link for local development", "Security validation before publish"]
|
|
308
|
-
}
|
|
309
|
-
]
|
|
310
|
-
}
|