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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudeup",
3
- "version": "4.14.0",
3
+ "version": "4.15.0",
4
4
  "description": "TUI tool for managing Claude Code plugins, MCPs, and configuration",
5
5
  "type": "module",
6
6
  "main": "src/main.tsx",
@@ -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.
@@ -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 ────────────────────────────────────────