Career capability management for AI coding agents. Capture capabilities from any source, assess information quality, generate career artifacts for any scenario — resumes, performance reviews, promotion cases, and more.
No fabricated achievements. Every output traces back to your real experience.
git clone https://github.com/ClawEnable/career-mind.git
cp -r career-mind/skills/* ~/.claude/skills/ # or your agent's skill pathThen run /career-mind:cm-init in your agent to get started.
- Multi-scenario output — resumes, CVs, performance reviews, promotion cases, skill maps, and more
- Iterative quality loop — assess finds gaps, capture fills them, automatically
- Anti-fabrication — every output bullet traces to verified evidence via
.meta.mdsource mapping - Zero dependencies — pure prompt engineering; no build tools, no API keys, works offline
- Career-stage aware — adapts strategy for graduates, mid-career, senior, and career-change professionals
- 5+ agent platforms — Claude Code, Codex, Cursor, OpenCode, OpenClaw
| Agent | Skill Path | Install Method |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
Plugin marketplace or manual copy |
| Codex | ~/.agents/skills/ |
$skill-installer or manual copy |
| Cursor | ~/.agents/skills/ or ~/.cursor/skills/ |
GitHub remote import or manual copy |
| OpenCode | .opencode/skills/ |
Manual copy |
| OpenClaw | <workspace>/skills/ |
openclaw skills install |
Plugin marketplace (recommended for Claude Code users):
/plugin marketplace add ClawEnable/career-mind
/plugin install career-mind@career-mind
Or manual:
git clone https://github.com/ClawEnable/career-mind.git
cp -r career-mind/skills/* ~/.claude/skills/openclaw skills install career-mindClone and copy the skills/ directory to your agent's skill path (see table above):
git clone https://github.com/ClawEnable/career-mind.git
cp -r career-mind/skills/* ~/.agents/skills/ # Codex, Cursor, OpenCode| Command | Description |
|---|---|
/career-mind:cm-init |
Initialize career context — scan for documents, collect profile, import existing materials |
/career-mind:cm-capture |
Capture capabilities through domain-aware, option-based interaction: post-import analysis, active description, session review, or document import |
/career-mind:cm-assess |
Assess information quality with diagnostic insights and actionable recommendations |
/career-mind:cm-craft |
Generate career artifacts: resume, performance review, promotion case, skill map |
/career-mind:cm-interview |
Prepare for interviews with technical, behavioral, and collaboration questions plus structured mock practice |
/career-mind:cm-status |
Check current status and get a recommendation for next step |
The plugin uses a domain-first interaction model designed for experienced professionals:
- Domain inference — understands your technical content before asking questions, so it never asks you to explain standard practices
- Option-based capture — generates polished statement options with estimated values for you to confirm or correct, rather than requiring you to compose from scratch
- Advisory recommendation — recommends options with reasoning rather than just presenting choices
- Career-stage adaptation — adjusts strategy based on your career stage: graduate, mid-career, senior, or career-change
- Dynamic perspective — analysis adapts to your target role; gaps that are critical for an architect may be minor for a senior engineer
- Iterative refinement — each selection reveals new clues, converging on accurate statements through structured rounds
flowchart LR
init["cm-init"] --> capture["cm-capture"] --> assess["cm-assess"] --> craft["cm-craft"] --> interview["cm-interview"]
assess -.->|"gaps found"| capture
Start anywhere depending on what you need:
- Nothing yet →
/career-mind:cm-init - Want to describe your experiences →
/career-mind:cm-capture - Want to assess what you have →
/career-mind:cm-assess - Need a specific artifact →
/career-mind:cm-craft - Ready to prep for interviews →
/career-mind:cm-interview - Not sure →
/career-mind:cm-status
All data is stored in .career/ within your current working directory:
.career/
├── profile.md # Name, contact, education (enrichable over time)
├── context.md # Cross-skill state (YAML frontmatter)
├── entries/ # Capability library (project, signal, achievement entries)
└── outputs/ # Generated artifacts (resumes, assessments, etc.)
All personal data lives in .career/ within your project directory. Your profile, entries, and generated artifacts never leave your local machine unless you explicitly share them. Add .career/ to your .gitignore if you don't want it tracked.
This plugin enforces strict source tracing:
- Every artifact bullet generated by
/career-mind:cm-craftis traced to a verified source (recorded in a separate.meta.mdfile) - Sources are limited to: entry library, profile data, or user's direct words
- No invented metrics, no inflated skills, no fabricated achievements
- Qualifying context is preserved alongside achievements — no cherry-picking evidence to inflate perceived scope
See CONTRIBUTING.md for guidelines on adding skills, assessment dimensions, and output scenarios.
MIT © 2026 ClawEnable