install-career-os-plugin
Installs or updates the Career OS plugin from GitHub. Handles auth, validates install, confirms plugin is ready.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Installs or updates the Career OS plugin from GitHub. Handles auth, validates install, confirms plugin is ready.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill whenever the user asks to implement, build, fix, ship, add, refactor, migrate, or change ANY code — features, bugs, plugins, skills, migrations, hooks, rules, configs, in any repo. Triggers on 'build X', 'fix Y', 'implement Z', 'ship this to <plugin>', a ticket id with code work. This is the Agentic SDLC pipeline; do NOT hand-roll `codex exec` or ad-hoc git/PR shipping — route through Stage 0 (claim), the 9 core stages, the Gate-A.5 change-manifest gate, Gate-A.7 design-review gate, Stage 5.5/5.6/5.7/5.8 quality gates, and Stage 10 (completion).
Activate real-time prompt sharpening and persona detection. Use when the user says "co-dialectic", "cod", "codi on", "improve my prompts", "prompt sharpening", "teach me to prompt", or wants to improve their AI communication skills. Provides status line, persona system, caliber enforcement, prompt improvement, context management, auto-codification protocols, and auto-verification by stakes (Protocol 8 — fires hallucination-detector / judge-panel / unknown-unknown / canonical-claim verifier automatically before every substantive output, scaled to the stakes of the artifact).
Surfaces one-week and two-week follow-up nudges for applications that are applied and awaiting response, with a plain-text draft ready for the human to approve. Draft-only: never sends. Use when the user asks what to follow up on, stale applications, application nudges, or job-search follow-ups.
Detects explicitly shareable career milestones in the job pipeline and surfaces draft-only brand-post prompts. Fail-closed by firewall design: no shareable flag means no suggestion. Use when the user asks for milestone brand moments, career-to-brand prompts, or shareable pipeline milestones.
Career OS home screen and central router. Two jobs: show the dashboard and route every action to the correct skill. Mission Control reads and presents but never directly edits persistence files.
Maps your network to target companies. Discovers warm intro paths, scores connection strength (5-level scale), ingests new contacts from conversation, and recommends who to reach out to and how. Also detects relationship origin (where/when you met) and cohort clusters (people from the same company/era). Records inbound recruiter DMs that came from the user's public posts as brand-attributed pipeline opportunities. Say "who do I know at [Company]", "how do I know [Name]", "tell me about [Contact]", or "a recruiter DM'd me after seeing my post".
| name | Install Career OS Plugin |
| description | Installs or updates the Career OS plugin from GitHub. Handles auth, validates install, confirms plugin is ready. |
Installs (or updates) the Career OS plugin from its GitHub repo into Claude Code's plugin system. Handles GitHub authentication, validates the install, and confirms the plugin is ready for use.
Does NOT set up a career workspace — that happens automatically on first session start via the plugin's SessionStart hook.
Verify the tools needed are available:
claude CLI existsgit existsgh CLI exists (needed for auth)If any are missing, stop and tell the user what to install.
Run gh auth status to check if the user is authenticated to github.com.
If NOT authenticated:
gh auth login — this handles OAuth securely via GitHub's device flow. No tokens stored in plaintext.gh auth status.Run: gh auth login
Select: GitHub.com → HTTPS → Authenticate with browser
If already authenticated: proceed.
Run claude plugin list 2>/dev/null and check if career-os appears.
If installed:
claude plugin update career-intelligence@xos or uninstall + reinstallIf not installed: proceed to Step 4.
Run:
claude plugin install career-intelligence@xos --scope user
If the install command fails:
Run these checks:
claude plugin list — confirm career-intelligence appears~/.claude/plugins/cache/xos/career-intelligence/Output verification result:
✅ Career OS plugin v{version} installed successfully.
Next steps:
1. Open a Cowork session with a fresh folder as your career workspace
2. Career OS will automatically scaffold the workspace on first run
3. Say "mission control" to see your career home screen
Requirements:
- The workspace folder needs git initialized
- Connect a GitHub repo as remote for backup
Do NOT retry silently. Output:
❌ Installation failed at: {step name}
Error: {error message}
{If auth issue}
→ Run: gh auth login
→ Then retry: install cosp plugin
{If network issue}
→ Check your internet connection
→ Verify https://github.com/Exponential-OS/career-intelligence-engine is accessible
{If plugin system issue}
→ Try manual install: claude plugin install career-intelligence@xos --scope user
→ Or load per-session: claude --plugin-dir /path/to/career-intelligence-engine
gh auth login — uses OAuth device flow, tokens stored in the OS keyring (macOS Keychain). No plaintext credentials.