claudeup 4.14.0 → 4.15.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/package.json
CHANGED
package/src/data/skill-repos.js
CHANGED
|
@@ -96,6 +96,13 @@ export const RECOMMENDED_SKILL_SETS = [
|
|
|
96
96
|
icon: "\u{1F917}",
|
|
97
97
|
stars: 10000,
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
name: "Browserbase",
|
|
101
|
+
repo: "browserbase/skills",
|
|
102
|
+
description: "Web browsing, UI testing, and browser automation via the Claude Agent SDK",
|
|
103
|
+
icon: "\u{1F310}",
|
|
104
|
+
stars: 521,
|
|
105
|
+
},
|
|
99
106
|
];
|
|
100
107
|
// ─── Star reliability classification ────────────────────────────────────────
|
|
101
108
|
// Stars from these repos don't reflect individual skill quality.
|
package/src/data/skill-repos.ts
CHANGED
|
@@ -118,6 +118,13 @@ export const RECOMMENDED_SKILL_SETS: RecommendedSkillSet[] = [
|
|
|
118
118
|
icon: "\u{1F917}",
|
|
119
119
|
stars: 10000,
|
|
120
120
|
},
|
|
121
|
+
{
|
|
122
|
+
name: "Browserbase",
|
|
123
|
+
repo: "browserbase/skills",
|
|
124
|
+
description: "Web browsing, UI testing, and browser automation via the Claude Agent SDK",
|
|
125
|
+
icon: "\u{1F310}",
|
|
126
|
+
stars: 521,
|
|
127
|
+
},
|
|
121
128
|
];
|
|
122
129
|
|
|
123
130
|
// ─── Star reliability classification ────────────────────────────────────────
|