一键导入
简历知识库管理工具,支持语雀同步和 JSON Resume 主题渲染
npx skills add https://github.com/Alenryuichi/openmemory-plus --skill resumes-cli复制此命令并粘贴到 Claude Code 中以安装该技能
简历知识库管理工具,支持语雀同步和 JSON Resume 主题渲染
npx skills add https://github.com/Alenryuichi/openmemory-plus --skill resumes-cli复制此命令并粘贴到 Claude Code 中以安装该技能
Agent-only workflow for extracting key information from conversations, code changes, and deployments into structured memory files. Supports xMemory 4-layer architecture with theme assimilation. Automatically updates `_omp/memory/` directory and notifies other agents.
Agent-only workflow for extracting key information from conversations, code changes, and deployments into structured memory files. Automatically updates `_omp/memory/` directory and notifies other agents. Triggered automatically at conversation end or when valuable information is detected.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Generate interview Q&A preparation materials based on resume content. Automatically attached after resume generation. Use when user mentions "面试准备", "interview prep", "模拟面试", "mock interview", or "准备问答".
端到端验证 resumeAI 的 API 能力和 UI/UX 交互的 CLI 工具,支持完整闭环测试
Extract work experience from project documents using XYZ formula ("Accomplished X, measured by Y, by doing Z") and generate JSON Resume format. Use when user mentions "生成简历", "generate resume", "提取项目经验", "extract experience", "创建 resume", or provides a JD asking for resume.
| name | resumes-cli |
| description | 简历知识库管理工具,支持语雀同步和 JSON Resume 主题渲染 |
全部支持 projects 字段渲染
| 主题 | 风格 | GitHub Stars |
|---|---|---|
elegant | 优雅专业 (默认) | ⭐ 126 |
stackoverflow | Stack Overflow 风格 | ⭐ 154 |
kendall | 经典传统 | ⭐ 68 |
macchiato | 咖啡色调 | ⭐ 18 |
github | GitHub Primer 风格 | ⭐ 17 |
actual | 现代简约 | - |
每次使用前必须先检查 CLI 是否可用:
# 1. 检查是否已全局安装
which resumes-cli
# 2. 如果返回路径 (如 /opt/homebrew/bin/resumes-cli),直接使用
# 3. 如果返回空或 "not found",先安装:
cd _bmad-output/bmb-creations/cli/resumes-cli && npm run build && npm link
# 4. 安装后回到项目根目录使用
cd /Users/ryuichi/Documents/Projects/resumes
resumes-cli --version
⚠️ 禁止行为: 不要 cd 到源码目录用 npx ts-node 运行,应该全局安装后直接使用 resumes-cli 命令。
# 初始化配置
resumes-cli config init
# 语雀同步
resumes-cli yuque sync --json
# 验证简历
resumes-cli resume validate --file ./resume/resume.json
# 导出简历 (使用主题)
resumes-cli resume export --theme elegant --output ./resume.html
# 导出所有主题
resumes-cli resume export-all --file ./resume/resume.json
# 本地预览
resumes-cli resume serve --theme elegant --port 4000
# 一键执行完整流程
resumes-cli workflow run --skip-sync --theme elegant
| 命令组 | 描述 |
|---|---|
config | 配置管理 (init, show) |
yuque | 语雀同步 (sync, status, schedule) |
resume | 简历管理 (validate, export, export-all, serve) |
workflow | 工作流 (run) |
--json - JSON 格式输出 (AI Agent 友好)--verbose - 详细输出--help - 显示帮助| 代码 | 含义 |
|---|---|
| 0 | 成功 |
| 1 | 错误 |
| 2 | 配置错误/警告 |