{
  "markdown": "# CareerProof Skills for Claude Code\n\n## What is CareerProof?\n\nCareerProof 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.\n\nThe platform operates in two modes:\n\n- **CeeVee** (Personal Career Intelligence) — Helps individuals understand how their experience translates in a rapidly shifting market, optimize their positioning, and make data-backed career decisions.\n- **Atlas** (Workforce & Org Intelligence) — Gives HR leaders, talent acquisition teams, and consultants the analytical firepower to evaluate candidates, benchmark compensation, plan workforce transitions, and generate research-grade reports on org design, skills gaps, and talent strategy.\n\nBoth 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.\n\n## What's Included\n\nThis plugin bundles **everything** you need in a single install:\n\n| Component | What You Get |\n|-----------|-------------|\n| **13 Skills** | Guided slash-command workflows for career and workforce tasks |\n| **67 MCP Tools** | Full CareerProof API as native Claude tools (via remote MCP server) |\n| **OAuth Authentication** | Automatic login flow — no API keys to manage |\n\n## Why It Matters\n\nThe 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:\n\n- **For professionals**: Move beyond generic career advice. Get intelligence calibrated to your actual experience, industry, and seniority — drawn from the same sources that inform executive strategy.\n- **For organizations**: Replace gut-feel hiring and ad-hoc workforce planning with structured analysis. Evaluate talent against competency frameworks, benchmark against market data, and generate the kind of research reports that previously required expensive consulting engagements.\n\n## The Intelligence Engine\n\nEvery CareerProof skill and tool is backed by a three-layer intelligence stack:\n\n1. **Expert-Curated RAG** — A knowledge base of career, compensation, and workforce intelligence aggregated from premium research sources (McKinsey, BCG, HBR, Gartner, Forrester, WEF, and 50+ others). Updated 3x daily with executive-focused queries spanning 25+ industries.\n2. **Live Web Research** — Real-time search and extraction via Tavily APIs, grounded in current market conditions rather than stale training data. Search results are automatically stored back into the knowledge base, making it smarter over time.\n3. **CV/Candidate Context** — When available, analysis is calibrated to actual experience: role, seniority, industry, function, skills, and career trajectory. This transforms generic insights into personalized intelligence.\n\n## Installation\n\n### Agent Skills Ecosystem (Any Agent)\n\nWorks with Claude Code, Cursor, Gemini CLI, GitHub Copilot, Roo Code, and [30+ other agents](https://agentskills.io):\n\n```bash\nnpx skills add careerproof-labs/careerproof-skills\n```\n\n### Claude Code (Plugin Install)\n\n```bash\n# Add the marketplace and install\n/plugin marketplace add careerproof-labs/careerproof-skills\n/plugin install careerproof-skills@careerproof\n```\n\nThat'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.\n\n### Gemini CLI\n\n**1. Install skills:**\n\n```bash\n# Clone the repo\ngit clone https://github.com/careerproof-labs/careerproof-skills.git\ncd careerproof-skills\n\n# Install globally (all projects)\nbash gemini/install.sh --global\n\n# Or install to current project only\nbash gemini/install.sh\n```\n\nWindows:\n```powershell\n.\\gemini\\install.ps1 -Global\n```\n\n**2. Connect the MCP server:**\n\nAdd to your Gemini CLI settings (`~/.gemini/settings.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"careerproof\": {\n      \"url\": \"https://mcp.careerproof.ai/mcp/bearer\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\nReplace `YOUR_API_KEY_HERE` with your CareerProof API key (`cpk_...`).\n\n**3. Verify:** Start Gemini CLI and run `/mcp` to confirm the server is connected.\n\n## Skills Overview\n\n### Atlas Skills — Workforce & Org Intelligence (9 skills)\n\n| Skill | Purpose | Cost |\n|-------|---------|------|\n| **atlas-onboard** | Set up a hiring context — company profile, candidate CVs, job descriptions | Free |\n| **atlas-gem** | GEM competency analysis — 10-factor scoring with strengths, gaps, and development areas | 5-10 credits |\n| **atlas-fit** | CV-to-JD matching — fit scoring with strengths, gaps, and market context | 8 credits |\n| **atlas-interview** | Interview question generation with configurable pressure levels + follow-up probing | 8 credits + 1/follow-up |\n| **atlas-shortlist** | Batch evaluate and rank multiple candidates against a JD | 8-13 credits/candidate |\n| **atlas-custom-eval** | Build custom hiring rubrics — upload examples, infer AI rubrics, batch-evaluate | Free setup, 5 credits/candidate |\n| **atlas-jd-review** | Analyze a JD for quality, bias, salary benchmarks, and skills extraction | 5 credits |\n| **atlas-chat** | Workforce intelligence chat — salary data, talent supply/demand, competitor intel | 2-3 credits/message |\n| **atlas-report** | Generate research-grade PDF reports across 16 types | 15 credits/report |\n\n#### Atlas Report Types (16)\n\n**Recruitment:** Talent market landscape, salary benchmarking, competitor talent analysis, sourcing strategy\n\n**Workforce Planning:** Skills gap analysis, succession planning, workforce demographics, attrition risk\n\n**Strategic HR:** DEI assessment, employer branding, L&D strategy, org design, employee engagement, total rewards, HR technology, change management\n\n### CeeVee Skills — Personal Career Intelligence (4 skills)\n\n| Skill | Purpose | Cost |\n|-------|---------|------|\n| **ceevee-optimize** | Full interactive CV positioning pipeline — market analysis, career opportunities, targeted edits with trade-offs | 13 credits |\n| **ceevee-quick-review** | Fast autonomous CV review in a single call — positioning, lens, and edits without interactive steps | 10 credits |\n| **ceevee-career-intel** | Career intelligence chat with live web research, RAG knowledge base, and CV-aware personalization | 2 credits/message |\n| **ceevee-report** | Generate career intelligence PDF reports — 17 types covering compensation, strategy, risk, and development | 15 credits/report |\n\n#### CeeVee Report Types (17)\n\n**Compensation & Offers:** Compensation benchmark, rate card, offer comparison\n\n**Career Strategy:** Role evolution, pivot feasibility, learning path, career gap narrative\n\n**Risk & Disruption:** AI displacement risk, skill decay risk, employer red flag\n\n**Market Intelligence:** Industry switch, relocation impact, startup vs corporate\n\n**Professional Development:** Credential ROI, interview prep, board readiness, fractional leadership\n\n## MCP Tools (67)\n\nWhen the MCP server is connected, you also get direct access to all 67 tools:\n\n| Category | Tools | Examples |\n|----------|-------|---------|\n| **Universal** | 2 | Task status polling, result fetching |\n| **Atlas CRUD** | 9 | Create contexts, upload candidates, manage JDs, analytics |\n| **Atlas Analysis** | 4 | GEM competency analysis (full/lite/career_path), JD analysis |\n| **Atlas Batch & Reports** | 13 | Batch GEM, batch JD-FIT, custom eval batch, report generation |\n| **Atlas FIT & Utilities** | 5 | Enhanced fit match, fit ranking, interview generation, follow-ups |\n| **Atlas Custom Eval** | 12 | Model CRUD, artifact upload, rubric inference, rubric overrides |\n| **Atlas Chat** | 2 | Full workforce chat (live tools), lightweight advisor chat |\n| **CeeVee Core** | 5 | CV upload, version management, session tracking |\n| **CeeVee Analysis** | 4 | Positioning pipeline (3-step), autonomous full review |\n| **CeeVee Reports** | 5 | Report generation, polling, download, listing |\n| **CeeVee Chat** | 2 | Career intelligence chat, edit explanations |\n\nFull tool catalog: [MCP Server Docs](https://mcp.careerproof.ai/docs)\n\n## Usage\n\nOnce installed, invoke any skill by name:\n\n```\n# Atlas — Workforce & Hiring\n/atlas-onboard          # Set up a new hiring context\n/atlas-gem              # Run competency analysis on a candidate\n/atlas-fit              # Match candidate(s) against a JD\n/atlas-interview        # Generate tailored interview questions\n/atlas-shortlist        # Batch evaluate and rank candidates\n/atlas-custom-eval      # Build custom evaluation rubrics\n/atlas-jd-review        # Analyze a job description\n/atlas-chat             # Workforce intelligence Q&A\n/atlas-report           # Generate workforce research reports\n\n# CeeVee — Personal Career\n/ceevee-optimize        # Full interactive CV optimization pipeline\n/ceevee-quick-review    # Fast single-call CV review\n/ceevee-career-intel    # Career intelligence chat\n/ceevee-report          # Generate career intelligence reports\n```\n\nSkills accept optional arguments:\n\n```\n/atlas-report org design                    # Jump straight to org design report\n/atlas-gem Sarah                            # Run GEM on a candidate named Sarah\n/atlas-jd-review Senior Data Engineer       # Review a JD for this role\n/ceevee-career-intel salary trends in AI    # Start with a salary question\n/ceevee-report AI displacement risk         # Generate a specific report type\n```\n\nOr use MCP tools directly in conversation:\n\n```\n\"Upload this CV and run a competency analysis\"\n\"Compare these 5 candidates against the product manager JD\"\n\"What's the salary benchmark for a senior data engineer in London?\"\n\"Build a custom eval model for our data engineering hiring\"\n\"Generate an AI displacement risk report for my role\"\n```\n\n## Authentication\n\n### Claude Code\nOAuth is built in. On first use, a browser window opens for you to log in to CareerProof. Tokens are managed automatically after that.\n\n### Gemini CLI / Programmatic Access\nUse a bearer token (`cpk_...` API key) in the MCP server configuration. Get your API key at [careerproof.ai](https://careerproof.ai).\n\n## Requirements\n\n- An active CareerProof account with available credits\n- Claude Code or Gemini CLI\n- Get your account at [careerproof.ai](https://careerproof.ai)\n\n## Links\n\n- [CareerProof Platform](https://careerproof.ai)\n- [MCP Server Docs](https://mcp.careerproof.ai/docs)\n- [GitHub](https://github.com/careerproof-labs/careerproof-skills)\n- [Support](mailto:support@careerproof.ai)\n",
  "bytes": 10984,
  "sha": "8463b96bb643dbba74e219074352979a17a5e1630d65fe538865f32664f54706",
  "repo_slug": "dontellu77/careerproof-claude-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_dontellu77_careerproof_claude_skills_car_43e4f7f5/readme"
}