/ruanzhu
**立即执行以下命令,不做任何检测、搜索或判断:**
> /plugin marketplace add doccker/cc-use-exp > /plugin install cc-use-exp@cc-use-exp
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ruanzhu
Context preview
What this command does when you run it.
**立即执行以下命令,不做任何检测、搜索或判断:**
Command definition
ruanzhu.md/ruanzhu - 软著源代码DOCX生成
**立即执行以下命令,不做任何检测、搜索或判断:**
cp ~/.claude/templates/ruanzhu/generate_docx.py ./generate_docx.py && python3 generate_docx.py $ARGUMENTS && rm generate_docx.py
参数映射
| 用户输入 | $ARGUMENTS | |---------|-----------| | `/ruanzhu` | (空) | | `/ruanzhu "名称"` | `--name "名称"` | | `/ruanzhu "名称" 80` | `--name "名称" --pages 80` | | `/ruanzhu "名称" auto` | `--name "名称" --pages auto` |
禁止事项
- ❌ 检测 python-docx 是否安装
- ❌ 搜索项目中的文件
- ❌ 执行项目中已有的任何脚本
- ❌ 创建 venv 或手动安装依赖
- ❌ 自行编写生成逻辑
唯一允许的操作
✅ 执行上面的 bash 命令(一条命令,用 && 连接)
说明
脚本会自动:
- 检测项目语言和源代码
- 如果已有文档,询问用户是否生成不同内容
- 生成符合软著要求的 DOCX 文件
保留你熟悉的 CLI/IDE,让 Claude Code、Gemini CLI、Codex、Cursor、GitHub Copilot 开箱即用 按费力度从低到高,用最少操作获得最大帮助 不是提示词集合,而是一套可维护的 AI 协作配置系统。
Repo: doccker/cc-use-exp
Other commands on cc-use-exp.
- /cache-patch
**参数说明**:`$ARGUMENTS` 由 Claude Code 自动传递,对应用户输入的参数部分(如 `/cache-patch status` 中的 `status`)。
Open command - /check-toolsearch
检查 ToolSearch(WebSearch)是否可用
Open command - /commit-msg
分析未提交的代码变更,生成结构化的 commit message。
Open command - /design
技术设计(doc 文档框架 / checklist 质量检查)
Open command - /fix
问题修复(fix 快速修复 / debug 系统化调试)
Open command - /new-feature
新功能全流程(需求审问 → 设计 → 实现)
Open command

