resumes-cli
- Repo stars 19
- Author updated Live
- Author repo openmemory-plus
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @Alenryuichi · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- macOS · Linux · Windows
- Runtime requirements
- Node.js
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: resumes-cli
description: | 主题 | 风格 | GitHub Stars | |------|------|-------------| | elegant | 优雅专业 (默认) | ⭐ 126 | | stack…
category: other
runtime: Node.js
---
# resumes-cli output preview
## PART A: Task fit
- Use case: | 主题 | 风格 | GitHub Stars | |------|------|-------------| | elegant | 优雅专业 (默认) | ⭐ 126 | | stackoverflow | Stack Overflow 风格 | ⭐ 154 | | kendall | 经典传统 | ⭐ 68 | runs entirely locally; runs on Node.js. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Triggers / Capabilities / Available Themes” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “| 主题 | 风格 | GitHub Stars | |------|------|-------------| | elegant | 优雅专业 (默认) | ⭐ 126 | | stackoverflow | Stack Overflow 风格 | ⭐ 154 | | kendall | 经典传统 | ⭐ 68 | runs entirely locally; runs on Node.js. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “Triggers / Capabilities / Available Themes” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/opt`, `/users`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “Triggers / Capabilities / Available Themes”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: resumes-cli
description: | 主题 | 风格 | GitHub Stars | |------|------|-------------| | elegant | 优雅专业 (默认) | ⭐ 126 | | stack…
category: other
source: Alenryuichi/openmemory-plus
---
# resumes-cli
## When to use
- | 主题 | 风格 | GitHub Stars | |------|------|-------------| | elegant | 优雅专业 (默认) | ⭐ 126 | | stackoverflow | Stack Overf…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Triggers / Capabilities / Available Themes” and keep inference separate from source facts.
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "resumes-cli" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Triggers / Capabilities / Available Themes
rules -> SKILL.md triggers / order / output contract
runtime -> Node.js | read files, write/modify files | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} resumes-cli Skill
Triggers
- User mentions "resumes-cli", "简历CLI", "resume tool"
- User wants to sync documents from Yuque (语雀)
- User wants to validate or export resume
- User wants to preview resume with themes
- Keywords: 简历导出, 语雀同步, resume export, yuque sync, 主题渲染
Capabilities
- 语雀同步: 从语雀同步项目文档到本地
- 简历验证: 验证简历 JSON 格式是否符合 JSON Resume 标准
- 主题渲染: 使用 json-resume 主题导出精美 HTML
- 本地预览: 实时预览简历效果
- 批量导出: 一键导出所有主题风格
- 工作流: 一键执行完整流程 (sync → validate → export)
Available Themes
全部支持 projects 字段渲染
| 主题 | 风格 | GitHub Stars |
|---|---|---|
elegant |
优雅专业 (默认) | ⭐ 126 |
stackoverflow |
Stack Overflow 风格 | ⭐ 154 |
kendall |
经典传统 | ⭐ 68 |
macchiato |
咖啡色调 | ⭐ 18 |
github |
GitHub Primer 风格 | ⭐ 17 |
actual |
现代简约 | - |
使用前检查 (Agent 必读)
每次使用前必须先检查 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 命令。
Quick Reference
# 初始化配置
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
Command Groups
| 命令组 | 描述 |
|---|---|
config |
配置管理 (init, show) |
yuque |
语雀同步 (sync, status, schedule) |
resume |
简历管理 (validate, export, export-all, serve) |
workflow |
工作流 (run) |
Global Options
--json- JSON 格式输出 (AI Agent 友好)--verbose- 详细输出--help- 显示帮助
Exit Codes
| 代码 | 含义 |
|---|---|
| 0 | 成功 |
| 1 | 错误 |
| 2 | 配置错误/警告 |
Related Files
- @resumes-cli/README.md - 完整文档
- @.augment/commands/resumes-cli.md - 命令参考
Decide Fit First
Design Intent
How To Use It
Boundaries And Review