Skip to content

Commit 03339fe

Browse files
mabry1985Josh Mabryclaude
authored
feat(plugins): list Career Coach in the plugin catalog (protoLabsAI#1765)
Adds the careercoach official plugin (https://github.com/protoLabsAI/careercoach-plugin) to config/plugin-catalog.json + the marketing sites/marketing/data/plugins.json mirror, so it shows in System → Plugins → Discover for one-click install alongside the other plugins. Co-authored-by: Josh Mabry <artificialcitizens@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 190878d commit 03339fe

3 files changed

Lines changed: 34 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212
## [Unreleased]
1313

14+
### Added
15+
- **Career Coach in the plugin catalog** — the new [`careercoach`](https://github.com/protoLabsAI/careercoach-plugin)
16+
official plugin (a career coach + job-hunt copilot, and a full-surface showcase: skills, a workflow,
17+
a subagent crew, tools + a tunable rubric, a dashboard view, and config) now appears in
18+
System → Plugins → Discover for one-click install.
19+
1420
## [0.89.0] - 2026-07-04
1521

1622
### Added

config/plugin-catalog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@
8888
"official": true,
8989
"repo": "https://github.com/protoLabsAI/doom-plugin",
9090
"tagline": "But can it run DOOM? Play shareware DOOM in a console view via WebAssembly (prboom)."
91+
},
92+
{
93+
"id": "careercoach",
94+
"name": "Career Coach",
95+
"category": "Productivity",
96+
"official": true,
97+
"repo": "https://github.com/protoLabsAI/careercoach-plugin",
98+
"tagline": "Your career coach & job-hunt copilot — strategy, mock interviews, honest CV feedback, and offer/negotiation coaching, plus an autonomous evaluate→tailor→apply pipeline. A full-surface plugin showcase."
9199
}
92100
]
93101
}

sites/marketing/data/plugins.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,25 @@
161161
"source": "https://github.com/protoLabsAI/protoAgent/tree/main/plugins/hello",
162162
"docs": "/docs/guides/plugins"
163163
}
164+
},
165+
{
166+
"id": "careercoach",
167+
"name": "Career Coach",
168+
"category": "Productivity",
169+
"official": true,
170+
"tagline": "Your career coach & job-hunt copilot — strategy, mock interviews, honest CV feedback, and offer/negotiation coaching, plus an autonomous evaluate→tailor→apply pipeline. A full-surface plugin showcase.",
171+
"adds": [
172+
"tool",
173+
"subagent",
174+
"skill",
175+
"workflow",
176+
"view"
177+
],
178+
"bundled": false,
179+
"install": "https://github.com/protoLabsAI/careercoach-plugin",
180+
"links": {
181+
"source": "https://github.com/protoLabsAI/careercoach-plugin",
182+
"docs": "https://github.com/protoLabsAI/careercoach-plugin#readme"
183+
}
164184
}
165185
]

0 commit comments

Comments
 (0)