CLI / IDE Automation
Run CareerCopilot skills from your terminal or IDE. Automate job reviews and interview prep with a single command.
Installation
macOS / Linux
curl -fsSL https://claude.ai/install.sh | bash
Windows PowerShell
irm https://claude.ai/install.ps1 | iex
VS Code:
Open Extensions, search "Claude Code", install.
JetBrains:
Settings → Plugins → Marketplace, search "Claude Code", install.
Run claude in your terminal and follow
the browser prompt to sign in with your Anthropic account.
claude --version
claude doctor
Notion Connection
Claude Code connects to Notion through an MCP server. This gives the skills read/write access to your Job Tracker, Resume Repository, and Interview Prep Hub databases.
Add the Notion MCP serverclaude mcp add --transport http notion https://mcp.notion.com/mcp
Authenticate when prompted. Then verify:
claude mcp list
Skills
Reads all Bookmarked jobs from Notion, runs fit assessment against your Resume Selection Rules, selects and optimizes the right resume variant, and writes results back. Processes your entire backlog in one command.
claude "Review all bookmarked jobs in my Notion Job Tracker"
Given a Job Tracker row URL, researches the company, generates an 8-section master cheat sheet (self-introduction, key accomplishments, STAR stories, and more), and saves everything to your Interview Prep Hub.
claude "Build interview prep for [NOTION ROW URL]"
Skills use the AgentSkills open standard — the same format works in Claude Code, OpenClaw, Cursor, GitHub Copilot, and 30+ other compatible agents.