AI-powered career and workforce intelligence — 13 guided skills + 67 MCP tools backed by 50+ expert-curated sources (HBR, McKinsey, BCG, Gartner) with live web search. Atlas skills (9) for competency analysis, JD review, custom eval rubrics, workforce chat, and talent reports. CeeVee skills (4) for CV optimization, quick review, career intelligence chat, and career reports.
npx claudepluginhub careerproof-labs/careerproof-skillsAI-powered career and workforce intelligence — 13 guided skills + 67 MCP tools backed by 50+ expert-curated sources (HBR, McKinsey, BCG, Gartner) with live web search. Atlas skills (9) for competency analysis, JD review, custom eval rubrics, workforce chat, and talent reports. CeeVee skills (4) for CV optimization, quick review, career intelligence chat, and career reports.
CareerProof is an AI-powered career and workforce intelligence platform built for two audiences navigating the same disruption from opposite sides: professionals rethinking their careers in the age of AI, and organizations redesigning their workforce to stay competitive.
The platform operates in two modes:
Both modes are powered by the same intelligence engine: a curated RAG (Retrieval-Augmented Generation) knowledge base drawn from 50+ premium sources — including HBR, McKinsey, BCG, Bain, Deloitte, PwC, Gartner, Forrester, WEF, MIT, and Stanford — combined with live web research via Tavily for real-time market data.
This plugin bundles everything you need in a single install:
| Component | What You Get |
|---|---|
| 13 Skills | Guided slash-command workflows for career and workforce tasks |
| 67 MCP Tools | Full CareerProof API as native Claude tools (via remote MCP server) |
| OAuth Authentication | Automatic login flow — no API keys to manage |
The workforce is being restructured by AI at every level. Job roles are morphing, entire functions are being automated, and organizations need to redesign around capabilities that didn't exist two years ago. CareerProof bridges the gap between individual career navigation and organizational workforce strategy by grounding both in the same deep research:
Every CareerProof skill and tool is backed by a three-layer intelligence stack:
Works with Claude Code, Cursor, Gemini CLI, GitHub Copilot, Roo Code, and 30+ other agents:
npx skills add careerproof-labs/careerproof-skills
# Add the marketplace and install
/plugin marketplace add careerproof-labs/careerproof-skills
/plugin install careerproof-skills@careerproof
That's it. The plugin installs both the skills and the MCP server connection. On first use, you'll be prompted to authenticate via OAuth — no API keys needed.
1. Install skills:
# Clone the repo
git clone https://github.com/careerproof-labs/careerproof-skills.git
cd careerproof-skills
# Install globally (all projects)
bash gemini/install.sh --global
# Or install to current project only
bash gemini/install.sh
Windows:
.\gemini\install.ps1 -Global
2. Connect the MCP server:
Add to your Gemini CLI settings (~/.gemini/settings.json):
{
"mcpServers": {
"careerproof": {
"url": "https://mcp.careerproof.ai/mcp/bearer",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
Replace YOUR_API_KEY_HERE with your CareerProof API key (cpk_...).
3. Verify: Start Gemini CLI and run /mcp to confirm the server is connected.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.